DiveConnect
All help articles

Your website & domain

Connect your own domain

Last updated 2026-07-08

Every DiveConnect site is live right away on a free subdomain like yourshop.diveconnect.ai. When you're ready, you can point a domain you already own — like www.yourshop.com — at your DiveConnect site. Your site, bookings, and SSL certificate all keep working; visitors just see your own address.

Before you start

The two DNS records

Add both records at your registrar so your site works with and without the www:

TypeName / HostValueCovers
A@76.76.21.21yourshop.com (the "apex")
CNAMEwwwcname.vercel-dns.comwww.yourshop.com

Your email keeps working. These records only route your website. Email uses different records (MX) which you are not touching — do not delete or change any MX, TXT, or other existing records.

Step-by-step by registrar

GoDaddy

  1. Log in and open the Domain Control Center (My Products → your domain).
  2. Select Manage DNS.
  3. Click Add and create the A record: Name @, Value 76.76.21.21, TTL default. Save.
  4. Click Add again and create the CNAME: Name www, Value cname.vercel-dns.com. Save.
  5. If an old A record for @ or CNAME for www already exists (pointing at your old site), edit it to the new value instead of adding a duplicate.

Namecheap

  1. Log in → Domain ListManage next to your domain.
  2. Open the Advanced DNS tab.
  3. Add New Record → A Record: Host @, Value 76.76.21.21. Save.
  4. Add New Record → CNAME Record: Host www, Value cname.vercel-dns.com. Save.
  5. Remove or edit any conflicting old records for the same hosts (e.g. Namecheap's default "parking page" redirect).

Cloudflare

  1. Log in and select your domain → DNS.
  2. Add record → Type A, Name @, IPv4 76.76.21.21.
  3. Add record → Type CNAME, Name www, Target cname.vercel-dns.com.
  4. Set the cloud icon on both records to DNS only (grey cloud, proxy off). Cloudflare's orange-cloud proxy in front of our SSL causes certificate errors.

Using a different registrar? The records are identical everywhere — find the DNS settings page and add the same A and CNAME records above.

Verify it worked

  1. Back in the dashboard, open Website → Domain.
  2. Click Verify DNS. It checks both records and shows what we see live.
  3. Once verified, we issue your SSL certificate automatically. Your site is then live at your domain over https:// — nothing else to configure.

Troubleshooting

Moving from an existing website?

Your old site stays live until the DNS change propagates, so there's no downtime window to plan around. Two tips for a smooth handover:


Need a hand? Email us at admin@diveconnect.io or open a ticket from your dashboard under Support — we usually reply within one business day.