№ 001 · AI · flagship
🤖
AI triage, automatically
Claude classifies every report — severity (1–5), type, a clean title, reproduction steps, and whether it's a duplicate — all before you open it.
№ 002 · MCP · flagship
🔌
Native MCP server
9 tools (5 read + 4 write) for Claude Code, Cursor, Windsurf, VS Code. Self-hostable. Independent mcp / mcp:write scopes. Replaces copy-pasting bug context into chat.
№ 003 · AI
🛠️
Fix suggestions
Claude reads the report + optional code snippet you paste, returns root cause + actionable fix + confidence. Cached per-report. Available via the dashboard and as an MCP tool.
№ 004 · AI · unique
🎬
Replay → Playwright
Captured rrweb session becomes a runnable .spec.ts. Drop it in your test suite to repro the bug end-to-end. None of the visual bug tools do this.
№ 005 · capture
📍
Pin the element
Reporter clicks the broken element; widget records its CSS selector + XPath + bbox. The selector flows into AI repro steps — devs jump straight to it in DevTools.
№ 006 · privacy
🛡️
PII redaction
15 categories scrubbed server-side before storage: emails, credit cards (Luhn-validated), JWTs, AWS keys, IBANs, crypto wallets, PEM private keys, DB connection strings, and more. Per-project, opt-in.
№ 007 · capture
📸
Annotated screenshots
Users draw, highlight, blur, arrow, rectangle, circle directly on their screen before submitting. Annotations stored as SVG, not flattened into the screenshot.
№ 008 · capture
🎥
Session replay
Opt-in 30s rolling rrweb buffer with periodic FullSnapshots. Inputs masked at capture time. Replayer + scrubber in the report detail. Same capture powers Replay → Playwright.
№ 009 · install
🧩
Chrome / Firefox extension
Bug-report on any site without an embed. QA teams, agencies testing client sites, support reps — load unpacked or sideload via web-ext. Reuses the same widget IIFE.
№ 010 · integrations
🔗
GitHub · Linear · Jira
Two-way sync via webhooks (HMAC-verified). Auto-create issues after AI triage based on per-project severity threshold. Estimate endpoint shows you exactly what would have triggered last 30 days.
№ 011 · realtime
⚡
Real-time dashboard
SSE push updates the UI the moment AI finishes processing. New reports, comments, status changes appear live. Keyboard-first triage inbox: J/K/Space/A/D bulk-triage.
№ 012 · hosting
🏠
Self-hosted, always
Docker Compose, five services, up in under five minutes. 2FA, SSO (OIDC per-org), audit log with tamper-evident hash chain, GDPR export + soft-delete, scoped API keys — all on the free tier.