JCodesMore/ai-website-cloner-template

★ 34,678⑂ 0

Clone any website with one command using AI coding agents

About JCodesMore/ai-website-cloner-template

JCodesMore/ai-website-cloner-template is an open-source project on GitHub, mainly written in TypeScript. Clone any website with one command using AI coding agents It currently holds 34,678 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the AI Agent Skills Trending board and on the AI AI Agent Skills Trending list.

GitHub Repository Details

Repository JCodesMore/ai-website-cloner-template · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

AI Website Cloner Template

Clone any website with one command

Give your AI coding agent a URL and watch it recreate the website as a clean Next.js app.

Best results with Claude Code + Opus 5. Also supports Codex, Cursor, and OpenCode.

Use this template Discord

Quick Start · Watch Demo · Supported Platforms

https://github.com/JCodesMore/ai-website-cloner-template/blob/HEAD/MIT License https://github.com/JCodesMore/ai-website-cloner-template/blob/HEAD/Stars https://github.com/JCodesMore/ai-website-cloner-template/blob/HEAD/tokens

https://github.com/JCodesMore/ai-website-cloner-template/blob/HEAD/JCodesMore%2Fai-website-cloner-template | Trendshift https://github.com/JCodesMore/ai-website-cloner-template/blob/HEAD/Star History Global Rank

---

Demo

Watch the demo

Click the image above to watch the full demo on YouTube.

Quick Start

1. Set up your project

Recommended: ask your agent. Paste this into Codex, Claude Code, or your coding agent:

Set up https://github.com/JCodesMore/ai-website-cloner-template
as a standalone project in a new folder on my computer.
Ask me where to put it. Clone the repository, remove its origin remote,
install dependencies, and run npm run check. Leave it ready for me
to clone a website.

Or create your own GitHub repository:

Use this template

Give it a name and click Create repository. Then give your agent the new repository's link and ask it to clone it onto your computer, install dependencies, and run npm run check.

2. Clone a website

Open the project in your agent with browser access enabled. In Claude Code or Cursor, run:

/clone-website https://example.com

Replace the URL with the website you want to recreate. Once it's built, ask your agent for any changes you want.

Supported Platforms

| Agent | Status | | ------------------------------------------------------------- | -------------------------- | | Claude Code | Recommended — Opus 5 | | Codex CLI | Supported | | OpenCode | Supported | | Cursor | Supported |

Prerequisites

Tech Stack

How It Works

The /clone-website skill runs a multi-phase pipeline:

1. Reconnaissance — screenshots, design token extraction, interaction sweep (scroll, click, hover, responsive) 2. Foundation — updates fonts, colors, globals, downloads all assets 3. Component Specs — writes detailed spec files (docs/research/components/) with exact computed CSS values, states, behaviors, and content 4. Parallel Build — dispatches builder agents in git worktrees, one per section/component 5. Assembly & QA — merges worktrees, wires up the page, runs visual diff against the original

Each builder agent receives the full component specification inline — exact getComputedStyle() values, interaction models, multi-state content, responsive breakpoints, and asset paths. No guessing.

Use Cases

Not Intended For

Project Structure

src/
  app/              # Next.js routes
  components/       # React components
    ui/             # shadcn/ui primitives
    icons.tsx       # Extracted SVG icons
  lib/utils.ts      # cn() utility
  types/            # TypeScript interfaces
  hooks/            # Custom React hooks
public/
  images/           # Downloaded images from target
  videos/           # Downloaded videos from target
  seo/              # Favicons, OG images
docs/
  research/         # Extraction output & component specs
  design-references/ # Screenshots
.agents/skills/
  clone-website/    # Canonical skill and inspection reference
.claude/commands/
  clone-website.md  # Thin Claude Code bridge
AGENTS.md           # Agent instructions (single source of truth)
CLAUDE.md           # Claude Code config (imports AGENTS.md)

Commands

npm run dev    # Start dev server
npm run build  # Production build
npm run lint   # ESLint check
npm run typecheck # TypeScript check
npm run check  # Run lint + typecheck + build

If using docker

docker compose up app --build # build and run the app
docker compose up dev --build # run the app in dev mode on port 3001

Agent Support

The project keeps one portable Agent Skill at .agents/skills/clone-website/. Codex, Cursor, and OpenCode read it directly. Claude Code uses the small command bridge at .claude/commands/clone-website.md so /clone-website and its arguments continue to work without exposing a duplicate skill to the other agents.

Edit the canonical skill directly. There are no generated platform copies or synchronization scripts.

Star History

Star History Chart

License

MIT

GitHub Stars & Activity

34,678Stars
0Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars34,678
Forks0
Open issues0
Primary languageTypeScript
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related GitHub Projects

1

deepseek-ai / deepseek-harness

TypeScript★ 230,912⑂ 0
2

firecrawl / firecrawl

TypeScript★ 182,450⑂ 0
3

google-gemini / gemini-cli

TypeScript★ 107,094⑂ 0
4

nexu-io / open-design

TypeScript★ 97,227⑂ 0
5

thedotmack / claude-mem

TypeScript★ 94,312⑂ 0
6

Egonex-AI / Understand-Anything

TypeScript★ 83,406⑂ 0
7

stablyai / orca

TypeScript★ 73,208⑂ 0
8

ruvnet / ruflo

TypeScript★ 72,900⑂ 0

More Trending Repositories