tiennm99 8a2e8e7089 docs: Add comprehensive README with project overview and alternatives
- Add project description and philosophy
- Document why not use local proxy, LiteLLM, or advanced features
- Add "Not Suitable For" section with alternatives
- Add link to cheap LLM providers repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 22:20:26 +07:00
2026-03-25 17:56:29 +07:00

Claude Central Gateway

A proxy for Claude Code that routes requests to your preferred third-party API provider. Easily hosted on Vercel, Netlify, and similar platforms.

Where to Find Cheap LLM Providers?

Check out this repo for a list of affordable LLM providers compatible with this gateway.

Philosophy

Minimal, simple, deploy anywhere.

Why This Project?

Why not use a local proxy, like Claude Code Router?

Local proxies only work on a single machine. This project serves multiple machines simultaneously.

Why not use LiteLLM?

LiteLLM requires a dedicated VPS, consumes more resources, and costs more to deploy.

Why no advanced features like routing or GUI management?

Built for personal use. Simplicity over features.

Not Suitable For

  • Single-machine localhost proxy → Highly recommend Claude Code Router
  • Enterprise/Team usage with GUI management → Use LiteLLM
  • Advanced routing, load balancing, rate limiting → Use LiteLLM or similar
Description
A proxy for Claude Code that routes requests to your preferred third-party API provider. Easily hosted on Vercel, Netlify, and similar platforms.
Readme MIT 129 KiB
Languages
JavaScript 100%