web-production-saas-starter/next_b2b_starter/README.md
2025-12-16 18:54:41 +04:00

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

🔧 Advanced

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 Router
  • components/: UI Components
  • lib/: Business logic, hooks, API clients
  • middleware.ts: Auth protection

Support

Open an issue on GitHub for support. License: MIT.