Custom Domain
Serve your FeedIndex portal from your own domain.
Custom domains let you serve your public feedback portal from a domain like feedback.yoursite.com instead of feedindex.app/p/your-org. Available on Starter plan and above.
Setup
- Go to Workspace Settings > Integrations > Custom Domain
- Enter your desired domain (e.g.,
feedback.yoursite.com) - Add the DNS records shown in the settings:
- CNAME record pointing to
cname.feedindex.app - TXT record for domain verification
- CNAME record pointing to
- Click Verify — FeedIndex checks the TXT record to confirm ownership
- Once verified, SSL is provisioned automatically
DNS configuration
At your DNS provider, create these records:
| Type | Name | Value |
|---|---|---|
| CNAME | feedback | cname.feedindex.app |
| TXT | _feedindex-verify.feedback | (shown in settings) |
DNS propagation can take up to 48 hours, though it typically completes within minutes.
How it works
When a user visits your custom domain, FeedIndex serves your public portal (all boards, roadmap, and changelog) with root-relative URLs. The experience is seamless — users never see feedindex.app.
Limitations
- One custom domain per workspace
- Subdomains only (e.g.,
feedback.yoursite.com), not apex domains - The custom domain serves the entire portal, not individual boards