What problem does it solve?
TanStack CLI removes the repetitive and error-prone work of bootstrapping full-stack TanStack Start applications by providing guided scaffolding, pre-configured integrations, and AI-assisted project creation so teams can ship consistent starter projects quickly.
Core Features & Use Cases
- Interactive Project Creation: Guided prompts to select project name, integrations, and configuration options for reproducible setups.
- Rich Integrations: Pre-built integrations for authentication, databases, deployment platforms, developer tooling, and TanStack libraries to produce a working starter app.
- Custom Templates & Team Standards: Create and reuse git- or local-based templates to enforce organizational defaults.
- MCP Server & Web Builder: Provide an MCP endpoint for AI agents to search docs and assist scaffolding, plus a visual web builder for previewing and exporting projects.
- Use Case: A team can generate a fullstack app with tanstack-query, clerk, and drizzle, include CI-ready flags, and export a template for new hires.
Quick Start
Run npx @tanstack/cli create my-app --integrations tanstack-query,clerk,drizzle to scaffold a starter TanStack project with query, auth, and ORM configured.