Have an AI agent clone a website and get it approved by a real human reviewer
Ask a human a quick advisory question from the command line
Get pinned comments and a verdict on any draft your agent publishes
| alex-durango/pingfusi | adityagahlot/obsidian-desktop-widget | kevva/wifi-name | |
|---|---|---|---|
| Stars | 53 | 53 | 53 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2024-04-12 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | vibe coder | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Runs via a single npx command, reviews and results are metered and billed per completed result.
Pingfusi is a command line tool that adds a real human reviewer into the loop when an AI coding agent is building or cloning a website. Instead of an agent guessing whether its output looks right, it publishes a draft and files a review round. A human then looks at the result the way a person actually would, leaves comments pinned to the exact elements that are wrong, and gives a verdict the agent has to act on. The agent fixes the issues, resubmits, and this repeats until a human approves the final version. The main advertised use is cloning an existing website so it matches pixel for pixel, including animations. The README frames this as solving a common problem: an AI agent can usually get a clone about ninety percent right, then a person wastes a lot of time nudging it through prompts to fix the remaining layout, font, color, and animation mismatches. With pingfusi, numeric checks catch what can be measured automatically, and a human review round catches the more subjective parts, like whether something simply looks off. Setup for Claude Code, Codex, or Cursor users is a single command that installs the needed skills and tooling, after which a user can just tell their agent something like "clone example.com, use pingfusi." There is also a plain command line workflow for scaffolding a clone target, capturing the live site, building the clone, hosting a draft, and requesting a review, plus a simpler mode for reviewing an existing draft you already built yourself. Animation handling runs by default during the build, recording what the real page's animations do and replaying them in the clone using recorded timing and parameters, with warnings rather than failures if something cannot be matched. Reviews and cloned results are billed per completed result, similar to metered API usage. The project is released under the MIT License.
A CLI tool that adds a human review loop to AI coding agents, letting them clone websites pixel perfectly or get pinned feedback on any draft.
Mainly JavaScript. The stack also includes JavaScript, Node.js, CLI.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.