Vue 2.7 & Vue 3
Agentation-vue turns UI annotations into instructions for your coding agents. Click any element, add a note, and paste the output into Claude Code, Cursor, or any AI tool.
Unofficial Vue.js port of agentation.dev
Auto-detects the full component hierarchy alongside CSS selectors.
Double-tap a modifier key to toggle inspect mode. Hold it to peek at elements without leaving your flow.
Shift+drag for multi-element. Alt+drag for screen regions.
Captures bounding boxes, computed styles, CSS classes, accessibility info.
Get started
# install
npm install agentation-vue# register plugin
import { AgentationVuePlugin } from 'agentation-vue'import 'agentation-vue/style.css' app.use(AgentationVuePlugin) # add to template
<agentation-vue />