https://github.com/tanstack/cli
The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc
https://github.com/tanstack/cli
Last synced: 5 days ago
JSON representation
The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc
- Host: GitHub
- URL: https://github.com/tanstack/cli
- Owner: TanStack
- License: mit
- Created: 2025-02-14T20:27:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T10:46:52.000Z (10 days ago)
- Last Synced: 2026-02-13T14:06:19.236Z (10 days ago)
- Language: TypeScript
- Homepage: https://tanstack.com/cli
- Size: 35.7 MB
- Stars: 1,162
- Watchers: 6
- Forks: 134
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
TanStack CLI
### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/)
# TanStack CLI
Create and manage TanStack Router and Start applications.
```bash
npx @tanstack/cli create my-app
```
## Features
- **TanStack Start** - Full-stack SSR framework (default)
- **TanStack Router** - Type-safe routing (`--router-only` for SPA)
- **Add-ons** - Auth, database, deployment, monitoring, and more
- **MCP Server** - AI-assisted development
## Quick Start
```bash
# Create TanStack Start app (recommended)
npx @tanstack/cli create my-app
# Create Router-only SPA (no SSR)
npx @tanstack/cli create my-app --router-only
# With add-ons
npx @tanstack/cli create my-app --add-ons clerk,drizzle,tanstack-query
# Add to existing project
npx @tanstack/cli add clerk drizzle
# List available add-ons
npx @tanstack/cli create --list-add-ons
```
## Documentation
- [CLI Reference](https://tanstack.com/start/latest/docs/framework/react/quick-start)
- [TanStack Start](https://tanstack.com/start)
- [TanStack Router](https://tanstack.com/router)
## Get Involved
- [GitHub Issues](https://github.com/TanStack/cli/issues)
- [GitHub Discussions](https://github.com/TanStack/cli/discussions)
- [Discord](https://discord.com/invite/WrRKjPJ)
- [Contributing Guide](./CONTRIBUTING.md)
## TanStack Ecosystem
- [TanStack Query](https://github.com/tanstack/query) - Async state & caching
- [TanStack Router](https://github.com/tanstack/router) - Type-safe routing
- [TanStack Start](https://github.com/tanstack/router) - Full-stack SSR
- [TanStack Form](https://github.com/tanstack/form) - Type-safe forms
- [TanStack Table](https://github.com/tanstack/table) - Headless datagrids
- [TanStack Store](https://github.com/tanstack/store) - Reactive state
- [TanStack Virtual](https://github.com/tanstack/virtual) - Virtualized rendering
[More at TanStack.com](https://tanstack.com)