E2B
SDK / ToolOpen-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
- sandbox
- code-execution
- sdk
- agents
An open-source multi-provider AI gateway for Claude Code — model routing, fallbacks, and local models behind one endpoint.
My Free Code is a self-hosted gateway that speaks the coding-agent protocol: point Claude Code (or Codex, Cline) at it and route requests across dozens of providers — OpenRouter, Groq, DeepSeek, Bedrock, plus local runtimes like Ollama and LM Studio — with ordered fallbacks, streaming SSE, tool calls, and reasoning pass-through. The pragmatic answer when you want Claude Code's workflow but not a single vendor's bill.
Best for developers who want the Claude Code workflow on cheaper or local models — cap vendor spend, add privacy via local fallbacks, or keep coding through provider outages.
git clone https://github.com/hkqr/my-free-code && cd my-free-code python -m pip install -r requirements.txt cp .env.example .env # fill in provider keys python -m my_free_code # serves at http://127.0.0.1:8082
You are swapping Anthropic's model for something else — coding quality tracks whatever you route to. Self-hosting means you maintain provider keys and updates; check each provider's ToS on proxying.
Repository
hkqr/my-free-codeCharted
Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.
Anthropic's official TypeScript SDK for building agentic applications.