Blueprints
JSON documents that define storefront pages
Blueprints
A blueprint is a JSON document defining a complete storefront page: theme, layout, content, and visual customization. The Lexsis renderer turns it into a live HTML page.
Overview
Every storefront page is powered by a blueprint. Blueprints are:
- Declarative — describe what the page looks like, not how to build it
- Composable — mix and match section components freely
- Themeable — one theme object controls the entire page's visual identity
- Validatable — schema validation catches errors before publish
Next Steps
- Schema Reference — Full JSON structure documentation
- Templates — Common page layouts (PDP, Landing Page)