Home/AI Agents/ai-website-cloner-template
ai-website-cloner-template logo

ai-website-cloner-template

JCodesMore/ai-website-cloner-template

Clone any website with one command using AI coding agents

GraphCanon updated 2d · GitHub synced 2d · 50 views this month

32k stars4.7k forksLast push 6d JavaScript MIT

Decision brief

`ai-website-cloner-template` enables developers to clone websites quickly with AI-powered automatic code generation.

Good fit when

  • When you need a rapid prototyping tool for websites, especially when reverse-engineering or recreating another website's structure and design.
  • If your workflow involves integrating with the `Claude Code` agent for enhanced automation capabilities during web scraping and site cloning.

Avoid when

  • Do not use this tool if you are planning to maintain a long-term project that requires continuous updates, as the AI-generated code may need significant human intervention or customization.
  • Avoid using it in scenarios where strict adherence to coding standards and best practices is required since the auto-generated code might not always follow conventional patterns.
Pricing:
freemium - Free to use under the MIT license, with potential for paid services depending on any third-party tools or agents used in conjunction (e.g., `Claude Code`).
Requirements:
Min 2 GB RAM; Requires Docker; This tool is designed to work with TypeScript and requires Node.js environment for running npm commands.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (4d since push)
As of 2d
Provenance
Not a fork · Personal account
As of 2d
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install ai-website-cloner-template
npm

How it fits your stack(14)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Integrates

Related

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A template for creating a script that clones websites using AI-powered automatic code generation and web scraping techniques.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Aug 19, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Aug 19, 2026

CLI
CLI entrypoint

Source: package.json:bin|scripts · Aug 19, 2026

MCP server
No MCP server detected

Source: repo_scan · Aug 19, 2026

Languages
javascript, typescript

Source: github.language+package.json · Aug 19, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 19, 2026)

npm install
Source link

Tags

README

Quick Start

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.

  1. 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.

  2. 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
    
  3. Install dependencies

    npm install
    
  4. Start your AI agent — Claude Code recommended:

    claude --chrome
    
  5. Run the skill:

    /clone-website <target-url1> [<target-url2> ...]
    
  6. Customize (optional) — after the base clone is built, modify as needed

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.


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

License

MIT

Translations: 日本語 · Simplified Chinese

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.