Share your board
Once your board is ready, the next step is simple: put the link somewhere your users will actually see it. UserJot gives you one main public link for your feedback board, and you can optionally share separate links for your roadmap and changelog.
Share your board
-
Open your workspace dashboard and go to Share in the sidebar.
-
At the top of the page, your board's live URL is shown with two buttons. Copy your main public link with Copy link or open it with Visit to check how it looks first.
-
Add that link anywhere users already expect to find product updates or a way to contact your team. Good places include your website navigation, footer, help center, onboarding emails, support replies, and in-app menus.
-
If you want to link to your roadmap or changelog separately, scroll to the Add to your app or website section. It lists your Feedback, Roadmap, and Changelog links, and Copy all links copies all three at once.
Common link patterns
If you use your default UserJot subdomain, the public URLs usually look like this:
<a href="https://yourproject.userjot.com/">Share feedback</a>
<a href="https://yourproject.userjot.com/roadmap">See what's coming</a>
<a href="https://yourproject.userjot.com/updates">Latest updates</a>If you use a custom domain, the same pattern applies on that domain:
<a href="https://feedback.yourcompany.com/">Give feedback</a>
<a href="https://feedback.yourcompany.com/roadmap">Product roadmap</a>
<a href="https://feedback.yourcompany.com/updates">What's new</a>Open the feedback form directly
If you want a link to open the feedback form immediately, add the
?openFeedback query parameter to the feedback URL:
<a href="https://feedback.yourcompany.com/?openFeedback">Submit feedback</a>That is useful for onboarding emails, support replies, and in-app calls to action where you want to reduce one more click before submission.
For the implementation details, use the docs guide at /docs/deep-link-feedback.
If your product already loads the widget SDK, you can also redirect users to the public feedback page programmatically:
window.uj.redirect({ openFeedback: true });For the full SDK method reference, use /docs/widget-sdk-reference.
What to check before you share it
Make sure the board name is clear, the board visibility matches what you want, and the page feels ready for users to land on. If guest feedback is enabled, people can submit with less friction. If it is not, users may need to sign in first depending on your setup.
It is also worth opening the board once before you share it widely. That quick check helps you catch simple issues like unclear wording, missing branding, or an empty page that does not yet explain what kind of feedback you want.
Good ways to present the link
Keep the label simple and specific. In most cases, plain language works better than something clever. Good options include Share feedback, Request a feature, Report a bug, or Tell us what to build next.
If you are sharing more than one link, use the main feedback board as the default destination and reserve direct roadmap or changelog links for places where users specifically want to see plans or recent updates.
What users will see
The main board link gives users one place to submit feedback, browse existing requests, and follow what is being discussed. Depending on how your workspace is set up, they may also be able to vote, comment, and see product status changes in the same public experience.