01Bidirectional source↔DOM querying: Allows AI agents to query code and receive live UI context, and developers to select UI elements to identify source locations.
023 GitHub stars
03Agent-agnostic MCP tools: Exposes 12 tools and 4 prompts via Model Context Protocol, usable by any MCP-compatible coding agent.
04Build-time stable IDs: Injects unique, HMR-stable `data-ds` IDs into DOM elements for deterministic source mapping.
05Deep runtime context capture: Extracts live props, component state, and metadata from instrumented elements using framework-specific adapters.
06Multi-framework and multi-bundler support: Compatible with React, Vue, Next.js, Nuxt, Vite, Webpack, and Turbopack.