AI-website-cloner-template: Clone any website using AI coding agents A developer released an open-source template that uses AI coding agents to reverse-engineer any website into a modern Next.js codebase. The tool, recommended for use with Claude Code and Opus 4.7, runs a multi-phase pipeline to extract design tokens, assets, and component specs, then rebuilds the site. It is intended for legitimate purposes such as platform migration or recovering lost source code, not for phishing or impersonation. A reusable template for reverse-engineering any website into a clean, modern Next.js codebase using AI coding agents. Recommended: Claude Code with Opus 4.7 for best results — but works with a variety of AI coding agents. Point it at a URL, run /clone-website , and your AI agent will inspect the site, extract design tokens and assets, write component specs, and dispatch parallel builders to reconstruct every section. Click the image above to watch the full demo on YouTube. Important:Start by making your own copy with GitHub'sUse this templatebutton. Do not clone this template repository directly for your website project, and do not open pull requests here with your generated website. - Create your own repository from this template On the GitHub page for this project, click Use this template , then click Create a new repository .Give your new repository a name, choose whether it should be public or private, then click Create repository . If GitHub shows an Include all branches option, you can leave it off.This gives you your own separate project to work in, so your website changes stay in your account instead of coming back to the main template. - Open your new repository on your computer After GitHub creates your copy, open that new repository. Click Code and open or clone your new repository with your preferred coding tool.If you use the terminal, the command will look like this: git clone https://github.com/YOUR-USERNAME/YOUR-NEW-REPOSITORY.git cd YOUR-NEW-REPOSITORY - Install dependencies npm install - Start your AI agent — Claude Code recommended: claude --chrome - Run the skill : /clone-website