What problem does it solve? Setting up a new TanStack Start project involves many configuration decisions across app.config.ts, router setup, TypeScript, styling, and deployment targets. This Skill provides the correct configuration patterns and file structures so you avoid misconfiguration and get a working full-stack React project quickly. ## Core Features & Use Cases - Project Scaffolding: Create new projects with create-tanstack-start and understand the standard directory structure including routes, server functions, and generated route trees. - Router & Query Configuration: Set up the router with scroll restoration, preloading, error boundaries, and integrate TanStack Query with typed router context. - Deployment & Tooling Setup: Configure Netlify deployment via netlify.toml and server presets, TypeScript paths, Tailwind CSS, environment variables, and Drizzle database integration. - Use Case: You are starting a new full-stack React app and need to configure the router, add TanStack Query for data fetching, set up Tailwind, and deploy to Netlify. This Skill walks through each configuration file with working code. ## Quick Start Set up a new TanStack Start project with TanStack Query integration and Netlify deployment configuration.