Documentation

Welcome to the documentation for the TanStack Starter project.

Getting Started

This starter template provides a modern foundation for building web applications with TanStack Router, React Query, and other powerful tools.

Features

  • Type-safe routing with TanStack Router
  • Server-side rendering (SSR) support
  • Dark mode with theme persistence
  • Tailwind CSS for styling
  • TypeScript for type safety

Project Structure

src/
├── components/     # Reusable UI components
├── routes/         # Route definitions
├── styles/         # Global styles
├── lib/           # Utility functions
└── utils/         # Helper utilities