website-cloning

Rebuild a target website as a React and Vite application with local assets.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/NS-Vandana/Med-Save-Hub --skill website-cloning-ns-vandana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-cloning
Source: https://github.com/NS-Vandana/Med-Save-Hub/tree/main/secondary_skills/website-cloning
Command: npx skills add https://github.com/NS-Vandana/Med-Save-Hub --skill website-cloning-ns-vandana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverse-engineer a live website to produce a reusable, local React and Vite codebase that matches appearance and behavior while preserving production assets and responsive behavior, eliminating manual re-implementation of layouts, styles, and interactions.

Core Features & Use Cases

  • Extracts design tokens, fonts, and global CSS variables to recreate the visual foundation.
  • Captures page topology, component-level computed styles, responsive layouts, and multi-state interactions for accurate component specs.
  • Downloads and localizes images, videos, and SVGs, and prepares a React-Vite artifact with Tailwind/CSS foundations, icons, and organized public assets for migration, staging, or design reference.

Quick Start

Clone the target URL into a pixel-perfect React + Vite project with local assets, extracted design tokens, and component spec files ready for builders.

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 pixel-perfect React and Vite application?

Website cloning into React and Vite uses Playwright to extract design tokens, page topology, and computed styles, then generates a production-ready codebase with local assets. It rebuilds precise visuals and interactions automatically, eliminating manual re-implementation of layouts and responsive behaviors.

What does Playwright-driven extraction capture during a website rebuild?

Playwright-driven extraction captures design tokens, global CSS variables, page topology, and component-level computed styles during a website rebuild. It performs interaction sweeps and responsive layout captures to record multi-state interactions and localize assets like images and SVGs for the React and Vite artifact.

Can I extract and download local assets like images and SVGs from a target website?

Yes, you can extract and download local assets from a target website. The cloning process downloads and localizes images, videos, and SVGs, organizing them within a prepared React and Vite project structure alongside extracted icons and CSS foundations for migration or design reference.

Does this website cloning approach work for capturing responsive layouts and multi-state interactions?

Yes, this website cloning approach works for capturing responsive layouts and multi-state interactions. It performs responsive style captures and interaction sweeps to document component states, ensuring the rebuilt React and Vite application matches the original website's appearance and behavior across viewport sizes.

Do I need any specific dependencies to extract design tokens and generate a React Vite project?

No specific dependencies are required to extract design tokens and generate a React Vite project. The Skill operates independently to extract global CSS variables, fonts, and visual foundations, then prepares the production-ready artifact with Tailwind or CSS foundations, local images, and component spec files.

What is the best way to migrate a live website front-end to a local codebase?

The best way to migrate a live website front-end to a local codebase is using automated reverse-engineering to capture the visual foundation and interactions. This approach extracts design tokens, downloads local assets, and prepares a structured React and Vite project, eliminating manual re-implementation of layouts and styles.