r9stack

Getting Started

Get up and running with r9stack in minutes.

Quick Start

Installation
Run this command to scaffold a new r9stack project
npx r9stack init my-saas-app

What You Get

TanStack Start
Modern React 19 framework with file-based routing, SSR, and server functions.
Convex Backend
Real-time database with automatic sync, type-safe queries, and zero configuration.
WorkOS Authentication
Enterprise-ready auth with SSO, MFA, and user management built in.
Tailwind CSS + shadcn/ui
Beautiful, accessible components with Tailwind v4 for rapid development.

Prerequisites

  • Node.js 18 or later
  • npm, yarn, pnpm, or bun
  • A Convex account (free tier available)
  • A WorkOS account (free tier available)

Next Steps