In a composable storefront, pages are assembled from independent sections that can be reordered frequently — especially by non-technical users in Studio. Without guardrails, a small styling choice inside one section (like a z-index on navigation arrows) can accidentally overlap or hide content in another section after a reorder. These regressions are hard to spot in review and expensive to debug once they reach production.
Laioutr’s z-ordering approach is designed to keep visual layering stable and predictable, so teams can iterate on page layout without introducing accidental “UI collisions”.
The implementation details (section isolation, stacking contexts, and the z-index token scale) are documented in the Laioutr UI technical guide:
Tracking
Laioutr’s tracking abstraction gives you a single API to send analytics and marketing events. Use one or more tracking adapters (e.g. Google Tag Manager), optionally gated by consent, and implement your own adapters for other tools.
SEO
SEO features for the Laioutr frontend including robots.txt, per-page meta tags, and how to configure search engine crawling and indexing.