Feature · Listen
Embed an in-app feedback button in your product with one line of code. Users submit feedback without leaving your app — and every submission flows directly into MindBacklog's AI pipeline. No spreadsheets. No manual intake. Just structured, classified feedback in seconds.
Widget Features
The feedback widget is a self-contained JavaScript embed that works on any website or web app. No CSS conflicts, no dependencies.
Add a single script tag to your site. The widget loads asynchronously — zero impact on page performance. Works with any framework or static site.
Configure accent color, button position (left/right), trigger label text, form title, and feedback categories. Match your brand perfectly.
Call mbwidget("identify", { name, email }) to tie feedback to known users. See who submitted what — no anonymous noise.
Lock the widget to your approved domains. Prevents unauthorized usage and ensures feedback comes from legitimate sources only.
Every submission enters the 4-phase AI pipeline automatically: Enrich → Validate → Classify → Route. Feedback is structured before you even see it.
Toggle "Powered by MindBacklog" branding on or off. Your widget, your brand. Full white-label option on Growth and Scale plans.
How It Works
Paste the embed code into your website or app. The widget loads a floating feedback button — configurable position, color, and label.
A clean modal opens. Users select a category (bug, feature request, general), type their feedback, and submit — without leaving your product.
The submission enters MindBacklog's AI pipeline. Intent, sentiment, urgency, and smart tags are extracted. If the feedback matches an existing feature, it's auto-linked as evidence.
Classified feedback appears in Radar's Raw Feed — structured, scored, and ready for action. From there, approve, merge, or promote signals to Ideas. No copy-pasting. No manual tagging.
Integration
Add the embed script. Optionally identify your users. The widget handles everything else.
<!-- Add this before </body> --> <script> (function(w,d,s,o,f){ w["MBWidget"]=o;w[o]=w[o]||function(){(w[o].q=w[o].q||[]).push(arguments)}; f=d.createElement(s);f.async=1;f.src="https://app.mindbacklog.com/js/widget.js"; d.head.appendChild(f); })(window,document,"script","mbwidget"); mbwidget("init", "YOUR_PUBLIC_TOKEN"); // Optional: Identify logged-in users // mbwidget("identify", { name: "Jane Doe", email: "jane@example.com" }); </script>
Embed the widget, identify your users, let AI handle the rest. Founding members get exclusive discounted pricing.