dokiugit/freeclaudecode ? reverse-engineered prompt
Reverse engineered prompt
Build me a local proxy app that lets Claude Code connect through a different AI provider instead of Anthropic, so I can use free, paid, or local models without changing the Claude Code workflow.
I want a simple server with a local admin page where I can paste API keys, pick a model, validate the connection, and save settings. It should support multiple providers, let me route different model tiers to different backends, and expose a models endpoint so Claude Code can discover and choose models normally. Please make it handle streaming, tool calls, and thinking blocks cleanly, and include a nice local only admin UI for checking provider status and editing settings.
If it makes sense, also add the small helper launchers that start the proxy and then open Claude Code with the right environment settings. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit