v0.1.0-alpha IS LIVE

Infrastructure, Not Permission.

Stop getting throttled by the big players. Nozzle is the open-source connection router that bypasses restrictive rate limits and keeps your builds alive.

$ npm install -g @nozzle/core
✔ Installed nozzle v0.1.0
$ nozzle route --target=anthropic --strategy=round-robin
✔ Routing initialized on port 3000
$ curl http://localhost:3000/v1/complete
{ "status": "200 OK", "provider": "routed-04", "latency": "45ms" }

Control the Flow

Built for frustrated developers who just want to ship code.

⚡️

Anti-Throttling

Smart routing algorithms distribute your requests across multiple keys and endpoints to avoid rate limits.

🛡️

Ban Evasion

Automatic failover and IP rotation strategies keep your service running even when providers get aggressive.

🔓

Open & Extensible

Write your own routing modules in TypeScript. No black boxes. No platform lock-in. 100% open source.

📊

Traffic Insights

Real-time dashboard to monitor which keys are burning out and which routes are performing best.

🔄

Provider Agnostic

Works with OpenAI, Anthropic, Google, or any custom REST API you need to stabilize.

🚀

Drop-in Proxy

Change one base URL in your SDK and you're done. No need to rewrite your entire application logic.

Ready to Unthrottle Your Stack?

Join the community of developers reclaiming their infrastructure.

Get Started on GitHub