website-cloning

Clone websites into deployable React + Vite applications with Playwright.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill website-cloning-aqeelalamfca-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-cloning
Source: https://github.com/aqeelalamfca-sys/Test-Audit/tree/main/.local/secondary_skills/website-cloning
Command: npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill website-cloning-aqeelalamfca-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of cloning the visual design, structure, and content of existing websites into a functional React + Vite application, saving significant development time.

Core Features & Use Cases

  • Full Website Cloning: Captures layout, text, images, colors, and fonts.
  • Scraped Content Integration: Uses real scraped data, not placeholders.
  • Deployable React + Vite App: Generates a modern web application.
  • Use Case: A designer wants to rebuild their portfolio website on a new stack. This Skill can clone the existing site's structure and content as a starting point for the new React application.

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 application?

To clone a website into a React application, this Skill uses Playwright for deep visual reconnaissance and scraping. It captures layout, text, images, colors, and fonts, then generates a deployable React + Vite web application using the scraped content.

Does the website clone use placeholder data or real scraped content?

The website clone integrates real scraped data rather than placeholder content. It validates image URLs and preserves the original site's text, structure, colors, and fonts to ensure visual fidelity in the final React application.

Can I use Playwright to scrape website structure and fonts for Vite?

Yes, Playwright is utilized for deep scraping and visual reconnaissance to extract website structure, fonts, and colors. The scraped artifacts are then used to build components and generate a responsive React + Vite application.

What is the best way to replicate an existing website design into React components?

The best way to replicate an existing website design into React components is automating the extraction of layout and visual assets. This Skill creates artifacts from scraped data and builds functional components, outputting a modern deployable Vite application.

How do I ensure responsive design and visual fidelity when cloning web pages?

Responsive design and visual fidelity are ensured through deep scraping and visual reconnaissance of the target web pages. The process validates image URLs and accurately preserves structural layout, colors, and fonts during React component creation.

Do I need Playwright installed to clone websites with Vite?

Yes, Playwright is a required dependency to clone websites with Vite. It drives the deep scraping and visual reconnaissance needed to capture the target site's content and structure before generating the React application.