An app-builder on Cloudflare Workers
Describe an app in plain English. In about thirty seconds it is built, smoke-tested against live requests, and deployed to your Cloudflare account through OAuth — your infrastructure, your code, your fraction-of-a-cent bill. Nothing touches ours, and there is no export step, because nothing was ever locked up. The builder itself is a Worker: no server, no tunnel, no wrangler.
The part that is actually new
Most AI builders re-emit your whole app every time you ask for a change. Edgewright patches the one file that needs touching — and remembers what you asked an hour ago, so “put the title back” just works. Every change is re-verified against the running app before it counts.
How it works
No account needed to build — your first app runs as a preview on our Cloudflare so you can see it work. Connect your own account when you want to keep it, refine it, and make it yours. Builds then land on your account; disconnect any time.