Multi-tenancy guides
New guides walk you through serving multiple Makeswift sites from a single Next.js application using tenant-specific Site API keys.
- Subdomain-based routing — Route tenants with subdomains like
siteA.example.com - Path-based routing — Route tenants with URL path prefixes like
example.com/siteA, with subdomain support for the Visual Builder
For the full walkthrough, see the Multi-tenancy overview.