website-cloning

Extracts a website's HTML, CSS, JS and assets to generate a React + Vite application clone.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables the creation of exact replicas of any website as a React + Vite application, ensuring pixel-perfect accuracy and functionality.

Core Features & Use Cases

  • Website Cloning: Reverse-engineer and rebuild any website with complete detail, including fonts, colors, icons, images, and interactions.
  • Componentization: Break down the cloned website into reusable components for efficient development.
  • Use Case: If you need a mobile app version of a company's website, this Skill can help you create an app that mimics the website's design and user experience.

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 convert an existing website into a React and Vite application?

Website cloning extracts HTML, CSS, JavaScript, and assets from a target URL, then generates a pixel-perfect React and Vite application replica with componentized structure and extracted design tokens.

Do I need Playwright to scrape and clone a website's UI?

Yes, Playwright is required for web scraping to extract the website's HTML, CSS, JavaScript, fonts, colors, icons, and images needed to generate the React application clone accurately.

Can I extract fonts and colors from a website to use as design tokens in React?

Yes, the website cloning process handles design token extraction, pulling fonts, colors, icons, and images from the source site to ensure the React application replica matches the original UI exactly.

What is the best way to build a mobile app version of a company website?

Cloning the website into a React and Vite application is an effective way to build a mobile app version, as it reverse-engineers the original design and user experience into reusable components.

Does the generated React clone handle locale detection from the original website?

Yes, the website cloning mechanism handles locale detection during the extraction process, ensuring the generated React and Vite application clone accurately reflects the original site's localized content.