Type-Safe Routing
Routes and links stay in sync across every page.
TanStack Start Base Template
This base starter intentionally keeps things light: two routes, clean structure, and the essentials you need to build from scratch.
Backend
API Base: same-origin (/api/*)
Routes and links stay in sync across every page.
Call server code from your UI without creating API boilerplate.
Ship progressively rendered responses for faster experiences.
Design quickly with utility-first styling and reusable tokens.
Quick Start
src/routes/index.tsx to customize the home page.src/components/Header.tsx and src/components/Footer.tsx for brand links.src/routes and tweak visual tokens in src/styles.css.