Help Center / Widget SDK

Get started with UserJot Widget


Get the UserJot widget running on your website in under a minute.

Add UserJot widget to your website

The widget provides access to your product roadmap, changelog, and automatically notifies users about new updates, keeping them engaged and informed about your product’s progress.

Installation

Add this single line to your HTML, just before the closing </body> tag:

<script>window.$ujq=window.$ujq||[];window.uj=window.uj||new Proxy({},{get:(_,p)=>(...a)=>window.$ujq.push([p,...a])});document.head.appendChild(Object.assign(document.createElement('script'),{src:'https://cdn.userjot.com/sdk/v1/uj.js',async:!0}));</script>

Initialize

Add your project ID (found in your UserJot dashboard):

window.uj.init('YOUR_PROJECT_ID', {
  widget: true
});

That’s it! The widget button will appear on your website.

Try it out

Once installed, your users can:

  • Submit feedback and ideas
  • View your product roadmap
  • Stay updated with changelog entries
  • Vote on features they want

What’s next?


UserJot

Last updated on August 13, 2025.