Every UI change starts with the same question: which file, which line, which styles? Just hover and press Alt+C. Your AI gets the answer without digging through thousands of lines of code.
$ npm install -g hoversource
VISUAL INSPECTOR
Interactive UI Sandbox
Ditch the manual search. See the internal file structure and component metadata of any UI element instantly. Your AI agent will thank you.
Hover, Copy, Done!
Inspector Mode is live. Just hover over any component in this mock feed, then hit C. You'll get a perfectly formatted, AI-ready metadata block in your clipboard—no manual file-hunting required.
AGENT RUNTIME
Watch your agent stop wandering.
Stop letting your AI agent waste time grepping through thousands of files. HoverSource feeds the agent the exact file path and line number, so it can start coding immediately. Press 'Send' to see the difference.
HoverSource feeds your AI agent the exact file path and line number, bypassing the tedious 'grep-and-search' phase. It slashes agent steps by 73.9% and reduces token consumption by 94.5%, turning minutes of exploration into seconds of execution.
Engineered for AI Autonomy
HoverSource abstracts the visual layer, translating pixels directly into surgical file-line-column mappings.
INTEGRATION
Framework Support Matrix
Works out-of-the-box with Next.js, React, Vue, Svelte, Vite, and Webpack. Zero config required to inspect browser nodes.
React Next.js Vue Svelte Vite Webpack
SHORTCUT
Copy Component Metadata
Instantly copy formatted JSX element source information to your system clipboard using a single key combination.
Alt + C
PIPELINE
Compiler-to-DOM Map
Bridges compiled browser code back to project source code. Mappings are precise to the file, line, and column.
DOM Node ➔ [KbarTrigger]
Parser ➔ apps/web/modules/shell/Kbar.tsx
AST Target ➔ Line: 371, Col: 7
Quick Start
Install HoverSource globally and start debugging your application in seconds. Zero complex onboarding or configuration required.
01 / INSTALL
Install CLI globally via npm
npm install -g hoversource
02 / RUN
Start HoverSource in project root
hs start
PERFORMANCE
Benchmarks
In a 7,700-file monorepo like Cal.com, simply giving the target file path saves 68.9% time and 94.2% tokens. HoverSource pushes efficiency to -88.5% time and -94.5% tokens — skipping the code-digging session entirely.
Benchmarked using chronicle-mcp via js-tiktoken.
File: -
Path: -
Size: -
Color: -
Background: -
Layout: -
Press C to copy | Alt+Shift+C to copy all | Alt+P to Freeze | Alt+M for Minimal | Alt+S for Config | Alt+X to Switch Mode