# Feedback DevTools Feedback DevTools is a visual feedback platform for web developers — collect feedback, triage with AI, and turn comments into code changes. ## What it does - Stakeholders click any element on your site and leave feedback. - Each item pins the exact component name, source file, screenshot, console errors, and network logs — everything needed to reproduce and fix the issue. - Pro plans add AI triage: sentiment classification (angry/happy/neutral), intent detection (bug/feature/UX), and urgency scoring so critical feedback floats to the top. - One click generates a Claude Code prompt with full source mapping — the shortest path from "this button should be blue" to a pull request. ## Pricing - **Free plan ($0):** Unlimited feedback collection, shareable links, kanban pipeline, CSV/JSON export. No trial, no credit card. - **Pro ($9/mo per project):** Everything in Free plus AI sentiment classification, AI intent & urgency scoring, classification stats dashboard, priority triage. ## Comparisons Feedback DevTools replaces or competes with: - Marker.io (starts at $39/mo, no free tier, no AI triage) - UserSnap (starts at $99/mo, survey bloat, no source mapping) - BugHerd (starts at $50/mo, per-seat pricing, no code-change prompts) - Feedbucket ($49/mo Pro, caps at 5 projects / 2 team members) ## Links - Website: https://feedback-devtools.com - Docs: https://feedback-devtools.com/docs - Pricing: https://feedback-devtools.com/pricing - Cursor directory listing: https://feedback-devtools.com/for/cursor - Claude directory listing: https://feedback-devtools.com/for/claude - 60s file:line demo (source-mapped component/file/console): https://feedback-devtools.com/demo/file-line ## API - Widget embed: script tag via https://feedback-devtools.com/api/widget - Feedback API: https://feedback-devtools.com/api/v1/feedback - WebSocket: https://feedback-devtools.com/ws - Hosted MCP: POST https://server-production-14a9.up.railway.app/mcp (Bearer dashboard session + X-SDK-Token; not an open endpoint) - MCP discovery: https://feedback-devtools.com/.well-known/mcp.json ## Technology - Next.js App Router · TypeScript · Fastify · Prisma · PostgreSQL - React SDK for source-mapping DOM elements to component files - Two-line script tag embed, any framework