What problem does it solve?
This skill transforms a standalone Vibes app into a self-contained multi-tenant SaaS, wiring in subdomain-based routing, Clerk authentication, and subscription gating to deliver a ready-to-use SaaS experience.
Core Features & Use Cases
- Unified app generation: produces a single index.html that handles landing, tenant routing, and admin dashboard.
- Tenant isolation: each subdomain gets its own Fireproof namespace and tenant context for data separation.
- Clerk integration & billing: supports passkeys, sign-in, and Clerk Billing to gate access per subscription.
- Use Case: convert a wedding-photo app into a rent-ready SaaS with a landing page and per-tenant spaces.
Quick Start
Invoke the sell flow with /vibes:sell, provide Clerk and domain details, then run the assembly and deploy steps. The skill generates and deploys a unified app automatically.