ExportsUpdated January 2, 20261 min read

HTML export workflow

Learn how to download clean HTML and CSS and publish without a framework.

Share:

Export from the builder

When you are happy with the design, click Export. You will receive:

  • HTML file
  • CSS file
  • Assets folder (if applicable)

Publish anywhere

Upload the exported files to:

  • Static hosting (S3, Cloudflare Pages, Netlify, Vercel)
  • Your own server or CDN
  • Any CMS that accepts HTML

Tips

  • Keep file names stable for caching.
  • Compress images before upload.
  • Validate HTML before launch.

Related Resources