From canvas to a live site
in about a second
Press publish and it is online with HTTPS. Static files on a CDN, nothing left running, no build configuration to maintain.
Production hosting, included on every plan
No bills from Cloudflare. No Vercel quota emails. No SSL renewal Slack threads.
-
It builds
Every page becomes a plain HTML file, plus one stylesheet, a sitemap and a robots file. Internal links are rewritten to the real filenames.
-
It uploads
Those files go straight to a CDN. There is no server-side build step to configure, and nothing of yours executing anywhere.
-
It gets a certificate
HTTPS is issued and renewed for you, on your own domain or on the subdomain you start with.
-
It stays up
Static files have no runtime to crash and no dependency to patch. The editor can be down and your site keeps serving.
Custom domains in 2 minutes
Apex domains, subdomains, and wildcard subdomains. Add a CNAME, hit verify, done. We handle DNSSEC, CAA records, and edge propagation automatically.
76.76.21.21
# SSL: Let's Encrypt R3, expires in 89 days, auto-renewing
Your files, whenever you want them
Publish writes the whole site to disk: one HTML file per page, a single stylesheet, a sitemap and a robots file, with internal links rewritten to real filenames. Export is on every plan, so leaving costs you a download.
- index.html
one per page - styles.css
one file - sitemap.xml
generated