by nself-org · SaaS · v1.2.0
Multi-tenant SaaS with billing via Lemon Squeezy, role-based auth, a dashboard shell, and usage metering out of the box.
Free template (MIT)
No license required. Install with:
nself init --template saas-starter ./my-app
Install all required plugins after init:
nself plugin install auth notify cms
1. Initialize from template
nself init --template saas-starter ./my-app
2. Install required plugins and start
cd my-app nself plugin install auth notify cms nself start