Tech Stack
Since Every App is mostly just there for authentication + integrating with the Gateway, everything else is up to you! At the end of the day, you’re building a web app deployed on Cloudflare.
However, we’ve picked a few technologies and done the heavy lifting to make sure they play nice with Cloudflare Workers.
- TanStack Start - Full-stack React framework with best-in-class type safety. Includes TanStack Router, Query, and optionally DB for client-side state.
- Cloudflare - The only hyperscaler with true scale-to-zero. Workers, D1 database, KV storage, and more - all serverless.
- Drizzle ORM - Type-safe SQL ORM that works great with D1. Familiar syntax if you know SQL.
Why These Choices?
The stack is optimized for:
- Simplicity - Fewer dependencies means less to learn and maintain
- Agentic coding - AI coding assistants work better with a consistent, well-documented stack
- Type safety - Catch errors at compile time, not runtime
- Cost - Everything scales to zero, so you only pay for what you use