Workflow

A clean pipeline from blocks → pages → export, designed to reduce breakage and keep parity between preview and output.


Build

  1. Drop blocks into a page (Heading, Paragraph, Columns, Group, CTA, …)
  2. Adjust settings via standardized inspectors (token-safe)
  3. Use sections/containers for predictable spacing and width
  4. Save as a project JSON (portable + versionable)

Export

  1. Export produces a complete static site folder (zipped)
  2. Local assets are bundled (no external dependencies)
  3. Output keeps strict defaults (CSP-safe, no inline JS)
  4. 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.