Visual page editing without redeploys
Most "headless CMS" workflows still make you redeploy to see a copy change. coron8.dev takes a different path: every managed page exposes its editable text and images as content keys, and the portal edits them against a live preview of your real site.
How it works
When we build a site, each editable element is tagged with a content key — hero.headline, features.editor.body, and so on. Those keys resolve from a single content file at build time, and (on premium tiers) from the portal API at runtime. Editing a value in the portal updates the preview instantly.
Why it matters
- No code for content. Marketing copy, section headings, and images change without a pull request.
- No deploy to preview. The portal renders your actual page, not an approximation.
- Versioned the moment you publish. Every change is a release you can roll back.
This is the same system behind every site Duff Cloud Services manages — your site included.