website-cloning

Clone live websites into a self-contained React + Vite application.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ItsJupiter000/hot-outreach --skill website-cloning-itsjupiter000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-cloning
Source: https://github.com/ItsJupiter000/hot-outreach/tree/main/.local/secondary_skills/website-cloning
Command: npx skills add https://github.com/ItsJupiter000/hot-outreach --skill website-cloning-itsjupiter000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloning a website into a deployable React + Vite clone saves time and preserves layout fidelity, enabling rapid prototyping, staging, and design exploration with proper permissions.

Core Features & Use Cases

  • Real-site recreation: scrape structure, content, images, colors, and typography to generate a faithful React + Vite clone.
  • Quick-staging and migrations: create a deployable replica for testing, client reviews, or design-driven migrations with permission.
  • Design reference & experimentation: use the clone as a starting point for UI explorations, token refinements, and responsive testing.

Quick Start

Clone a live website into a React + Vite app scaffold and customize design tokens and content.

Frequently Asked Questions about website-cloning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone a live website into a React app?

You can clone a live website into a React app by scraping its structure, content, images, colors, and typography, then using code scaffolding to generate a ready-to-run React + Vite artifact.

What is the best way to scrape website design tokens for a React migration?

Scraping website design tokens for a React migration involves extracting colors and typography from the live site, which produces a self-contained React + Vite clone that serves as a starting point for UI explorations and token refinements.

Does Playwright work with system Chromium for web scraping and site cloning?

Playwright works with system Chromium for web scraping and site cloning by relying on it to capture real-site structure and assets, which ensures layout fidelity when generating a faithful React + Vite replica.

Can I use a scraped React clone for staging and client reviews?

You can use a scraped React clone for staging and client reviews by generating a deployable replica of the live site, provided you own the site or have explicit permission to copy its structure and content.

What are the limitations of cloning a website with Playwright?

The limitations of cloning a website with Playwright include the ethical and legal constraints requiring you to own the site or have explicit permission, as the process extracts content, images, colors, and typography directly from the live source.