Snapvisor Docs
Deployments

URLs and domains

Pick the subdomain your project's production deployment is served on. Learn the slug rules for Snapvisor production domains.

Each project's production deployment is served on a stable Snapvisor subdomain you choose, so your team always has one address for the current production build.

Production domain

Set a production domain slug in your project's deployment settings. Snapvisor serves the production deployment on that slug as a subdomain of its deployments domain, giving you a persistent URL that always points at the latest production deployment.

Slug rules

  • Up to 48 characters.
  • Lowercase letters and digits, with dashes allowed in the middle.
  • Must start and end with an alphanumeric character.

Which deployments count as production is set by your environments pattern, and who can open the URL is governed by access protection.

On this page