Full-Stack App on Cloudflare Workers
Host a full-stack app at Cloudflare's edge — SSR and server functions on Workers, your custom domain with automatic SSL, and per-app environment variables and secrets. Framework-agnostic: TanStack Start, Nuxt, SolidStart, Astro, or anything that builds to a Worker bundle.
CloudflareWorkersSSRFullStackTerraformInfrastructureEdgeCompute
Features
- Server-side rendering and server functions on Cloudflare Workers, running at the edge
- Framework-agnostic — TanStack Start, Nuxt, SolidStart, Astro, or anything that builds to a Worker bundle
- Your custom domain with an automatically issued and renewed SSL certificate
- Per-app environment variables, with sensitive secrets stored outside Terraform state
- Infrastructure as code with OpenTofu (Terraform), isolated per app
- Pairs with your own Supabase project for the database, auth and storage
Use Cases
- • Lovable apps on TanStack Start, which produce a Worker bundle rather than a static site
- • Any full-stack app that needs SSR or server routes rather than static file hosting
- • Apps built with ChatGPT, Claude, Claude Code or Codex that you want deployed without picking a host yourself
- • Teams that want edge performance without operating their own Workers platform
Requirements
- A GitHub repository that builds to a Cloudflare Worker bundle
- Custom domain (optional — a Staticbot subdomain works too)
- Supabase project for backend features (optional)
