Custom domain

Replace timetuna.com/your-slug with book.yourcompany.com or yourcompany.com (any domain you control).

What you need

  • A domain you own.
  • Access to that domain's DNS settings (Cloudflare, Namecheap, GoDaddy, Route 53).
  • Five minutes, plus up to an hour for DNS to propagate.

Step 1: choose your domain

You can use either a subdomain or a root (apex) domain. Bothbook.yourcompany.com and yourcompany.com work. The DNS record you add differs between the two:

  • Subdomain (book.yourcompany.com): you add a CNAME record.
  • Root domain (yourcompany.com): you add an A record, because CNAME records cannot live at the apex on most DNS providers.

Step 2: add the DNS record

Connect the domain in TimeTuna first (Step 3): the editor shows the exact record(s) to add, with a copy button. The records below are the typical values.

For a subdomain, add a CNAME:

DNS
Type:  CNAME
Name:  book                       # the subdomain part only
Value: custom.timetuna.com
TTL:   Auto (or 3600)

For a root domain, add an A record:

DNS
Type:  A
Name:  @                          # the root domain
Value: 76.76.21.21
TTL:   Auto (or 3600)
Use the records shown in the editor
If your domain was previously connected to another hosting provider, TimeTuna may also show a TXT record to prove ownership. Always add whatever records the editor lists for your specific domain.

Step 3: connect the domain in TimeTuna

Open the booking page editor, go to the Pro features tab, find Custom Domain, enter your full domain (for example book.yourcompany.com or yourcompany.com), and click Connect. After you add the DNS record, click Check DNS Status. TimeTuna issues an HTTPS certificate automatically once the DNS record resolves.

Verification can take a few minutes
DNS propagation is usually fast but can take up to an hour. If the status still shows "DNS Pending" or "Action needed" right after you save the record, wait 10 minutes and click Check DNS Status again.

Step 4: share the new URL

Once verified, the booking page is reachable at both timetuna.com/your-slugand your custom domain. Update your email signature, landing pages, and embeds.

One domain per page
Each custom domain can serve one booking page. If you need different domains for different pages, connect a separate domain for each.

Removing a custom domain

In the Pro features tab, click Disconnect next to the domain. The page goes back to working on timetuna.com/your-slug only. You can then delete the DNS record at your provider.