Create a project, paste one Website snippet, and verify a real submission without wading through setup screens. feedbacks.dev keeps the first run small, captures useful context automatically, and gives you public boards only when you are ready to open the workflow up.
Live preview
Quick start
The terminal mirrors the first-run loop: inspect the Website snippet, verify the widget locally, then confirm the first report lands with useful context.
<script
src="https://app.feedbacks.dev/widget/latest.js"
data-project="your-project-key"
data-api-url="https://app.feedbacks.dev/api/feedback"
data-config-version="1"
defer
></script>Website is the recommended default. React and Vue snippets are ready when you need them, but the first-run path stays intentionally small. Under 20KB gzipped.
Install first
The product is full-surface, but the path to first value is not. Get the widget live, confirm feedback lands in the inbox, then add routing, public boards, and automation once the core loop is working.
Install in minutes
Create a project, copy the Website snippet, and get a live widget without a multi-step setup flow. Modal, inline, and trigger modes stay available when you need them.
Triage with context
Every submission arrives with URL, browser, rating, and optional screenshot so the inbox helps you decide what matters quickly instead of becoming another pile of messages.
Move signal fast
Send the important items into Slack, Discord, GitHub, or your own endpoints once the first install is already working. Integrations stay secondary to setup, not in the way of it.
Turn repeated requests into a public roadmap and voting surface after the inbox is already collecting good signal.
Browse public boards that show how teams turn private feedback loops into credible public product communication.
MCP server for Claude, Cursor, and other AI agents. REST API with key auth. Programmatic feedback at scale.
Push to Slack, Discord, GitHub Issues, or any custom endpoint. Real-time delivery with retry and logging.
FSL-1.1-MIT today, MIT later. Self-hostable. Full codebase on GitHub. No vendor lock-in, no data hostage situations.
Built for automation
Connect Claude, GPT, Cursor, or any AI agent to your feedback pipeline. The MCP server and REST API let machines submit, query, and triage feedback alongside your team.
// ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"feedbacks": {
"command": "npx",
"args": ["-y", "@feedbacks/mcp-server"],
"env": {
"FEEDBACKS_API_KEY": "fb_live_..."
}
}
}
}// Incoming webhook payload
{
"event": "feedback.created",
"feedback": {
"type": "bug",
"message": "CSV export crashes on large sets",
"url": "https://app.example.com/export",
"rating": 2,
"email": "user@example.com"
},
"project": {
"name": "My SaaS App"
}
}Integrations
Webhooks fire on every new submission. Route feedback to Slack channels, Discord servers, GitHub Issues, or your own internal tools automatically.
Getting started
Start with one project and get the Website snippet immediately. No wizard, no setup maze, no advanced configuration wall.
Install the widget where your global scripts load, then open the hosted verify page and send one real test submission.
Once the first item lands, route what matters, publish a board if you want public signal, and build from a feedback loop that already proved itself.
Why feedbacks.dev
feedbacks.dev is opinionated about one thing: first-run success. The product earns the right to be broader by making the install, verify, and triage loop feel obvious before it asks you to think about anything else.
Under 20KB gzipped. No iframe bloat, no third-party trackers. Loads fast, runs fast, stays out of the way.
No analytics on your users. No tracking pixels. Email collection is optional and controlled by you.
One script tag works everywhere. React wrapper, Vue wrapper, or plain HTML. Your stack, your choice.
Every submission captures URL, browser, OS, rating, and optional screenshot. Debug-ready from submission.
Add internal notes to any feedback item. Keep context private between your team while tracking resolution.
Fork it, run it on your own infra, customize everything. FSL license now, MIT conversion after the change date.