Patchrooms for Cursor
Add visual feedback to your Cursor app
Cursor is an AI code editor where an agent edits your codebase and you run the app locally or on a preview deploy. Patchrooms layers element-anchored feedback on top, so every comment turns into agent-ready context.
Open your first roomWhy Cursor teams need visual feedback
- Cursor edits your real codebase, so feedback needs to be precise enough to drive the next agent edit.
- Bugs found by testers rarely arrive with a selector — they arrive as a vague Slack message.
- Patchrooms collects element-anchored reports from your preview deploy and exports them as agent-ready context.
- Drop a report into Cursor and the agent has the selector, screenshot, and goal it needs to fix the code.
How Patchrooms works with Cursor
-
Embed Patchrooms on your preview deploy
Add the script to your staging or preview build. Cursor keeps editing source; Patchrooms collects feedback on the running app.
-
Capture reports from testers
Testers click and comment on the live app. Each report carries the selector, screenshot, and console context.
-
Drop the report into Cursor
Paste the Markdown export into Cursor (or read it via the planned MCP server) so the agent fixes the exact element.
Add it in one prompt
Paste a script tagAdd in one prompt
Ask Cursor to wire Patchrooms in for you — paste this prompt:
Add the Patchrooms review widget to the app. Insert this script tag into the root HTML template before the closing </body> tag, exactly as written:
…then give it the snippet below. It loads on the live preview and turns on artifact-review mode — pinpoint comments anchored to the elements your reviewers click.
<script src="https://cdn.patchrooms.com/v1/patchrooms.js"
data-project-key="pr_xxx"
data-source="cursor"
data-mode="artifact-review"></script> Review workflow
Share the preview link with your team or client. Anyone clicks an element, leaves a comment, and Patchrooms captures the selector, a screenshot, and the page context. Every comment carries a status — new, triaged, in-progress, closed — so nothing falls through the cracks. See the full UI review workflow.
Export feedback to your AI agent
Each report exports as clean Markdown with the element selector, a screenshot reference, and the artifact goal and constraints. Paste it straight into Cursor and the agent fixes the exact issue — this is the heart of AI artifact review. A Patchrooms MCP server that lets agents read reports directly is planned, and a @patchrooms/react package is coming for tighter React integration.
FAQ
- How does Patchrooms get feedback into Cursor?
- Today, export any report as Markdown and paste it into Cursor as context. A Patchrooms MCP server that lets agents read reports directly is planned.