{"repo":"JCodesMore/ai-website-cloner-template","free":true,"listed":false,"github":"https://github.com/JCodesMore/ai-website-cloner-template","clone":"git clone https://github.com/JCodesMore/ai-website-cloner-template.git","description":"Clone any website with one command using AI coding agents","language":"JavaScript","stars":32159,"topics":["ai","ai-agents","ai-tools","automation","boilerplate","claude","claude-code","clone","developer-tools","nextjs","react","reverse-engineering","shadcn-ui","skills","tailwindcss","template","typescript","web-scraping","website-clone"],"license":"MIT","category":"web_cloner","readme_excerpt":"<div align=\"center\">\n\n# AI Website Cloner Template\n\n### Clone any website with one command\n\nGive your AI coding agent a URL and watch it recreate the website as a clean Next.js app.\n\n**Best results with [Claude Code](https://docs.anthropic.com/en/docs/claude-code) + Opus 5. Works with Codex, Cursor, Gemini, and more.**\n\n[![Use this template](https://img.shields.io/badge/Use_this_template-Create_your_copy-2ea44f?style=for-the-badge&logo=github&logoColor=white)](https://github.com/JCodesMore/ai-website-cloner-template/generate) [![Discord](https://img.shields.io/badge/Join_the_community-Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/hrTSX5yTpB)\n\n[Quick Start](#quick-start) · [Watch Demo](#demo) · [Supported Platforms](#supported-platforms)\n\n<a href=\"https://github.com/JCodesMore/ai-website-cloner-template/blob/master/LICENSE\"><img src=\"https://img.shields.io/badge/license-MIT-blue\" alt=\"MIT License\" /></a> <a href=\"https://github.com/JCodesMore/ai-website-cloner-template\"><img src=\"https://img.shields.io/github/stars/JCodesMore/ai-website-cloner-template?style=flat\" alt=\"Stars\" /></a> <img src=\"https://img.shields.io/endpoint?url=https://gittokens.rsamf.com/badge/JCodesMore/ai-website-cloner-template\" alt=\"tokens\" />\n\n  <a href=\"https://trendshift.io/repositories/24302?utm_source=repository-badge&amp;utm_medium=badge&amp;utm_campaign=badge-repository-24302\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://trendshift.io/api/badge/repositories/24302\" alt=\"JCodesMore%2Fai-website-cloner-template | Trendshift\" width=\"250\" height=\"55\" /></a> <a href=\"https://www.star-history.com/jcodesmore/ai-website-cloner-template/\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/badge?repo=JCodesMore/ai-website-cloner-template&amp;theme=dark\" /><source media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/badge?repo=JCodesMore/ai-website-cloner-template\" /><img alt=\"Star History Global Rank\" src=\"https://api.star-history.com/badge?repo=JCodesMore/ai-website-cloner-template\" width=\"216\" height=\"55\" /></picture></a>\n\n<br />\n<sub><strong>SPONSORED BY</strong></sub>\n<br /><br />\n<a href=\"https://www.rapidproxy.io/?ref=JCM\"><img src=\"docs/assets/sponsors/rapidproxy-banner.png\" alt=\"RapidProxy residential proxy service\" width=\"680\" /></a>\n<br />\n<sub>Power your scraping and automation with 90M+ residential IPs, 500MB free traffic, and non-expiring bandwidth. <a href=\"https://www.rapidproxy.io/?ref=JCM\">Explore RapidProxy →</a></sub>\n<br /><br />\n<a href=\"https://www.atlascloud.ai/?utm_source=github&amp;utm_medium=sponsor&amp;utm_campaign=ai-website-cloner-template\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/assets/sponsors/atlas-cloud-logo-white.svg\" />\n    <source media=\"(prefers-color-scheme: light)\" srcset=\"docs/assets/sponsors/atlas-cloud-logo.svg\" />\n    <img src=\"docs/assets/sponsors/atlas-cloud-logo.svg\" alt=\"Atlas Cloud\" width=\"240\" />\n  </picture>\n</a>\n<br />\n<sub>Generate AI images, video, audio, and 3D assets through one API. <a href=\"https://www.atlascloud.ai/?utm_source=github&amp;utm_medium=sponsor&amp;utm_campaign=ai-website-cloner-template\">Explore Atlas Cloud →</a></sub>\n\n</div>\n\n---\n\n## Demo\n\n[![Watch the demo](docs/design-references/comparison.png)](https://youtu.be/O669pVZ_qr0)\n\n> Click the image above to watch the full demo on YouTube.\n\n## Quick Start\n\n> **Important:** Start by making your own copy with GitHub's **Use this template** button. Do not clone this template repository directly for your website project, and do not open pull requests here with your generated website.\n\n1. **Create your own repository from this template**\n\n   On the GitHub page for this project, click **Use this template**, then click **Create a new repository**.\n\n   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.\n\n   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.\n\n2. **Open your new repository on your computer**\n\n   After GitHub creates your copy, open that new repository. Click **Code** and open or clone your new repository with your preferred coding tool.\n\n   If you use the terminal, the command will look like this:\n\n   ```bash\n   git clone https://github.com/YOUR-USERNAME/YOUR-NEW-REPOSITORY.git\n   cd YOUR-NEW-REPOSITORY\n   ```\n\n3. **Install dependencies**\n   ```bash\n   npm install\n   ```\n4. **Start your AI agent** — Claude Code recommended:\n   ```bash\n   claude --chrome\n   ```\n5. **Run the skill**:\n   ```\n   /clone-website <target-url1> [<target-url2> ...]\n   ```\n6. **Customize** (optional) — after the base clone is built, modify as needed\n\n> Most supported clients expose `/clone-website` directly. If your client activates skills from natural-language requests, enter `Clone <target-url> using the clone-website workflow`. Project instructions are in `AGENTS.md`.\n\n## Supported Platforms\n\n| Agent                                                         | Status                     |\n| ------------------------------------------------------------- | -------------------------- |\n| [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | **Recommended** — Opus 5   |\n| [Codex CLI](https://github.com/openai/codex)                  | Supported                  |\n| [OpenCode](https://opencode.ai/)                              | Supported                  |\n| [GitHub Copilot](https://github.com/features/copilot)         | Supported                  |\n| [Kiro](https://kiro.dev/)                                    | Supported                  |\n| [Cursor](https://cursor.com/)                                 | Supported                  |\n| [Windsurf](https://codeium.com/windsurf)                      | Supported                  |\n| [Gemini CLI](https://github.com/google-gemini/gemini-cli)     | Supported                  |\n| [Cline](https://github.com/cline/cline)                       | Supported                  |\n| [Roo Code](https://github.com/RooCodeInc/Roo-Code)            | Supported                  |\n| [Continue](https://continue.dev/)                             | Supported                  |\n| [Amazon Q](https://aws.amazon.com/q/developer/)               | Supported                  |\n| [Augment Code](https://www.augmentcode.com/)                  | Supported                  |\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) 24+\n- An AI coding agent (see [Supported Platforms](#supported-platforms))\n\n## Tech Stack\n\n- **Next.js 16** — App Router, React 19, TypeScript strict\n- **shadcn/ui** — Radix primitives + Tailwind CSS v4\n- **Tailwind CSS v4** — oklch design tokens\n- **Lucide React** — default icons (replaced by extracted SVGs during cloning)\n\n## How It Works\n\nThe `/clone-website` skill runs a multi-phase pipeline:\n\n```mermaid\nflowchart LR\n    P1[\"1. Reconnaissance\"] --> P2[\"2. Foundation\"]\n    P2 --> P3[\"3. Component Specs\"]\n    P3 --> P4[\"4. Parallel Build\"]\n    P4 --> P5[\"5. Assembly and QA\"]\n```\n\n1. **Reconnaissance** — screenshots, design token extraction, interaction sweep (scroll, click, hover, responsive)\n2. **Foundation** — updates fonts, colors, globals, downloads all assets\n3. **Component Specs** — writes detailed spec files (`docs/research/components/`) with exact computed CSS values, states, behaviors, and content\n4. **Parallel Build** — dispatches builder agents in git worktrees, one per section/component\n5. **Assembly & QA** — merges worktrees, wires up the page, runs visual diff against the original\n\nEach builder agent receives the full component specification inline — exact `getComputedStyle()` values, interaction models, multi-state content, responsive breakpoints, and asset paths. No guessing.\n\n## Use Cases\n\n- **Platform migration** — rebuild a site you own from WordPress/Webflow/Squarespace into a modern Next.js codebase\n- **Lost source code** — your site is live but the repo is gone, the developer left, or the stack is legacy. Get the code back in a modern format\n- **Learning** — deconstruct how production sites achieve specific layouts, animations, and responsive behavior by working with real code\n\n## Not Intended For\n\n- **Phishing or impersonation** — this project must not be used for deceptive purposes, impersonation, or any activity that breaks the law.\n- **Passing off someone's design as your own** — logos, brand assets, and original copy belong to their owners.\n- **Violating terms of service** — some sites explicitly prohibit scraping or reproduction. Check first.\n\n## Project Structure\n\n```\nsrc/\n  app/              # Next.js routes\n  components/       # React components\n    ui/             # shadcn/ui primitives\n    icons.tsx       # Extracted SVG icons\n  lib/utils.ts      # cn() utility\n  types/            # TypeScript interfaces\n  hooks/            # Custom React hooks\npublic/\n  images/           # Downloaded images from target\n  videos/           # Downloaded videos from target\n  seo/              # Favicons, OG images\ndocs/\n  research/         # Extraction output & component specs\n  design-references/ # Screenshots\nscripts/\n  sync-agent-rules.sh  # Regenerate agent instruction files\n  sync-skills.mjs      # Regenerate /clone-website for all platforms\n.kiro/skills/          # Generated Kiro workspace skill\n.cline/skills/         # Generated Cline workspace skill\n.roo/skills/           # Generated Roo Code workspace skill\n.roo/commands/         # Generated Roo Code slash command\nAGENTS.md           # Agent instructions (single source of truth)\nCLAUDE.md           # Claude Code config (imports AGENTS.md)\nGEMINI.md           # Gemini CLI config (imports AGENTS.md)\n```\n\n## Commands\n\n```bash\nnpm run dev    # Start dev server\nnpm run build  # Production build\nnpm run lint   # ESLint check\nnpm run typecheck # TypeScript check\nnpm ","default_branch":"master","files":73,"tree":[".aider.conf.yml",".amazonq/cli-agents/clone-website.json",".amazonq/rules/project.md",".augment/commands/clone-website.md",".claude/skills/clone-website/SKILL.md",".cline/skills/clone-website/SKILL.md",".clinerules",".codex/skills/clone-website/SKILL.md",".continue/commands/clone-website.md",".continue/rules/project.md",".cursor/commands/clone-website.md",".cursor/rules/project.mdc",".dockerignore",".gemini/commands/clone-website.toml",".gitattributes",".github/FUNDING.yml",".github/ISSUE_TEMPLATE/bug_report.yml",".github/ISSUE_TEMPLATE/config.yml",".github/ISSUE_TEMPLATE/feature_request.yml",".github/PULL_REQUEST_TEMPLATE.md",".github/copilot-instructions.md",".github/copilot-setup-steps.yml",".github/skills/clone-website/SKILL.md",".github/workflows/ci.yml",".gitignore",".kiro/skills/clone-website/SKILL.md",".nvmrc",".opencode/commands/clone-website.md",".roo/commands/clone-website.md",".roo/skills/clone-website/SKILL.md",".windsurf/workflows/clone-website.md",".windsurfrules","AGENTS.md","CHANGELOG.md","CLAUDE.md","CONTRIBUTING.md","Dockerfile","Dockerfile.dev","GEMINI.md","LICENSE","README.ja.md","README.md","README.zh-CN.md","SECURITY.md","components.json","docker-compose.yml","docs/assets/sponsors/atlas-cloud-logo-white.svg","docs/assets/sponsors/atlas-cloud-logo.svg","docs/assets/sponsors/rapidproxy-banner.png","docs/assets/star-history.png","docs/design-references/.gitkeep","docs/design-references/comparison.png","docs/research/INSPECTION_GUIDE.md","eslint.config.mjs","next.config.ts","package-lock.json","package.json","postcss.config.mjs","public/images/.gitkeep","public/seo/.gitkeep","public/videos/.gitkeep","scripts/.gitkeep","scripts/sync-agent-rules.sh","scripts/sync-skills.mjs","src/app/favicon.ico","src/app/globals.css","src/app/layout.tsx","src/app/page.tsx","src/components/ui/button.tsx","src/hooks/.gitkeep","src/lib/utils.ts","src/types/.gitkeep","tsconfig.json"],"storefront":"/r/JCodesMore","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/JCodesMore/ai-website-cloner-template/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}