Welcome to LaunchverseQuickstartDashboard Overview
Deployment GuideEnvironment Variables & SecretsCustom DomainsTeam ManagementPreview EnvironmentsRollback & PromoteWeb ShellHow Builds Work (Forge)
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
JavaScript SDKPython SDK
Changelog
API Reference (Redoc)

Custom Domains

Connect your own domain to your Launchverse project with automatic HTTPS.

Adding a Domain

  1. Go to your project's Domains tab.
  2. Enter your domain name (e.g., example.com or www.example.com).
  3. Follow the DNS configuration instructions provided.

DNS Configuration

Depending on your domain, you'll need to add one of these DNS records:

    1. A Record: Point the apex domain to our load balancer IP.
    2. CNAME Record: Point subdomains to your-project.launchverse.app.

Automatic HTTPS

Launchverse automatically provisions and renews TLS certificates via Let's Encrypt. Once your DNS propagates, HTTPS is enabled within minutes.

Removing a Domain

From the Domains tab, click the delete icon next to the domain. DNS records are not automatically removed — update them independently.

Edit this page on GitHub↗