GLYFO Website Engine

Customer websites resolve from published data, not hardcoded routes.

This runtime serves tenant websites from published `SiteSpec` revisions. Customer content, pages, offers, inventory, and legal copy belong in the generator and data layer, not in `mesh-sites-web`.

Tenant Runtime

Use `/tenant?tenant=<slug>&path=/...` or the public `/t/<slug>/...` route to resolve a published tenant website.

Open runtime

Factory API

Generation, revision, validation, and publish flow are handled by `mesh-sites-api`. The web engine only renders published output.