web-prototype

Clone live web pages into local Next.js and Tailwind CSS prototypes.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill web-prototype-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-prototype
Source: https://github.com/zephyrwang6/allSkills/tree/main/pm-url2proto
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill web-prototype-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the slow, error-prone work of recreating live web pages by turning a URL or screenshot into a local Next.js + Tailwind CSS project that teams can edit and extend.

Core Features & Use Cases

  • Faithful UI cloning: Rebuild page structure, spacing, typography, colors, and components from a live site or image reference.
  • Prototype creation and iteration: Generate a working frontend project for landing pages, dashboards, or product flows, then continue modifying it as requirements change.
  • Built-in documentation flow: Keep every feature change paired with a design document so the prototype stays understandable and maintainable.
  • Use case: A designer shares a Stripe-like landing page screenshot, and this Skill produces a runnable local prototype that can be refined without starting from scratch.

Quick Start

Send me a webpage URL or screenshot, and I will recreate it as a local Next.js + Tailwind CSS prototype.

Frequently Asked Questions about web-prototype

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone a live web page into a local Next.js project?

To clone a web page into a Next.js project, you provide a URL or screenshot. The tool captures the page, analyzes the accessibility tree, extracts styles, and scaffolds a local Next.js and Tailwind CSS prototype with faithful visual reproduction.

Can I turn a UI screenshot into an editable Next.js and Tailwind CSS prototype?

Yes, you can generate a Next.js and Tailwind CSS prototype from a screenshot. The tool analyzes the screenshot, extracts design tokens, and manually scaffolds a Next.js project that faithfully reproduces the UI for ongoing modifications.

What is the best way to replicate a website's design tokens for UI cloning?

The best way to replicate website design tokens for UI cloning is using automated style extraction. The tool maps spacing, typography, and colors from the captured page or screenshot directly into a Tailwind CSS configuration for the prototype.

Does UI cloning work for redesign iterations on an existing Next.js prototype?

Yes, UI cloning supports redesign iterations on existing Next.js prototypes. You can apply ongoing modifications to previously created prototypes, with every feature change paired with a built-in design document panel to keep the project maintainable.

Do I need a design document when creating a new page in a local web prototype?

Yes, a design document is required when creating a new page. The tool features a built-in design document panel that pairs with every feature change, ensuring the local web prototype remains understandable and maintainable as requirements change.