Starter workflow
Syncing with SaaS Starter
SaaS Starter (github.com/oequ/saas-starter) is the free public foundation. AI Starter (this licensed repo) merges starter/main for auth, org, shell, and base billing, then adds credits, generation, and AI platform code.
Rule: SaaS core changes go upstream first, then merge here. AI platform changes stay in this repo.
Where to put changes
| Change | Repo |
|---|---|
| Auth, org, generic shell | saas-starter → merge |
| Credits, generation, boards | ai-saas-starter |
| fal GTM, video-only UX | product fork |
Quality gates
npx nx run-many -t lint
npm run e2e # demo
npm run e2e:web:release # web + SupabaseSee docs/WORKFLOW.md and docs/QUALITY.md in the monorepo.
Last updated on