Auth, database, storage, and edge deploy — fully wired up.
Zero config. One setup command. Production-ready on day one.
Google OAuth + magic link via Resend. Session management included.
Cloudflare D1 with Drizzle ORM. Migrations, typed queries, zero config.
R2 presigned uploads with aws4fetch. Direct browser-to-bucket.
One command to ship on Cloudflare Workers. Global, fast, cheap.
HeroUI + Tailwind. Dark mode, color palettes, responsive out of the box.
Interactive setup script creates D1, R2, env vars, and applies migrations.
Auth-gated routes, typed responses, edge-compatible patterns baked in.
System-aware theme switching with smooth transitions. No flash.
gh repo create my-app --templateUse this repo as a template and clone it locally.
bun run setupCreates D1, R2, env vars, and applies migrations interactively.
bun devAuth, database, and storage — ready to go at localhost:3000.