Starter repository for edge-first full-stack apps and APIs on Cloudflare Workers.
- edge APIs
- webhook ingress
- lightweight chat endpoints
- auth/proxy/rate limit layers
- lightweight LLM routing
- session coordination with Durable Objects
- queue and workflow primitives
- Worker entrypoint and route handling
- Durable Object placeholder
- queue consumer placeholder
- workflow placeholder
wrangler.jsonc- CI and deploy workflows
- Install dependencies.
- Copy
.dev.vars.exampleto.dev.vars. - Run
npm run dev. - Add your Cloudflare account secrets before enabling deploys.