Help Center / Branding
Set Up a Custom Domain
You can use your own domain name to host your UserJot feedback board, roadmap, and changelog. This creates a consistent experience for your users. For example, instead of yourproject.userjot.com
, users can visit feedback.yourdomain.com
.
Here’s how to set up a custom domain:
1. Go to Branding Settings
- Log in to your UserJot Dashboard.
- Select Settings from the main menu.
- Go to the Branding tab.
- Select the Domain sub-tab.
2. Add Your Domain
-
Click the Add Domain button.
-
Enter your root domain name in the input field (for example,
yourcompany.com
). We need your root domain to create thefeedback
subdomain (feedback.yourcompany.com
). -
After you enter your domain, we will show you two DNS records: a CNAME record and a TXT record.
- The CNAME record points the
feedback
subdomain to UserJot’s servers. - The TXT record helps verify that you own the domain.
- The CNAME record points the
3. Update Your DNS Records
-
Go to your domain registrar or DNS provider’s website (like GoDaddy, Cloudflare, Namecheap, etc.).
-
Find the DNS management section for your domain.
-
Add the CNAME and TXT records exactly as shown in your UserJot settings. Copy the Name (sometimes called Host or Alias) and Value (sometimes called Points to or Target) for each record.
- For the CNAME record:
- Type: CNAME
- Name/Host:
feedback
(orfeedback.yourcompany.com
, depending on your provider) - Value/Target: The value provided by UserJot (e.g.,
origin.userjot.com
)
- For the TXT record:
- Type: TXT
- Name/Host: The value provided by UserJot (e.g.,
_acme-challenge.feedback
) - Value/Content: The long string of characters provided by UserJot.
- For the CNAME record:
-
Save the changes to your DNS settings.
Note: DNS changes can take some time to update across the internet, sometimes up to 48 hours, but often much faster.
4. Verification and Access
- UserJot will automatically check for the DNS records. The status next to the records in your UserJot settings will change from Pending to Active once they are verified.
- When the setup is complete, you and your users can access your feedback board, roadmap, and changelog by visiting your new custom subdomain (e.g.,
feedback.yourcompany.com
).
Last updated on January 16, 2025.