Pyanchor banner
pyanchor pyanchor

Pyanchor

AI community

Description

Agent-agnostic AI live-edit sidecar for Next.js. Anchor edits straight into your running app.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Pyanchor 🦞

**Agent-agnostic AI live-edit sidecar for your web app.** *Anchor edits straight into your running app — Next.js, Vite, or your own stack.*

[![npm version](https://img.shields.io/npm/v/pyanchor.svg?style=flat-square&color=cb3837)](https://www.npmjs.com/package/pyanchor) [![npm downloads](https://img.shields.io/npm/dm/pyanchor.svg?style=flat-square)](https://www.npmjs.com/package/pyanchor) [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat-square)](./LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/pyanchor/pyanchor?style=flat-square)](https://github.com/pyanchor/pyanchor/stargazers) [![Pollinations OSS app](https://img.shields.io/badge/pollinations.ai-flower--tier-7c6cf6?style=flat-square)](https://pollinations.ai/apps)


Pyanchor demo: floating overlay opens, user types a Korean prompt to change a button label, the agent installs deps, edits src/App.tsx, builds, and reloads — the new label appears live, all in ~30 seconds.

Live demo at pyanchor.pyan.kr — same flow, six interchangeable agent backends (openclaw / claude-code / codex / aider / gemini / pollinations), zero install for the Pollinations one.



[**Documentation**](#-documentation) · [**Quick start**](#-quick-start) · [**Supported agents**](#supported-agents) · [**Security**](#-security) · [**Roadmap**](#-status)

🇰🇷 [한국어 README](./README-ko.md)


Pyanchor is a small Express sidecar you bolt on to a running web app (Next.js, Vite, Astro, or anything with an install + build command). A one-line `` tag injects an in-page overlay (Shadow DOM, no styling collisions). You point at any UI element, describe a change in plain language, and your AI coding agent of choice does the edit, builds the p