Launched this week

BugPort
Capture, auto-fix, and PR your bugs. Plus free WCAG scans.
13 followers
Capture, auto-fix, and PR your bugs. Plus free WCAG scans.
13 followers
Bugport captures bugs with console/network logs and video, then routes them through an MCP workflow that can auto-trigger a fix and open the PR. Also included: a free instant WCAG scan (axe-core + IBM Equal Access) plus human-backed accessibility audits — no overlay band-aids like accessiBe. Free tier included. Jira, Linear, Slack integrations. US-based, Delaware-registered LLC.





the MCP auto-fix sounds great, but can it open the PR as a draft first so we can review the diff before it gets marked ready. would save me a trip to undo the occasional messy fix.
@kezibannkbe Yes, it absolutely can. You can use our workflow configuration to define exactly how every bug is handled, including automated AI fixes and pull requests.
We leverage the open-source OpenHands solution integrated with GitHub Actions to automatically generate the fix and raise the PR. Security is built-in, so your API keys remain completely secure within your own GitHub Secrets.
The MCP-driven auto-fix flow sounds genuinely useful, especially with logs and replay attached right on the report. One thing that would make me use this daily over just filing a Linear ticket: let me drop in a Figma or Loom link and have the bug form auto-populate the steps to reproduce and expected vs actual fields. Saves me from typing the same five lines on every report and keeps the PR template clean. Bonus if it can pull the current page URL and viewport size automatically so I stop forgetting to include them.
@yiitapz5 Thank you , we will work on it and add it
captured a bug in under a minute and the network log attachment saved me a ton of back and forth with engineering. really glad the wcag scan is built in and not some overlay hack.
@elifxsdz Thank you for your review
Caught a flaky repro on the second try with the video + console logs attached, and the MCP workflow opened a draft PR before I even finished writing the ticket. The WCAG scan caught an actual axe violation I'd missed in code review, which was a nice gut check.
Love the auto-fix flow through MCP, that is the kind of stuff that saves real hours. One thing that would seal the deal for my team: support for Playwright traces so we can replay the exact session in a real browser instead of just the recorded video. Ties the bug report straight to a deterministic repro.
honestly this looks solid, especially the MCP auto-fix flow since that basically closes the loop most bug tools leave open. one thing though, would be great if the repro video could capture console logs from before the page fully loads since a lot of the bugs i see come from early hydration errors that get wiped by the time the recorder kicks in.