TanStack Start Base Template
Start simple, ship quickly.
This base starter intentionally keeps things light: two routes, clean structure, and the essentials you need to build from scratch.
Type-Safe Routing
Routes and links stay in sync across every page.
Server Functions
Call server code from your UI without creating API boilerplate.
Streaming by Default
Ship progressively rendered responses for faster experiences.
Tailwind Native
Design quickly with utility-first styling and reusable tokens.
Quick Start
The starter is pared back to the basics. Update these files first.
  • Edit src/routes/index.tsx to customize the home page.
  • Update src/components/Header.tsx and src/components/Footer.tsx for brand links.
  • Add routes in src/routes and tweak shared theme tokens in src/styles.css.