FeedIndex

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

  1. Go to Workspace Settings > Integrations > Custom Domain
  2. Enter your desired domain (e.g., feedback.yoursite.com)
  3. Add the DNS records shown in the settings:
    • CNAME record pointing to cname.feedindex.app
    • TXT record for domain verification
  4. Click Verify — FeedIndex checks the TXT record to confirm ownership
  5. Once verified, SSL is provisioned automatically

DNS configuration

At your DNS provider, create these records:

TypeNameValue
CNAMEfeedbackcname.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

On this page