Domscribe is an open-source tool that gives AI coding agents real-time visibility into a running frontend. It works in two directions: agents can query any source file/line to get back live DOM snapshots, component props, and state; or developers can click any element in a browser overlay and describe a change in plain English, and Domscribe resolves the exact source file location so the agent edits the right place on the first try. It uses build-time AST transforms to inject stable element IDs via xxhash64, a manifest mapping IDs to source locations, and framework adapters that walk React fibers and Vue VNodes at runtime. Supports React, Vue, Next.js, and Nuxt with first-party adapters, works across Vite, Webpack, and Turbopack, and integrates with any MCP-compatible agent including Claude Code, Cursor, GitHub Copilot, and Gemini CLI. MIT licensed with zero production impact.
Sort: