What problem does it solve?
Provides architecture guidance to design and deploy multi-tenant SaaS apps on Cloudflare or Vercel, addressing tenant isolation, domain management, and scalable routing.
Core Features & Use Cases
- Platform-agnostic guidance for choosing between Cloudflare Workers and Vercel Middleware to host multi-tenant apps.
- Tenant identification strategies including subdomain-based, custom domain, and path-based tenancy.
- Isolation models: per-tenant dispatch namespaces on Cloudflare or a shared app with tenant-scoped data access on Vercel.
- Deterministic routing patterns and tenant context propagation across edge and server boundaries.
- Domain onboarding, per-tenant static content handling, and edge-configuration/metadata storage patterns.
- Security and governance considerations such as PSL submission, SSL handling, and tenant-level access controls.
Quick Start
Evaluate your SaaS needs, pick a hosting approach (Cloudflare or Vercel), and outline tenant strategy, routing, isolation, and domain management before implementation.