SaaS Platform

The SaaS starter kit that ships products, not boilerplate.

Auth, tenants, billing, RBAC, plugins, observability — already wired. Drop in your product code, point it at a domain, ship.

Multi-tenant by default

Per-tenant data isolation enforced at the ORM layer, not just the controller. Cross-tenant leakage is impossible by design.

Production-grade auth

JWT + rotating refresh tokens, bcrypt cost 12, session revocation, password reset, email verification — all wired in.

Plugin-as-product

Bundle a complete SaaS product (POS, ERP, CRM…) on top of the base. One source tree, per-domain images.

Billing built in

Stripe integration, plans, subscriptions, invoices, dunning, usage metering, customer portal — out of the box.

Audit & compliance

Every sensitive action is auditable. Cross-tenant access by platform admins is logged with actor, IP, and request id.

Multi-area + multi-theme

Public landing, tenant client area, platform console — three apps from one codebase, each themable independently.

SaaS Platform — Multi-tenant SaaS for modern teams