Building an open source user feedback tool
I have decided to open-source a user feedback widget I've been using on many projects lately.
It's called 'feedchat', and you can install it with a single npm command.
You can also ask your AI agent to install it for you.
Read https://feedchat.io/llm and install feedchat with 'npm install feedchat'. Then set the widget up on my project.
100% free and open source.
Feedchat allows you to collect context about your users' feedback, including snapshots of their current screen.
I've found it super helpful, and it has encouraged lots of impromptu feedback.


The technical bits:
The runtime bundle is 62.6 KB.
Display the widget on any page with:
<feedchat-widget />
On submit, the widget dispatches a feedchat:submit browser event.
Listen for it and handle the payload however you like: API, analytics, webhook, etc.
No backend is required.
You can even match your product by overriding CSS variables on the feedchat-widget element.
You can learn more on GitHub.








