Walks you through building a white-label SaaS platform on Cloudflare or Vercel, handling the messy parts like subdomain routing, custom domain verification, tenant isolation, and cookie separation. Pushes you to separate your brand domain from tenant workloads early (a phishing site on random.acme.com tanks your whole domain), reminds you that PSL submission takes weeks, and forces a choice between per-tenant Workers or a shared Next.js app with tenant scoping. The workflow is opinionated and sequential: pick a platform, choose subdomain vs custom domain, wire up middleware or dispatch namespaces, then map limits to pricing tiers. Useful when you're past the MVP and need production multi-tenancy that won't leak data or reputation.
npx skills add https://github.com/mblode/agent-skills --skill multi-tenant-architecture