Principle
Spec-driven layout
Site specs decide page composition, variants, and theme presets without turning Payload into a design system.
Wenaro
Multi-tenant website platform
Wenaro separates site composition from client-managed content so one platform can power many brochure sites and simple blogs.
Platform view
Runtime path
Host resolution · site spec · Payload content · cached render
Principle
Site specs decide page composition, variants, and theme presets without turning Payload into a design system.
Principle
Clients edit text, media, and posts in one scoped admin. Platform operators keep structural control.
Principle
Tenant subdomains and custom domains resolve through one app with site-level isolation and cache tags.
Operating model
The platform becomes maintainable when each responsibility is narrow: site specs for composition, Payload for content, and host-based resolution for tenancy.
Spec
Use site specs for structure, variants, and theme presets. Keep design decisions outside CMS content tables.
Content
Payload collections stay fixed. Tenants only see their own content and media, tied to their site and sections.
Runtime
Hosts resolve to tenants, content loads through Payload Local API, and the renderer stays fast through cache tags.
Domain model
`wenaro.com` stays the product site. Tenant traffic resolves from platform subdomains or explicit custom domains without forcing the product site through the tenant renderer.
Marketing
Custom Next.js landing page for the Wenaro product itself.
Tenant
Automatic platform subdomain based on site slug.
Custom domain
Explicit domain mapping for production client traffic.
Next