website-cloning

Clone a target website into a deployable React + Vite app.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone a website's design and layout into a React + Vite web app using real scraped content from the target site.

Core Features & Use Cases

  • Reproduce the site's visual structure, content, images, colors, and typography in a working clone.
  • Generate a deployable React + Vite project populated with authentic data for demonstrations, redesign planning, or prototyping.
  • Use Case: Create a faithful design reference or migration prototype from an existing site for client reviews.

Quick Start

Provide the target site URL and run the clone pipeline to generate a React + Vite replica.

Frequently Asked Questions about website-cloning

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

FAQPage Schema
How do I clone an existing website into a React and Vite project?

To clone a website into a React and Vite project, this Skill scrapes the target URL for live content, styles, and assets, then generates a deployable React + Vite app replica. It uses Playwright with system Chromium to extract the site's visual structure.

Can I use Playwright to scrape website design tokens and content for a frontend prototype?

Yes, you can use Playwright to scrape website design tokens and content for frontend prototypes. This workflow extracts live content, layout, colors, and typography to populate a React + Vite app with authentic data for redesign planning or client demonstrations.

What is the best way to create a faithful, editable replica of a live website?

The best way to create an editable replica of a live website is scraping the target URL to preserve its layout, styles, and assets, then scaffolding a deployable React + Vite project. This approach generates a working clone populated with authentic data.

Do I need Playwright and system Chromium installed to scrape and clone a website?

Yes, you need Playwright with system Chromium installed to scrape and clone a website. This Skill requires a structured clone workflow that uses Playwright to extract tokens, assets, and validated content from the target site to build the artifact.

What are the limitations when cloning a website into a React app?

Limitations when cloning a website into a React app include relying on a structured clone workflow that uses validated content sources. The scraping process preserves visual structure and assets, but complex backend interactions or dynamic data fetching are not replicated in the generated Vite app.