Documentation
Everything you need to get started with Feedboon.
How to Use
Complete walkthrough from project creation to AI-powered bug fixing.
For Team Members
Quick-start guide for invited team members: accept, open, report.
Widget Installation
Add the Feedboon widget to your website with a single script tag.
MCP Setup
Connect Feedboon to Claude Code, Cursor, or OpenCode for AI-powered bug fixing.
API Reference
REST API documentation for programmatic access to feedback data.
Troubleshooting
Solutions for common issues: ad blockers, widget not loading, and more.
Frequently asked questions
How do I install Feedboon?
Add a single script tag to your website before the closing body tag. Include your project ID as a data attribute. The widget loads asynchronously and only appears for authenticated team members. No browser extensions or heavy SDKs are required.
What is MCP?
MCP (Model Context Protocol) is a standard that allows AI assistants like Claude Code, Cursor, and OpenCode to interact with external tools. Feedboon provides an MCP server that lets you list bugs, view details with screenshots and console errors, update statuses, and add comments from your AI code editor.
Where do I find my API key?
Go to your Feedboon dashboard at app.feedboon.com, navigate to Account, then API Keys. Click "Create API Key" to generate a new key. The key will look like fbk_xxxxxxxxxx. Use this key to authenticate the MCP server or REST API.
Does Feedboon require a browser extension?
No. Feedboon works as an embeddable widget that loads via a single script tag. There is no browser extension to install. The widget runs inside a Shadow DOM for full isolation from your page styles and scripts.