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 aCNAMErecord. - Root domain (
yourcompany.com): you add anArecord, becauseCNAMErecords 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:
Type: CNAME
Name: book # the subdomain part only
Value: custom.timetuna.com
TTL: Auto (or 3600)For a root domain, add an A record:
Type: A
Name: @ # the root domain
Value: 76.76.21.21
TTL: Auto (or 3600)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.
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.
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.