1.2 KiB
1.2 KiB
B2B SaaS Starter
A modern B2B SaaS starter kit with Authentication, Billing, and RBAC.
🚀 Quick Start
./setup.sh
cd next_b2b_starter
pnpm dev
Visit http://localhost:3000.
📚 Documentation
- Getting Started - Setup and installation
- Authentication - How auth works
- Permissions - RBAC system
- Payments - Subscriptions
- Full Documentation - Complete guide index
🔧 Advanced
- Stytch Configuration - Advanced auth security settings
- Claude Guide - Development rules
Features
- Stack: Next.js 15, TypeScript, Tailwind, shadcn/ui
- Auth: Stytch B2B (passwordless)
- Billing: Polar.sh integration
- State: React Query + Zustand
Project Structure
app/: Next.js App Routercomponents/: UI Componentslib/: Business logic, hooks, API clientsmiddleware.ts: Auth protection
Support
Open an issue on GitHub for support. License: MIT.