Skip to main content

Export your site

Your site is never locked in — download the spec as JSON, a self-contained HTML bundle, or a full Next.js project.

Updated 2026-07-16

CurateOne is designed so you can always take your work with you. Every project supports several export formats, each suited to a different job.

02The export formats

  • Spec as JSON — the structured definition of your site’s content and design
  • Self-contained HTML/ZIP — a faithful export that mirrors every asset locally, so the bundle works offline and on any static host
  • Next.js project ZIP — a real Next.js codebase using shadcn and Motion, ready for developers
  • StackBlitz preview — open the Next.js project live in your browser, no download or local setup

03The faithful HTML export

The HTML/ZIP export doesn’t just save your pages — it mirrors every image, stylesheet, script, and font into the bundle. The result opens and renders correctly with no internet connection at all, which makes it ideal for archives, handoffs, and hosting anywhere you like.

04Plan requirements

Code export requires a Pro or Team plan — it’s part of the “version history & exports” feature set that comes with Pro.

TipExporting is also a good pre-flight habit before big changes: grab a snapshot you fully control, then experiment freely.