Custom domain

Serve your support form on your own hostname with DNS verification.

A custom domain lets customers visit your support form at a URL you own — for example, support.acme.com — instead of only the default your-slug.support-page.dev address.

Open Support page → Settings → Custom domain in the dashboard.

Why use a custom domain

  • Brand trust — the URL matches your product
  • Consistent cookies and SSO context — when embedded or linked from your app subdomain
  • Email alignment — easier to explain in docs ("visit support.acme.com")

Custom domains are typically available on paid plans. Confirm eligibility in Invoices and subscription.

Setup overview

Rendering Chart
  1. Enter your desired hostname (subdomain recommended — support.example.com, not always apex example.com).
  2. SupportPage shows DNS records to create — usually a CNAME or TXT for verification, plus guidance for SSL.
  3. Add records at your DNS provider (Cloudflare, Route 53, etc.).
  4. Click Verify in SupportPage. Propagation can take minutes to 48 hours.
  5. When verified, traffic to your hostname serves the support form with HTTPS.

DNS record types

Exact values are shown in the dashboard at setup time. Typical patterns:

RecordPurpose
CNAMEPoints your subdomain to SupportPage's hosting endpoint
TXTProves domain ownership during verification

Do not delete verification records unless the dashboard says they are no longer needed — some providers require them to remain for renewal checks.

Apex vs subdomain

ChoiceRecommendation
Subdomain (support.example.com)Preferred — simple CNAME
Apex (example.com)Often requires ALIAS/ANAME or flattening; not always supported

Use a dedicated subdomain for support intake when possible.

Default URL after custom domain

The original slug.support-page.dev URL may continue to work as a redirect or alternate entry point. Prefer linking the custom domain in customer-facing materials once verified.

Troubleshooting

IssueWhat to check
Verification stuckDNS TTL; typos in hostname; proxy-only mode on Cloudflare (try DNS-only / grey cloud)
Wrong page shownHostname attached to a different support page in your account
Works locally, fails for othersIncomplete propagation — use dig or online DNS checkers

See also FAQ — custom domain.

Removing a custom domain

  1. Update links in your app and docs to another URL first.
  2. Remove the domain in SupportPage settings.
  3. Delete DNS records at your provider when no longer needed.

Customers with bookmarked URLs will hit DNS errors after removal.