Mirrorframe – clone a web page into React, verified per-node by pixel diff Mirrorframe is a new open-source tool that clones live web pages into verified, self-contained React apps by capturing the DOM with a headless browser, distilling a design genome, and reconstructing it deterministically without using large language models. The tool verifies the output per node and per interaction state using pixel diff, and is packaged as a Claude Skill for AI agents. Clone a live web page into a verified, self-contained React app — capture it with a headless browser, distill a Design Genome tokens + motion + interaction state machines , reconstruct it deterministically, and prove the result per node and per interaction state by visual diff. Built entirely on technology that exists today Playwright, WAAPI, MutationObserver, esbuild, pixelmatch . No LLM in the loop: every output is inspectable and reproducible. This project is also packaged as a Claude Skill — an AI agent should start from SKILL.md /byte271/mirrorframe/blob/main/SKILL.md and the deeper docs in . This README is the human-facing overview. /byte271/mirrorframe/blob/main/references references/ Why 0.x:the CLI flags, genome schema, and report format may still change. 0.x is a statement of API instability, not of dishonest numbers — every number below is reproducible from a clean clone. Requires Node.js ≥ 18. No other machine state is assumed. git clone