Page-native annotations
Create element, text, and area annotations directly on real pages without switching tools or re-explaining UI context.
DevPilot Beta
DevPilot helps teams annotate real pages, capture runtime issues, and hand clean task packets to Claude, Codex, and connected MCP workflows.
Local workflow
Use DevPilot on any real page, create annotations, then copy a structured task packet into Claude, Codex, Cursor, or another coding tool.
Connected workflow
Add the MCP bridge when you want synchronized sessions, SSE updates, runtime issue capture, and AI repair orchestration.
Live page context
DevPilot stays on the page, so the issue is captured where it really appears.
Task packet preview
Overview
DevPilot is designed as a progressive workflow. Local mode works immediately. Connected mode adds collaboration and MCP-powered repair flows.
Create element, text, and area annotations directly on real pages without switching tools or re-explaining UI context.
Copy rich task packets with selectors, grouped elements, nearby context, and source hints to improve AI diagnosis and fixes.
Capture runtime issues such as JS errors, failed requests, and rejected promises when you want a broader browser issue signal.
Sync sessions, stream updates over SSE, and hand structured repair requests to Claude, Codex, and other compatible agents.
Compare modes
DevPilot is intentionally progressive. The browser package already works on its own. MCP comes in when you want synchronized sessions, stability workflows, and AI repair orchestration.
Packages
The browser package. Use it when you want page-native annotations, task packet export, and the local AI handoff workflow.
npm install @littleee/devpilotThe local bridge and MCP server. Use it when you want connected mode, SSE sync, stability persistence, and agent-side workflows.
npx @littleee/devpilot-mcp serverWorkflow
Mark an element, select text, or box a region directly on the live page.
Send a clean task packet to Claude, Codex, Cursor, or another coding assistant.
Use the MCP bridge for synchronized sessions, stability flows, and repair request orchestration.
Who it's for
Annotate a bug where it appears, then hand a concrete task packet to your coding assistant instead of rewriting page context by hand.
Capture exactly which page area is wrong, then pass a cleaner issue description to the implementation team or AI workflow.
Use DevPilot as the browser-side entry point, then connect MCP when you want synchronized sessions and repair orchestration.
Docs
FAQ
No. The browser package works on its own. You can annotate pages and copy task packets without running the MCP bridge.
Add MCP when you want session sync, SSE updates, Stability Copilot persistence, or structured repair request workflows with AI agents.
No. DevPilot prepares browser context and task packets. Actual code changes still happen in your coding agent or editor workflow.
DevPilot is designed for browser-to-code execution. It focuses on turning real page issues into structured inputs that AI coding tools can act on.
Try it
Start with the browser package, then add the MCP bridge when you want the connected workflow.