This is a Vite plugin for Vue developers that creates a debugging bridge between your running web application and AI coding assistants. When you develop locally, the plugin exposes your app's internals—Vue components, console logs, network requests, and state—to AI tools like Cursor, Claude Code, Codex, or Trae. This lets AI assistants give you more accurate help because they can actually see what's happening in your live app, not just read your source code. The plugin only runs during development and has safety features like disabled script execution by default, masked sensitive headers, and data size limits.
How It Works
A colleague tells you about a tool that lets AI coding assistants peek inside your running Vue app while you develop.
You install the package and add two lines to your Vite setup, just like adding any other development tool.
When you run your usual dev command, the plugin automatically starts a debugging service alongside your app.
If you use Cursor, Claude Code, Codex, or Trae, the plugin quietly sets up the connection so your AI can talk to your running app.
The AI reads your Vue component tree, sees which components exist, and can peek at their current state.
The AI sees your console output, helping it understand what's happening in your app.
The AI watches API calls, seeing what data your app requests and receives.
The AI can capture what your page looks like right now, useful for visual debugging.
Because the AI can see your actual running app, it gives advice that's based on your real code and data, not guesses.
You can ask questions like 'why is this button showing the wrong count?' and the AI looks at your actual running app to find the answer.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.