Pyanchor
An agent-agnostic sidecar that drops an AI-powered live-edit overlay on top of a running web app. A single <script> tag injects a Shadow DOM overlay; users click a UI element and describe a change in natural language, and the configured AI agent CLI edits the actual source, runs the build, and either rsyncs the result to the live app or opens a PR. Ships with five agent adapters (OpenClaw, Claude Code, Codex, Aider, Gemini) and Next.js, Vite, Astro, and SvelteKit examples, and is published to npm as a self-hosted package with HMAC actor signing and a systemd template.
Duration
2026.04 - currently maintained
Team
Solo
Role & Contribution
Express-based sidecar architecture and Shadow DOM overlay design
Five AI agent CLI adapter implementations (OpenClaw / Claude Code / Codex / Aider / Gemini)
PR mode
HMAC signing
and systemd integration for production hardening
Vitest / Playwright test suite and Dependabot auto-merge CI
published to npm