firecrawl-website-design-clone
firecrawl/firecrawl-workflows
Extract any website's design system into an agent-ready DESIGN.md using Firecrawl scraping.
What is firecrawl-website-design-clone?
This skill captures a website's visual design language—colors, typography, spacing, components, and layout patterns—and synthesizes it into a structured DESIGN.md file. Use it when you need to clone a site's look, build pages inspired by a design, or give AI agents concrete design tokens to work from.
- Scrapes target URL using Firecrawl branding and images formats to extract colors, fonts, and brand assets
- Captures full-page screenshot for visual reference and layout context
- Extracts typography scale, spacing rhythm, component patterns, and responsive behavior
- Documents design tokens, page patterns, and content style in machine-readable form
- Generates DESIGN.md with embedded screenshot and agent-ready build instructions
How to install firecrawl-website-design-clone
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-website-design-clone- Firecrawl API key (set as FIRECRAWL_API_KEY environment variable)
- Target website URL
How to use firecrawl-website-design-clone
- 1.Provide the website URL you want to extract design from
- 2.Optionally specify target tech stack or whether you want implementation after design extraction
- 3.The skill runs parallel Firecrawl scrapes (branding+images format and full-page screenshot)
- 4.Review the generated DESIGN.md with embedded screenshot, design tokens, and component patterns
- 5.Use DESIGN.md as reference for building new sites or pass it to AI agents for implementation
Use cases
- Clone the visual design of a competitor or inspiration site for your own project
- Extract a company's design system from their public website to maintain consistency across new pages
- Provide AI agents with concrete design tokens so they can build new sites in a specific visual style
- Document a website's layout patterns and component library for reference or reuse
- Capture brand colors, typography, and spacing rules from a live site before redesigning
- Product designers documenting design systems from live sites
- Developers building new sites inspired by existing designs
- AI agent operators who need design context for code generation
- Teams cloning or adapting competitor or reference site aesthetics
firecrawl-website-design-clone FAQ
The skill uses Firecrawl's branding format for curated assets, but also pulls the full images list and screenshot to infer colors, typography, spacing, and components from actual page content. Inferred values are marked clearly in DESIGN.md.
DESIGN.md captures the design language and tokens so you can recreate the look. However, do not reuse third-party logos, images, trademarks, or copy without permission—the skill documents what to recreate, not what to copy.
By default it extracts design tokens, layout patterns, and visual language into DESIGN.md. If you ask for implementation, the skill uses DESIGN.md as the source of truth to generate code.
Combining branding and images formats in one Firecrawl call costs a single credit. The screenshot scrape costs one additional credit, so a full extraction is 2 credits per URL.
The first version focuses on a single representative page. For a broader site system, you can request additional pages, but the default is efficient single-page extraction.
Full instructions (SKILL.md)
Source of truth, from firecrawl/firecrawl-workflows.
name: firecrawl-website-design-clone description: Extract any website's design system into an agent-ready DESIGN.md using Firecrawl scrape evidence. Use when the user wants colors, fonts, spacing, components, layout patterns, or brand/UI guidance from a website so AI agents can create new websites, clone a look, or build pages inspired by that design. license: ISC metadata: author: firecrawl version: "0.1.0" homepage: https://www.firecrawl.dev source: https://github.com/firecrawl/firecrawl-workflows inputs:
- name: FIRECRAWL_API_KEY description: Firecrawl API key for hosted Firecrawl requests when the workflow runs through the CLI or API. required: true
Firecrawl Website Design Clone
Use this when the user wants one URL turned into a practical design system file agents can use immediately.
Default outcome: extract any website's design system in one line and format it as DESIGN.md.
The skill should feel like a thin workflow around Firecrawl scrape: gather the page's visible content, structure, metadata, links, and available visual signals, then synthesize those findings into a clean design-system markdown file.
Onboarding Interview
Infer the source URL, target stack, and whether implementation is requested from context. If the user gives a URL and asks for a design system, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the website URL, whether to output only DESIGN.md or also implement, or a required target stack.
Use the host agent's normal prompt or modal UI. Do not name a harness-specific question function.
Firecrawl Collection Plan
Use Firecrawl through the CLI or equivalent tool surface. Always start with two parallel scrapes of the supplied URL:
- The
brandingandimagesformats together for structured design tokens and the full set of page images. - A full-page screenshot for visual context.
Example:
firecrawl scrape "https://example.com" --format branding,images -o ".firecrawl/example-branding.json" --pretty &
firecrawl scrape "https://example.com" --full-page-screenshot -o ".firecrawl/example-screenshot.png" &
wait
Combining branding and images in one call still costs a single credit and is required: the branding block only surfaces curated brand assets (logo, favicon, ogImage, logoHref), so without images the agent will miss the page's actual content imagery (heroes, product shots, carousel slides, feature visuals, illustrations, accessory photos, end-of-page artwork, and similar). On a product page like tesla.com/cybertruck the branding block has no hero — only images returns the main Cybertruck hero (e.g. Cybertruck-Hero-Desktop-NA-SA-APAC.png) and the rest of the page's photography.
If the screenshot scrape returns a remote image URL (e.g. signed storage link) instead of a local file, download it to the same .firecrawl/ path so DESIGN.md can reference a stable local asset.
Use the structured branding output as the primary source for colors, typography, components, brand assets (logo, favicon, ogImage), personality, and confidence notes. Use the images list as the source of truth for the page's content imagery — hero photography, product shots, carousels, feature visuals, illustrations, and decorative graphics. Use the screenshot as the primary visual reference for layout, hierarchy, and overall feel. Add supplemental formats only when these are insufficient for the final artifact.
Collect:
- branding data for colors, typography, spacing, buttons, logos, brand imagery, personality, and confidence
- the full
imageslist for hero, product, feature, and section imagery beyond the curated brand assets - a full-page screenshot saved locally in
.firecrawl/so it can be embedded inDESIGN.md - page markdown for headings, copy hierarchy, CTAs, navigation, and section order when needed
- metadata and links for brand, product, and page-purpose clues when needed
- HTML only when the branding output, images list, and screenshot are insufficient to infer classes, font names, CSS variables, or component structure
- related pages only when the user asks for a broader site system
Do not over-crawl by default. The first version should be useful from a single representative page.
What To Extract
Infer and document the site's design language:
- colors: primary, secondary, accents, backgrounds, borders, text, states
- typography: font families if detectable, type scale, weights, line heights, heading/body treatment
- spacing: container widths, section rhythm, grid gaps, padding scale, density
- layout: page structure, hero patterns, cards, grids, nav, footer, responsive assumptions
- components: buttons, inputs, cards, badges, nav items, pricing blocks, testimonials, feature rows, forms
- imagery and icons: style, shape language, illustration/photo treatment, logo constraints; pull representative hero, product, feature, and section images from the full
imageslist rather than relying onbranding.images, which only carrieslogo,favicon,ogImage, andlogoHref - motion and interaction: hover states, transitions, animation style when observable or inferable
- voice and content patterns: CTA wording, heading style, product copy rhythm
When a value cannot be measured exactly from scrape output, label it as inferred and give a practical approximation.
Parallel Work
If appropriate, use sub-agents or equivalent parallel task runners. Natural splits include one page per researcher for multi-page sites, or one reviewer each for colors, typography, spacing, and components.
Each parallel researcher should return source URLs, extracted evidence, inferred design tokens, and confidence notes.
Final Deliverable
Create or return a DESIGN.md with this structure. Embed the full-page screenshot near the top so a coding agent gets visual context alongside the tokens.
# DESIGN.md: [Source Site]
## Source
- URL: [source URL]
- Capture date: [date]
- Evidence: [scrape/screenshot/html/links used]
## Reference Screenshot
![Full-page screenshot of [Source Site]](./.firecrawl/[source]-screenshot.png)
Use this screenshot as the visual source of truth for layout, hierarchy, density, and feel. Tokens below describe the same page in machine-readable form.
## Design Summary
[Short description of the visual language and what an agent should recreate]
## Design Tokens
### Colors
[Named color roles with hex values when known; mark inferred values clearly]
### Typography
[Fonts, fallback recommendations, scale, weights, heading/body rules]
### Spacing And Layout
[Spacing scale, containers, grids, radius, shadows, borders]
## Components
[Buttons, cards, nav, forms, hero, feature sections, pricing, footer, etc.]
## Page Patterns
[Section order, common layouts, responsive behavior]
## Content Style
[Voice, CTA style, heading patterns, copy density]
## Agent Build Instructions
[Concrete instructions an AI coding agent can follow to create a new site in this style]
## Rerun Inputs
workflow: firecrawl-website-design-clone
source_url: [url]
target_stack: [stack]
output: DESIGN.md
If the user asks to implement, first produce or update DESIGN.md, then use it as the source of truth for the build.
Quality Bar
- Do not imply the user has rights to third-party logos, images, trademarks, or copy.
- Prefer reusable design tokens over one-off observations.
- Distinguish observed facts from inferred approximations.
- Keep the output compact enough that another agent can paste it into context and build from it.
- Preserve source URLs and scrape artifacts for review.
Related skills
More from firecrawl/firecrawl-workflows and the wider catalog.
firecrawl-deep-research
Produce rigorous, cited analytical reports on complex topics with multi-angle research and contrarian views.
firecrawl-research-papers
Find and synthesize research papers, whitepapers, and technical reports using semantic search and paper expansion.
firecrawl-market-research
Extract market, financial, and company metrics from web sources using Firecrawl for structured research reports.
firecrawl-knowledge-base
Build organized, LLM-ready knowledge bases from web content using Firecrawl.
firecrawl-seo-audit
Comprehensive SEO audit with site mapping, on-page analysis, keyword opportunities, and competitor SERP comparison using Firecrawl.
firecrawl-lead-gen
Extract structured lead lists from prospect databases and web directories using Firecrawl browser.