New in February 2026 — See what's new
DazlDocs
Feature Reference

Publishing

Publish your project to a live URL that anyone can visit, and optionally connect a custom domain for a polished presentation.

The Publish button in the top-right corner of the editor gives your project a permanent, publicly accessible URL on dazl.live. Unlike the preview URL (which requires the project's server to be running), a published URL stays available independently of your editing session.

Publishing a Project

Click Publish in the top bar to open the Publish dialog.

The Publish dialog showing the project is not yet published

Click Publish in the dialog to start the build. Dazl builds and publishes your project, which takes a few seconds. Once complete, the dialog shows the live URL and a Live badge.

The Publish dialog showing the live URL and update option

The published URL follows the pattern project-name-XXXX.dazl.live. You can click the URL to open it in a new tab, or use the copy button to share it.

Updating a Published Project

After making changes in the editor, open the Publish dialog and click Update to push the latest version to your live URL. The same URL stays active — anyone with the link sees the updated version after the build completes.

Custom Domains

For a more polished presentation URL, publish your project first, then click Connect Custom Domain in the Publish dialog. This opens a guided setup powered by Entri that walks you through configuring your domain's DNS settings, no developer needed.

The Connect Custom Domain modal showing the Entri domain configuration flow

Custom domains are a Pro feature.

What Gets Published

Publishing serves the same application you see in the editor — the same code, the same behavior. It is not a simplified or stripped-down version.

Dev routes are excluded from the published version. Pages marked as development-only (admin panels, data management interfaces) don't appear in the published project. See Pages and Routing for more on dev routes.

On this page