website-cloning

Clone website content into a pixel-perfect React + Vite replica using Playwright extraction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone a target website into a pixel-perfect React + Vite replica using Playwright extraction, eliminating manual rebuilds and guesswork.

Core Features & Use Cases

  • Exact HTML source of truth drives all layout, typography, and content.
  • Automated asset discovery and local download to ensure offline fidelity.
  • Header, navigation, and footer extraction with real inline SVG logos for visual accuracy.

Quick Start

Run the extraction pipeline by providing the target URL to generate a pixel-perfect React + Vite clone.

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

To clone a website into React and Vite, this Skill uses Playwright to extract the source HTML as the structural truth, replacing scaffolded CSS with plain CSS to generate a pixel-perfect replica.

Can I use Playwright to extract SVG logos and assets for an offline website clone?

Yes, Playwright extracts the raw HTML to drive automated asset discovery and local download, including extracting real inline SVG logos from the source header and footer for offline viewing fidelity.

What is the best way to ensure a pixel-perfect website clone for design handoff?

The best way to ensure a pixel-perfect website clone for design handoff is using the exact HTML source of truth to drive all layout, typography, and content across desktop and mobile contexts.

Does this automated website cloning approach work for both desktop and mobile layouts?

Yes, this automated website cloning approach works for both desktop and mobile layouts by enforcing data fidelity through the raw HTML source, ensuring visual accuracy across different viewport contexts.

Why use raw HTML as the source of truth instead of scaffolded CSS when building website replicas?

Using raw HTML as the source of truth instead of scaffolded CSS eliminates manual rebuilds and guesswork, directly driving layout, typography, and content to enforce strict data fidelity in the final React replica.