Point it at a URL, run one command, and a swarm of AI coding agents reverse-engineers the site into a clean Next.js codebase. That’s ai-website-cloner-template, a GitHub project surging again this week as it expanded to work with 13 different coding agents.
## How the pipeline works
The skill runs a full reconstruction loop: it screenshots the target via a browser extension, extracts colors and components, then spins up parallel agents — each building one section of the site in its own branch. A final pass diffs the rebuild against the original and fixes discrepancies. The output is pre-scaffolded on Next.js 16 (App Router, React 19, strict TypeScript), shadcn/ui, and Tailwind v4, so you get modern, editable code rather than a scraped copy.
## Why it’s spreading
It started as a Claude Code template and now runs on Cursor, Codex CLI, Gemini CLI, and more — 13 agents in total. That portability is the point: it’s less a single tool than a reusable recipe for turning “I like how that site looks” into a real codebase, using whatever agent you already pay for. The parallel-builder approach is also a neat demonstration of multi-agent orchestration on a concrete task.

Leave a comment