website-cloning

Convert a website URL into a React + Vite web app with Playwright.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, react, vite, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to clone any website into a React + Vite web app, preserving the design, content, and functionality of the original site.

Core Features & Use Cases

  • Website Cloning: Converts any website into a deployable React + Vite web app.
  • Content Preservation: Retains images, text, structure, colors, fonts, and layout from the original site.
  • Use Case: Ideal for creating design references, rebuilding sites on new frameworks, or migrating platforms.

Quick Start

Use the website-cloning skill to clone the website at 'https://example.com'.

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 website into a React and Vite web app?

To clone a website into a React and Vite web app, you provide the target URL to the skill. It uses Playwright to scrape the visual structure, content, images, colors, and fonts, then outputs a deployable React project preserving the original design.

Can I use Playwright to extract content and design from a website for migration?

Yes, you can use Playwright to extract content and design from a website for migration. The skill leverages Playwright for scraping text, layout, and visual assets, converting them directly into functional React components within a Vite build environment.

Does the website cloning process preserve original images, colors, and fonts?

Yes, the website cloning process preserves original images, colors, and fonts. It extracts the complete visual structure and content from the provided URL to ensure the rebuilt React application maintains the exact design fidelity of the source site.

What's the best way to convert an existing website into a React project?

The best way to convert an existing website into a React project is using an automated scraping and scaffolding tool. This skill extracts the target site's layout and content, then generates a structured React and Vite application with real data.

Do I need React and Vite installed to replicate a website with this tool?

Yes, you need React and Vite in your environment to replicate a website with this tool. The skill relies on React and Vite as core dependencies to scaffold the project and build the final web application from the scraped URL data.

Why use Vite and React for website cloning instead of static HTML?

Using Vite and React for website cloning instead of static HTML provides a component-based architecture suitable for platform migration. It transforms scraped content into reusable React components, enabling future development and easy deployment of the replicated site.