I built a Cloudflare Worker so you can give the public free AI without ever getting a surprise bill

Every time I wanted to add an AI feature to one of my apps and let anyone try it no login, no "enter your card," just here, use it the same thing stopped me: the bill.

The moment your API key is reachable by the public, you're one traffic spike, one bored person with a for loop, or one leaked key away from waking up to a four-figure invoice. So most of us do one of two things: bolt a login onto something that was supposed to be free, or just… never ship it.

I got tired of that trade-off, so I built the piece that was missing.

What it is