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.tsxto customize the home page. - Update
src/components/Header.tsxandsrc/components/Footer.tsxfor brand links. - Add routes in
src/routesand tweak shared theme tokens insrc/styles.css.