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.
Setup →
Local Postgres, OAuth env, seeds — running in ~10 minutes
API →
Typed handlers, canonical envelope, OpenAPI export
Deployment →
Vercel and Docker guides with env checklists
Quick start
pnpmgit clone buildgrain-saas-web-kit && cd buildgrain-saas-web-kit pnpm install && pnpm db:setup && pnpm db:seed pnpm dev # http://localhost:3000