Custom domains

Serve your deployed site from your own domain instead of the default deploy URL. Available on the Pro and Team plans.

Add a domain

In the Deploy dialog, enter your domain (e.g. app.yourcompany.com) for a host and deploy. What happens next depends on the host:

  • Cloudflare — if the domain's zone is already in the same Cloudflare account as your deploy token, Likeable attaches it to your Worker automatically. Otherwise (or if the token lacks the scope), Likeable shows a CNAME record to add.
  • Vercel / Netlify — Likeable shows the CNAME record to add in your DNS; you also add the domain in the host's own dashboard. (Likeable doesn't call their domain APIs.)
  • Harper — same as Vercel/Netlify: Likeable shows the CNAME record. On Harper Fabric, bind the domain to your cluster in Fabric Studio; on a self-hosted cluster, point it at your cluster's own hostname.

DNS

When a record is shown, add it at your DNS provider:

Type   Name                  Value
CNAME  app.yourcompany.com   <your deploy URL host>

DNS changes can take a little while to propagate, and your host issues the HTTPS certificate once the record resolves.

Custom domains are a Pro/Team feature — see Plans & pricing. Likeable shows the attach status or the DNS record to add; it doesn't poll certificate/propagation status.

Next steps