Until today, finishing a project in Lediv meant exporting it and finding somewhere to put it. Now there is a Publish button. One click and the site is online, on every plan.
One click, and it is live
Publishing gives your site an address of its own, something like
studio.lediv.site, ready to share. Nothing to configure, no build to wire up, no
account somewhere else. The free plan publishes too, showing your latest deploy.
Custom domains, redirects, rollbacks
All three come with Pro, and together they turn a published page into a site you run.
- A custom domain. It takes one DNS record. The certificate is issued and
renewed for you, and a site can hold several at once, with one serving and the rest
redirecting to it, which is how
example.comandwww.example.comend up on one address instead of two copies of the same pages. - Redirects. A file named
_redirectsat the root of your project sends old paths to new ones, one rule per line, applied when you publish. - Rollbacks. The latest deploys of each site are kept, so putting yesterday's back live is one click, not a rebuild.
The door stays open
Hosting with us takes nothing away. The build that goes live is the one you download, plain
HTML, CSS and JavaScript with no runtime and no watermark. Your domain is yours and moves with
one DNS change. Even the _redirects file travels with the export, and hosts like
Netlify and Cloudflare Pages read it natively, so the rules you wrote here keep working there.
Publish with us because it is easier, not because you are stuck.
Ready? Open your project and publish it. The Publish docs cover the panel and what each plan includes, and Custom Domains walks through the DNS record when you want to use your own.