Multi-Tenant Front-End Architecture
A config-driven, multi-tenant front-end built with Next.js. Tenants are resolved by domain and rendered from remote configuration, including branding, SEO and UI sections.
Live demos
Demo uses route-based access for simplicity. In production, tenants are resolved via subdomains.
Key concepts
- Host-based tenant resolution
- Remote tenant configuration
- Design tokens via CSS variables
- Section registry with variant overrides