Capture UI context from any webpage and export production-quality, AI-ready Markdown prompts.
PixelContext is a browser extension for engineers, designers, and product teams who need fast, structured UI feedback for debugging, implementation, and AI-assisted workflows.

If the GIF does not render in your client, view docs/demo.gif directly on GitHub.
Most feedback on UI bugs or improvements is incomplete: screenshots without selectors, notes without CSS context, or vague issue descriptions.
PixelContext solves this by turning every click into a structured capture package:
Then it exports everything into one copyable Markdown prompt for AI tools or issue trackers.
Ctrl/Cmd + Shift + X capture mode togglenpm install
npm run dev
Load in Chrome:
chrome://extensionsbuild/chrome-mv3-devnpm run build
Load production extension from:
build/chrome-mv3-prodTurn On) or use shortcut.Enter.Ctrl/Cmd + Shift + X -> toggle capture modeEnter (inside composer) -> save captureEsc (inside composer) -> close composerEach capture in export includes:
This format is designed to be directly usable in LLM chats, issue templates, and implementation handoff docs.
pixelcontext/
├── assets/ # Icons and extension assets
├── contents/ # Injected page scripts (overlay + sidebar)
├── core/ # Capture, CSS extraction, storage, prompt builder
├── docs/ # Project site/demo assets
├── .github/workflows/ # Pages + auto release workflows
└── popup.tsx/background.ts # Extension entrypoints
localhost:1815 in dev:
npm run dev runningchrome://extensionschrome://*)Contributions are welcome.
MIT - see LICENSE.