Developer Quickstart Guide

Get Userback installed and collecting feedback in under 5 minutes.

📘

Before you start


1. Install the widget

Choose the installation method that fits your stack.

Paste the Userback code before the closing </body> tag:

<script>
  window.Userback = window.Userback || {};
  Userback.access_token = 'YOUR_ACCESS_TOKEN';

  // identify your logged-in users (optional)
  Userback.user_data = {
    id: "123456", // example data
    info: {
      name: "someone", // example data
      email: "[email protected]" // example data
    }
  };

  (function(d) {
    var s = d.createElement('script');s.async = true;
    s.src = 'https://static.userback.io/widget/v1.js';
    (d.head || d.body).appendChild(s);
  })(document);
</script>
📘

Using React, Vue, or Next.js?

See the full installation guide for framework-specific setup.


2. Verify it's working

Load your app in a browser. The Userback widget button should appear on the page. Submit a test piece of feedback, then check your Userback dashboard — it should appear there within a few seconds.

That's it.

Userback is installed and collecting feedback. Head to your dashboard to see submissions, manage workflows, and configure your widget.


What's next


No-code alternative


Need help? Visit the Help Center or use the chat bubble on this page to contact our support team.