New in February 2026 — See what's new
DazlDocs
Building with DazlHandoff and Validation

Publishing and Sharing

When your interactive prototype is ready for feedback, you can publish it to a live URL or share the preview link — giving stakeholders, team members, or test users access to the real experience.

When your interactive prototype is ready for feedback, you can publish it to a live URL or share the preview link — giving stakeholders, team members, or test users access to the real experience.

Sharing the Preview

Every active project has a preview URL that works as long as the project's server is running. You don't need to publish to share — the preview URL is accessible from any device and any browser.

To share the preview:

  1. Copy the URL shown in the URL bar at the top of the center area
  2. Send it to the people you want to see the project

This is useful for quick feedback loops — share the link in a message, and your team can interact with the prototype on their own device, including mobile.

The preview URL is available as long as the project's server is active. It doesn't require the publishing step.

Publishing

For a more permanent URL, use the Publish feature:

  1. Click Publish in the top-right corner of the top bar
  2. In the Publish dialog, click Publish

The Publish dialog showing the Publish button

Once published, your project gets a dedicated live URL that persists independently of your editing session. You can share this URL for:

  • Stakeholder demos — present a high-fidelity, functional interactive prototype
  • User testing — let real users interact with the experience on any device
  • Team review — give everyone a single link to the current state of the project

Custom Domains

You can connect a custom domain to your published project for a more polished presentation URL. This is useful when presenting to external stakeholders or running validation tests where the URL itself matters. See Publishing for setup details.

What Gets Published

Publishing serves the same real application that you see in the editor — the same code, the same server, the same behavior. It's not a simplified or stripped-down version.

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

On this page