docs / getting-started

Buildgrain SaaS Web Kit

A Next.js starter for B2B SaaS: Google OAuth, multi-tenant workspaces, RBAC, plan & access, mail, files, admin console, docs, and tests. This documentation covers setup, architecture, and deployment.

Quick start

pnpm
git clone buildgrain-saas-web-kit && cd buildgrain-saas-web-kit
pnpm install && pnpm db:setup && pnpm db:seed
pnpm dev   # http://localhost:3000