manavarya09/design-extract — explained in plain English
Analysis updated 2026-05-18
Extract a competitor site's color palette and typography into reusable design tokens.
Generate a Tailwind config from an existing website's visual style.
Grade a website's design quality and check its accessibility contrast.
Clone a site's look into a working starter app in a different aesthetic.
| manavarya09/design-extract | openai/openai-quickstart-node | yu9191/wloc | |
|---|---|---|---|
| Stars | 2,661 | 2,641 | 2,754 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2025-09-24 | 2026-06-27 |
| Maintenance | — | Quiet | Active |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | designer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
designlang is a command-line tool that reverse-engineers the design system of any website. Point it at a URL and it automatically reads that site's visual language, colors, typography, spacing, animations, component patterns, layout grids, responsive breakpoints, and more, then produces over 17 ready-to-use files from that analysis. A design system is the underlying set of visual rules a website follows: which fonts it uses at what sizes, what its brand colors are, how much space sits between elements, how buttons look when hovered. designlang extracts all of this automatically without manual inspection. The output files are formatted for immediate use in your own projects. They include design tokens in the W3C standard format (a portable JSON specification for design values), a Tailwind configuration file, Figma variable imports (for a widely-used design tool), typed component stubs for React, brand voice notes, and paste-ready prompts for AI design tools like Lovable and Cursor. Beyond token extraction, it can grade a site's design quality with a letter score, compare two sites head-to-head, restyle a site's visual vocabulary into different aesthetic categories (like brutalist or Swiss international), generate a working starter app cloning the design, and check for accessibility problems by scoring color contrast against the WCAG standard (international guidelines for web accessibility). It also runs as an MCP server, letting AI coding assistants like Claude Code and Cursor query extracted design data directly during development. The full README is longer than what was provided.
A command-line tool that reverse-engineers any website's design system, colors, fonts, spacing, into ready-to-use tokens, Tailwind configs, and Figma imports.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Tailwind.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.