-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
An open-source visual-feedback SDK. A developer embeds it in a product; authorized users (PMs, QA, designers) get an in-page toolbar to inspect any element, pin a comment, and capture a screenshot. Feedback is stored and can be read by Claude Code via MCP.
Each comment stores a multi-signal fingerprint of its target element and re-resolves it by scoring candidates on load and on DOM changes. See Re-anchoring.
Through an MCP server exposing list_comments, get_comment, and
update_status. Claude reads the backlog with full element context and resolves it.
No. It renders in a Shadow DOM (no CSS leakage either way), loads asynchronously, and only activates for authorized users.
It's open source and closes the loop to code — instead of stopping at an issue tracker, it hands comments to an AI agent via MCP with full context.
Yes — MIT licensed. Source on GitHub.
Yes. Set DATABASE_URL for hosted Postgres; the blobs.ts seam swaps to S3/R2. See
Architecture.
Modern evergreen browsers for the SDK. The extension targets Chromium (MV3).
Loupe — pin feedback to the live UI, hand it to Claude. MIT licensed. GitHub · Landing page · Changelog · Report an issue
Get started
Concepts
Reference