Domscribe - DOM-to-source mapping for AI coding agents
Been building Domscribe for the past few months. It's a build-time plugin that injects a stable ID into every JSX/Vue element, writes a manifest mapping each ID to its exact file, line, and column, and exposes it to coding agents via MCP.
The result: Claude Code, Cursor, or any MCP-compatible agent can resolve any DOM element to its source location instantly — no file searching, no guessing, no editing the wrong component.
Works with React, Vue, Next.js, and Nuxt across Vite, Webpack, and Turbopack. Fully local, zero cloud dependency, MIT license.
GitHub: https://github.com/patchorbit/do...
Site: https://domscribe.com
Launching on Product Hunt on March 25. If you hunt dev tools and this resonates with you, I'd love to connect - feel free to DM me or drop a comment.
Would love to know if this solves a problem you've hit.

Replies