Feedboon
Works with Claude Code, Cursor & OpenCode

Visual bug reporting
without the follow-up questions

Your client clicks a bug, Feedboon grabs the screenshot, console errors, and element data. You get context, not questions.

Free forever for solo. No credit card required.

Slack - #website-feedback
S
SarahClient10:14 AM
The checkout button is broken
M
MikeDev10:18 AM
Which button? Can you send a screenshot?
S
SarahClient10:34 AM
[blurry-photo.jpg]
M
MikeDev10:41 AM
What browser are you using? What's the URL?
S
SarahClient11:02 AM
Chrome I think? It's the checkout page
48 minutes later... Still debugging
Your Order
iPhone 15 Pro$999
AirPods Pro$249
Total:$1,248
Complete Order
Report Bug
Button doesn't respond on click
Low
Med
High
Submit →
Screenshot captured
FB-007Button doesn't respond
New
[Screenshot]
click point
Elementbutton#submit-order
Page/checkout
BrowserChrome 120 · macOS 14.2
Viewport1920×1080
Console Errors
✕ TypeError: Cannot read 'id' of undefined
at checkout.ts:45:12
AI Analysis
File:checkout.ts:45
Fix:Add null check for order object
Confidence:High
Send to Claude Code →
Claude Code
> Fix bug FB-007
Analyzing checkout.ts:45...
Found: TypeError: Cannot read 'id' of undefined
src/pages/checkout.ts
- const orderId = order.id;
+ if (!order) {
+ console.error('Order not found');
+ return;
+ }
+ const orderId = order.id;
Fix applied
Status: NewDone
Total time: 3 minutes
6 messages. 48 minutes. Bug still unclear.

Works with your favorite AI tools

Claude Code
Cursor
OpenCode
VS Code
The Problem

Feedback shouldn't need a translator

Your clients and team already report bugs. They just report them in Slack, email, or random Google Docs.

Each message starts a chain: “Which page?” “What browser?” “Can you send a screenshot?”

Average time wasted per unclear bug report: 15-30 minutes.

WITHOUT FEEDBOON
WITH FEEDBOON
"Button broken"
Click → Screenshot → Task
"Can you send screenshot?"
Full context attached
"What browser?"
Browser, viewport, URL auto
"I can't reproduce it"
Console errors captured
6 messages back-and-forth
Zero follow-up questions
30 min to understand
30 sec to report
30 min / bug
3 min / bug
Features

From unclear feedback to fixed bug

Everything your team needs to collect, understand, and fix website issues faster.

Skip the 'where exactly?' conversation

Client clicks any element. Screenshot captured with click point marked.

Browser info? Already captured.

Console errors, browser version, viewport, URL, and DOM selector included with every report.

One place for all feedback

Pins stay on your site. Yellow = new, blue = in progress, purple = review, green = done.

Debug context sent to AI

Send bugs to Claude Code, Cursor, or OpenCode. Screenshot, errors, and metadata included.

Kanban, not spreadsheets

Drag-and-drop board with screenshots, status, and assignments. Filter by page or assignee.

Flat pricing. No seat math.

$29/mo for unlimited team members. Developers, designers, and clients included.

How it works

From bug report to fix in 3 minutes

Feedboon replaces 6 back-and-forth messages with one click.

1

Client clicks the problem

Click the bug button on your site, click the broken element, describe the issue. That's it.

yoursite.com/checkout
"Buy button doesn't respond on click"
2

Context captures automatically

Screenshot with pin marker, console errors, browser info, viewport, URL, DOM selector. Everything developers need to reproduce the bug.

Context Captured
TypeError: Cannot read 'id' of undefined
Element:button#submit-order
Browser:Chrome 120 · macOS 14.2
Screenshot:Captured with pin marker
3

Developer fixes in IDE

Copy the AI prompt from dashboard, paste into Claude Code or Cursor. AI analyzes the bug and suggests a fix. No context switching.

