Integration shouldn't need a sprint
Too many feedback tools turn a simple goal — listen to users — into an engineering project. You install an SDK, configure a backend, manage API keys, write event handlers, and wait for the next release cycle before a single piece of feedback comes in.
That overhead is why so many teams plan to add feedback and never do. The friction kills the initiative before it starts.
How it works
MonkFeed is a script and a container element. Drop these two lines anywhere in your page and the widget mounts itself:
<div class="monkfeed-widget" data-application-id="YOUR_APP_ID"></div>
<script src="https://monkfeed.entrext.com/widget.js"></script>
The script finds the container by its monkfeed-widget class, reads your configuration from data- attributes, and renders the launcher. No build step, no bundler config, no backend. It just works.
Works with your stack
Because it's plain HTML and JavaScript, MonkFeed drops into virtually any framework:
- HTML / static sites — paste the snippet into your template.
- React — render the
<div>and load the script with an effect or<script>tag. - Next.js — use
next/scriptto loadwidget.jsand place the container in your layout. - Vue, Angular, Svelte — the same container-plus-script pattern applies everywhere.
If your framework renders HTML, MonkFeed fits.
Step-by-step
- Grab your snippet from the MonkFeed dashboard — your
application-idis already filled in. - Paste the container
<div>where you want the launcher to appear. - Add the script tag (once per page, ideally near the closing
</body>). - Customize with optional
data-attributes for position, colors, and branding. - Ship it. The widget appears and starts collecting feedback immediately.
For single-page apps, just update the container's attributes to re-trigger the widget on navigation.
Measured in minutes and lines
The numbers tell the story:
- Lines of code: 2
- Build steps: 0
- Backend setup: none
- Time to first feedback: minutes, not the days or weeks an SDK integration usually takes.
Grab your code snippet from the dashboard and have feedback flowing before your coffee gets cold.
