Bug Analyst logo

New: AI fixes with one-click pull requests

Bug reports that fix themselves.

One script tag captures errors, user journeys and failed API calls. Connect GitHub, and AI analyzes your code and opens a pull request with the fix — you review, click, merge.

Your users see this

yoursite.com

Report a bug

Submit report

errors · journey · API calls attached automatically

Report sent — full context captured

You see this

Checkout button crashes on click

open
Analyze with AI

Root cause

`total` is undefined when the cart is empty — `.toFixed()` throws.

src/checkout.js

- const price = total.toFixed(2);

+ const price = (total ?? 0).toFixed(2);

Create pull requestPR #128 opened

Merge it and the report is marked resolved automatically.

Works with the tools you already use

Slack
Trello
Any website

Built for how you work

One embed, one dashboard. Route reports to the right place—no new workflows.

AI fixes with one-click PRs

Connect your GitHub repo. AI analyzes each report against your code, shows a reviewable diff with root cause, and opens a pull request when you approve.

Context captured automatically

JS errors with stack traces, the user's click journey, failed API calls, browser and viewport details — recorded while the reporter types two sentences.

Drop-in widget

Add a single script tag to any site. A floating button appears; users click, describe the bug, and submit. No backend code on your side.

Slack in one click

Paste your incoming webhook URL. Every new report posts to your channel with title, description, page URL, and browser info.

Trello cards, no API keys

Connect with Trello OAuth. Pick a board and list from the dashboard—new reports become cards automatically. Different widget, different board? No problem.

One widget per project

Create a widget for each site or app. Each has its own embed code and can point to different Slack channels or Trello boards.

Your data, your control

Reports are stored on your configured backend. Use our hosted API or self-host. You own the data.

How it works

Three steps from signup to first report.

1

Create a widget

Sign up, add a widget (name + domain), and copy the embed code from the dashboard.

2

Add the script to your site

Paste the single script tag before </body>. A bug report button appears on your page. No build step, no npm install.

3

Connect Slack or Trello

In the widget settings, add a Slack webhook or connect Trello and pick a list. New reports show up there automatically.

Frequently asked questions

Quick answers. More on our FAQ page.

How do I add the widget to my site?

Sign up, create a widget in the dashboard, and copy the embed code. Paste the script tag before </body>. The bug report button appears automatically—no build step required.

Can I use Slack and Trello together?

Yes. For each widget you can enable Slack (webhook), Trello (OAuth + board/list), or both. Every report is saved and sent to whichever destinations you configure.

Is there a free plan?

Yes. Free includes one widget and 100 reports per month with Slack and Trello. Upgrade to Pro or Team for more widgets and higher limits.

Is my data secure?

We use encryption in transit and store data only for your account. Reports go only to your configured Slack or Trello. We don't sell your data. See our Privacy Policy for details.

Start collecting bug reports today

Free to get started. No credit card required.