Claude Code
> Inspect bug FB-007 and help me fix it
Analyzing checkout.ts:45...
Fix applied Added null check
Built for

For everyone tired of unclear feedback

Agencies & Freelancers

Clients click on your staging site, you get a bug report. No more "it's broken somewhere" emails.

Product Teams

QA reports visually. Developers get screenshots, console errors, and browser info. No Slack threads.

Solo Developers

Users report bugs with context. You fix them instead of asking 'which browser?'

AI Integration

Feedback that works with your AI code editor

See a bug? Send it to Claude or Cursor with one click. Screenshot, console errors, browser info, and DOM selector included. Your AI gets real context instead of vague descriptions.

  • Console errors included automatically
  • Full bug context for AI-powered fixes
  • Deep links open in your IDE
  • Works with Claude Code, Cursor & OpenCode
Claude Code
>
Why Feedboon

Built different from legacy feedback tools

5-user monthly cost

$42/mo (5 members)
$29/mo flat (unlimited)

AI Integration

"Coming soon" badge
Full MCP — works in your IDE

Time to understand bug

10-15 min of questions
Instant — full context captured

Developer workflow

Copy ID → open dashboard → read
One prompt → AI fixes in IDE

Pin system

Avatar-based
Status-colored (see progress at glance)

Updates

Manual refresh
Realtime sync
Pricing

Simple pricing. No per-seat math

Start free. Upgrade when your team grows.

Solo

$0/forever

For individual developers and personal projects

  • 3 projects
  • Unlimited feedback
  • Screenshot capture
  • Console error capture
  • AI analysis
  • MCP integration
  • 1 team member
Most popular

Team

$29/mo

For teams that ship faster together

  • Unlimited projects
  • Unlimited feedback
  • Unlimited team members
  • Everything in Solo
  • Priority support
  • Integrations (coming soon)

That's $29 total. Not $29 per person. Your whole team for less than one hour of developer time saved.

FAQ

Frequently asked questions

What is Feedboon?

Feedboon is a visual feedback tool for websites. It lets anyone on your team click on a webpage element and submit a bug report with an automatic screenshot, console errors, browser info, and DOM selector — no extra steps needed. Reports are managed in a Kanban dashboard and can be sent directly to AI code editors like Claude Code, Cursor, and OpenCode through MCP integration.

How does Feedboon work?

Install a lightweight widget on your site (one script tag, under 15kb). Team members click the bug button to enter feedback mode. They click any element on the page, describe the issue, and submit. Feedboon captures a screenshot with the click point marked, collects console errors and browser metadata, and creates a feedback item in your dashboard.

Is Feedboon free?

Yes. Feedboon offers a free Solo plan with 3 projects, unlimited feedback, and 1 team member — free forever, no credit card required. The Team plan is $29/month flat with unlimited projects, unlimited feedback, and unlimited team members. There are no per-seat fees.

What AI code editors does Feedboon support?

Feedboon integrates with Claude Code, Cursor, and OpenCode through the Model Context Protocol (MCP). When you send a bug to your AI editor, it receives the screenshot, console errors, browser metadata, and element selector — giving it full context to suggest a fix.

How does Feedboon compare to BugHerd?

Both tools offer point-and-click bug reporting, but Feedboon is built for modern development workflows. Feedboon includes MCP integration for Claude Code and Cursor, status-colored pins with realtime sync, a modern dark UI, and flat $29/month pricing with unlimited users. BugHerd uses per-user pricing starting at $42/month for 5 users.

How do I install the Feedboon widget?

Add a single script tag to your website. The widget loads asynchronously and only appears for authenticated team members. No browser extensions or heavy SDKs required. Works with any website, framework, or CMS.

Have more questions? Read the docs or ask on Discord.

Stop decoding unclear feedback

Bug reports with screenshots, console errors, and browser info. Free for solo projects.

No credit card required. Setup in 2 minutes.