onUI — Summary
onUI is a browser extension (Chrome, Edge, Firefox) plus a local MCP server that enables annotation-first UI pair programming: developers can mark up any live web page with element annotations (intent + severity), region drawings (rectangle/ellipse), and export the structured context to AI coding agents without modifying a single line of app source code. The extension overlays visual markers on selected DOM elements; the local MCP server (onui-mcp) exposes 8 tools for agents to list, get, search, update, and delete annotations. The result: an agent can see "the login button has a broken focus ring — high severity" as structured JSON rather than trying to screenshot-parse UI state. Distributed as a browser extension (Chrome Web Store + Microsoft Edge Add-ons + Firefox) and a Node.js MCP server; GPL-3.0 license. With 62 stars and 3 contributors, it is a specialized niche tool with no parallel in any seed: no seed addresses browser UI annotation as an agent context source.