Launchly Docs

Custom Domain

Serve your changelog from your own domain with automatic HTTPS.

Bring your own domain (e.g. changelog.yourco.com) and Launchly serves your changelog there with an automatically provisioned, free TLS certificate. Requires a Pro plan or higher.

1. Add the domain

In Settings → Custom domain, enter your domain. Launchly returns a verification token and marks the domain as pending.

2. Point your DNS

At your DNS provider add two records:

TypeNameValue
CNAMEchangelog (your subdomain)cname.launchly.dev
TXT_launchly.changelog.yourco.comlaunchly-verify=<token>

Use a subdomain (e.g. changelog.), not the apex. If your DNS is behind a proxy like Cloudflare, set the CNAME to DNS-only (grey cloud).

3. Verify

Back in Settings, click Verify. Launchly checks the TXT record, then provisions a TLS certificate automatically. Within a minute your changelog is live at https://changelog.yourco.com over HTTPS.

Your hosted page at https://launchly.dev/c/<slug> keeps working too — the custom domain is an additional surface, not a replacement.

Removing the domain in Settings cleans up both the routing and the certificate.

On this page