What problem does it solve?
Starting a TanStack Start project with the right infrastructure is error-prone and time-consuming. This skill provides a guided scaffold that configures core database infrastructure, tooling, and project structure so teams can focus on feature work.
Core Features & Use Cases
- Full-stack bootstrap: creates a TanStack Start project with NeonDB, Drizzle ORM, authentication, Panda CSS, and React Compiler integration.
- Tooling setup: configures linting and formatting (oxlint/oxfmt) and ensures strict typing across schemas, routes, and procedures.
- Structured project layout: enforces granular component organization in src and clear separation of concerns (server, db, routes, UI).
- Migration & schema guidance: provides drizzle.config.ts and index setup with ready-to-run migration commands.
- Use Case: a team initializes a new app, wires up database, ORM, and UI tooling in one step.
Quick Start
Use the project initializer to scaffold a new TanStack Start project with Neon, Drizzle, and tooling.