tanstack-start

Installation
Summary

Full-stack TanStack Start app generator for Cloudflare Workers with SSR, file-based routing, and integrated auth.

  • Generates complete project structure from scratch (no templates): React 19, Tailwind v4, shadcn/ui frontend; TanStack Start server functions; D1 + Drizzle backend; better-auth with Google OAuth and email/password
  • Handles database schema creation, migrations, and per-request Drizzle client setup with D1-specific patterns (text PKs, integer timestamps, foreign key constraints)
  • Configures better-auth as API route with session guards, CORS, and environment-based secret management for local and remote deployments
  • Includes auth-protected route patterns, CRUD server functions, theme toggle, sidebar navigation, and stat card dashboard components
  • Provides deployment checklist covering secrets management, database migrations, Google OAuth redirect URIs, and common Cloudflare Workers gotchas (env scoping, nodejs_compat flag)
SKILL.md

TanStack Start on Cloudflare

Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs.

What You Get

Layer Technology
Framework TanStack Start v1 (SSR, file-based routing, server functions)
Frontend React 19, Tailwind v4, shadcn/ui
Backend Server functions (via Nitro on Cloudflare Workers)
Database D1 + Drizzle ORM
Auth better-auth (Google OAuth + email/password)
Deployment Cloudflare Workers

Project File Tree

PROJECT_NAME/
Related skills
Installs
1.6K
GitHub Stars
776
First Seen
Jan 31, 2026