Prerequisites
Everything from the free quickstart applies, plus:| Requirement | Minimum Version | Purpose |
|---|---|---|
| Bun | 1.1.0+ | Runtime and package manager |
| Redis | 7.0+ | Queues and caching |
| Node.js | 18+ | TanStack Start dev server |
TanStack Start currently uses Vinxi under the hood, which requires Node.js for the dev server. Bun handles the API and all package management.
Setup
Install dependencies
Configure environment
.env and set your keys. At minimum for local development:Seed demo data (optional)
[email protected] / demo123456) with an organization and sample data.Start development
Verify It Works
- Open http://localhost:3001 — you should see the login page
- If you ran the seed, log in with
[email protected]/demo123456 - You should land on the dashboard with sample data
Project Structure
Next Steps
- Theming — Customize colors, fonts, and dark/light mode
- Adding Pages — Add new routes to the frontend
- Deployment — Deploy both API and frontend

