Create TanStack App is a command-line interface (CLI) tool designed for React developers who want to begin new projects with a modern, opinionated stack. It automatically sets up a project foundation with TanStack Router and TypeScript, removing the manual configuration steps typically required.
Pre-configured TanStack Router: Generates a project with TanStack Router already installed and set up, providing a type-safe routing solution out of the box. TypeScript by Default: Initializes the project with TypeScript configuration, promoting type safety and better developer tooling from the start. Zero Configuration Start: Focuses on a minimal, sensible default setup to get developers coding immediately without debating build tools. Modern React Foundation: Creates a project using Vite as the build tool, ensuring fast development server start times and efficient production builds. Consistent Project Structure: Establishes a standard directory and file layout for new applications, aiding in team consistency and onboarding.