Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
LaunchVerse ForgeScale-to-ZeroEnvironment Variable VersioningRollbacks & PromotionsPreview Environments
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesDatabase Backups & RestoresLog DrainsObservability
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
Changelog
Deployment GuideEnvironment Variables & SecretsTeam ManagementWeb ShellHow Builds Work (Forge)
JavaScript SDKPython SDK
API Reference (Redoc)

Custom Domains & TLS

Every project on LaunchVerse receives a free, auto-generated .launchverse.app subdomain. However, for production applications, you will want to attach your own custom domain.

Adding a Domain

  1. Navigate to your Project Settings > Domains.
  2. Type in your desired domain (e.g., api.mycompany.com or mycompany.com).
  3. Click Add Domain.

LaunchVerse will generate the required DNS records (either a CNAME or A record, depending on whether it is an apex or subdomain).

DNS Configuration

Log in to your DNS provider (e.g., GoDaddy, Namecheap, Route53) and create the records exactly as shown in the LaunchVerse dashboard.

> [!IMPORTANT]

> If you are adding an Apex Domain (e.g., example.com without the www), you must use an A record pointing to the LaunchVerse Anycast IP provided in the dashboard. If your DNS provider supports CNAME flattening (like Cloudflare), you can use a CNAME for apex domains.

Automatic TLS (SSL Certificates)

Once your DNS changes propagate, LaunchVerse will automatically intercept the traffic and provision an SSL/TLS certificate via Let's Encrypt.

You do not need to upload certificates, manage renewals, or configure NGINX. LaunchVerse handles the entire cryptographic lifecycle on the Edge.

Redirecting www

If you add both example.com and www.example.com to your project, you can set one as the Primary Domain. LaunchVerse will automatically issue HTTP 308 permanent redirects from the secondary domain to the primary domain at the Edge, ensuring optimal SEO performance.

Edit this page on GitHub↗