Workflow
A clean pipeline from blocks → pages → export, designed to reduce breakage and keep parity between preview and output.
Build
- Drop blocks into a page (Heading, Paragraph, Columns, Group, CTA, …)
- Adjust settings via standardized inspectors (token-safe)
- Use sections/containers for predictable spacing and width
- Save as a project JSON (portable + versionable)
Export
- Export produces a complete static site folder (zipped)
- Local assets are bundled (no external dependencies)
- Output keeps strict defaults (CSP-safe, no inline JS)
- Re-import the JSON to iterate without drift
Want a faster build loop?
Use this project as a starter: import → edit tokens/copy → export → publish.