Connect a custom domain

A custom domain puts your brand on every funnel — visitors see go.your-domain.com, not ours. Custom domains are a paid feature; on the free plan you'll see an upgrade prompt instead of the setup below.

We recommend using a subdomain of your existing domain (like go.your-domain.com) for funnels and keeping the main domain for your website. Top-level domains (your-domain.com) work too but need a slightly different DNS record.

Add your domain

  1. Go to Settings → General and scroll to the Domains section.
  2. In the Custom Domains card, click Add Domain.
  3. Enter the domain — for example go.your-domain.com — and click Add Custom Domain.
  4. The domain appears in the list as Pending. Click it to finish setup.

Finish the setup

Option A — Easy Setup Wizard (recommended). Click Start Easy Setup Wizard and sign in to your domain provider when prompted. The wizard adds the DNS record for you — no copying and pasting.

Option B — Manual. Add one record at your domain provider (the place you bought your domain, like GoDaddy or Namecheap). A DNS record is just a signpost that points your domain at us.

For a subdomain like go.your-domain.com:

  • Type: CNAME
  • Name: go (the first part of your subdomain)
  • Value: cname.vercel-dns.com
  • TTL: 300 (or your provider's default)

For a root domain like your-domain.com:

  • Type: A
  • Name: @
  • Value: 76.76.21.21

Click Check Status to re-check after adding the record. Once the domain shows Active, open it and choose Set as Active to route your funnels through it.

Don't have a domain yet?

Click Purchase Domain in the Custom Domains card to buy one without leaving the app — it connects automatically, DNS included.

Good to know

  • One active domain per workspace. Switching the active domain means links on the old one stop working, and logged-in visitors will need to log in again.
  • Secure connections (https) are handled for you — no certificates to install.

Troubleshooting

My domain has been Pending for a while

DNS changes take time to spread. Double-check the record matches exactly — the CNAME value should be cname.vercel-dns.com, nothing more — then give it up to an hour. Still stuck? Contact support with your workspace ID.

The Easy Setup Wizard couldn't find my provider

Some providers aren't supported for automated setup. Use the manual record above — it's a single entry, and your provider's help docs show where to paste it.

Related articles

Was this helpful?