A reusable Next.js boilerplate that instructs external AI coding agents to inspect a target URL and reconstruct it component-by-component into a modern codebase. It operates via a documented multi-phase pipeline but cannot run autonomously.
Project overview
A reusable Next.js boilerplate that instructs external AI coding agents to inspect a target URL and reconstruct it component-by-component into a modern codebase. It operates via a documented multi-phase pipeline but cannot run autonomously.
Project type
AI Coding · Workflow
Use cases
Documents & Office
Deployment
Refer to project documentation
License
MIT
Best for
Developers and creators who need to reverse-engineer or rebuild a live website into Next.js and have an external AI coding agent installed.
Key capabilities
A reusable slash command that dispatches an AI agent to clone a target website from a URL.
Limitations and risks
The boilerplate requires an external AI coding agent to function and does not operate autonomously.
Using the tool for phishing, impersonation, or violating terms of service poses a risk of misuse and is explicitly not intended.
Getting started
Generate a new repository from the template, clone it, and install npm dependencies. Finally, start your AI agent and run the clone-website skill with the target URL.
Evidence and sources
README: A reusable template for reverse-engineering any website into a clean, modern Next.js codebase using AI coding agents.
GitHub repository metadata: boilerplate
README: Run the skill: /clone-website <target-url1> [<target-url2> ...]
README: 5. Assembly & QA — merges worktrees, wires up the page, runs visual diff against the original
README: git clone https://github.com/YOUR-USERNAME/YOUR-NEW-REPOSITORY.git cd YOUR-NEW-REPOSITORY