Settings

Custom domain

Serve your portal, board, surveys, and changelog from your own subdomain.

By default, your public pages live on a chirpback.io subdomain. With a custom domain you can serve them from a subdomain you own — feedback.yourcompany.com, talk.yourcompany.com, and so on.

Custom domains for the changelog and surveys are available on the Growth plan and above.

What gets mapped

One custom domain covers all your project's public surfaces:

  • The public portal (board, surveys, changelog)
  • Survey share links — https://<your-domain>/s/<publicId>
  • Announcement permalinks
  • Changelog feeds

Setup

1. Add the domain in ChirpBack

Project Settings → Custom Domain → enter your domain (e.g. feedback.yourcompany.com).

ChirpBack generates two DNS records:

  • A TXT record at _cf-custom-hostname.<your-domain> — used to verify you own the domain
  • A CNAME at <your-domain> pointing to ChirpBack's edge

2. Add the DNS records at your provider

In your DNS host (Cloudflare, GoDaddy, Route53, Namecheap, etc.):

  1. Create the TXT record exactly as shown to verify ownership
  2. Wait a few minutes for DNS to propagate (some providers are slower than others)
  3. Create the CNAME record pointing at the edge target shown in ChirpBack
  4. If your provider is proxied / CDN-aware, you can usually leave proxying on
  5. For apex (root) domains, use CNAME flattening, ALIAS, or ANAME if your provider supports it

3. Verify

Back in Custom Domain → Verify. ChirpBack checks both records and the certificate. When the certificate is ACTIVE, your domain goes live.

Changing the domain

Click Change domain on the Custom Domain page to swap in a new one. The new one will need to go through the same verify flow.

Troubleshooting

DNS not verifying?

  • Wait 5–10 minutes — propagation can take time
  • Use dig CNAME <your-domain> and dig TXT _cf-custom-hostname.<your-domain> to confirm both records are published
  • Double-check the values match exactly what ChirpBack shows

Still stuck? Email support@chirpback.io with your domain.

Next steps

On this page