First-class TanStack Start app with React 19 + Vite. Loader-driven data fetching, file-based routing, server functions — set up the way the TanStack docs recommend, not retrofitted from another framework.
Orbit is a CLI that scaffolds a production-ready, multi-tenant SaaS on TanStack Start in minutes. File-based routing, React 19, Vite, server functions — paired with a Hono REST + WebSocket API, Prisma 7, better-auth, and a clean DDD core. No glue code to write on day one.
First-class TanStack Start app with React 19 + Vite. Loader-driven data fetching, file-based routing, server functions — set up the way the TanStack docs recommend, not retrofitted from another framework.
Separate Hono service exposes a typed REST API and a WebSocket hub. The frontend ships with a query-keyed React Query layer and a realtime store that applies domain events as they happen.
Workspace is the tenant root. Slug URLs, ownership transfer, member management, invites, plus optional nested teams with their own roles and permissions.
PBAC at workspace and team scope, enforced by middleware on the server and surfaced by useCan() / useCanTeam() hooks on the client. System and custom roles included.
Stripe, Polar, or Dodo Payments behind one BillingProvider port. Checkout, customer portal, signature-verified webhooks, and an append-only billing event ledger.
TypeScript 6, Prisma 7, branded prefixed UUIDv7 IDs, Zod validation, vitest + Testcontainers. The CLI strips features you don't pick at scaffold time, so you only ship what you use.