Documentation
Vibe Annotations is a visual feedback tool for web development. Annotate elements on your localhost pages, make design tweaks, and share structured feedback with AI coding agents or teammates.
How it works
- Install the browser extension and optionally the MCP server.
- Annotate elements on any localhost page — add comments, tweak CSS, edit text.
- Share via copy/paste, export, or MCP. AI agents read your annotations and implement the changes.
Quick start
The extension works standalone with copy/paste. For MCP integration (auto-sync, watch mode), install the server:
npm install -g vibe-annotations-server
vibe-annotations-server start
Then connect your AI coding agent.
Next steps
- Installation — Browser extension + server setup
- MCP Setup — Connect Claude Code, Cursor, Windsurf, and more
- Workflows — Single page, multi-page, collaboration, watch mode
- Architecture — How the extension and server communicate
- Troubleshooting — Common issues and fixes