What it does
Make Design.md analyzes websites, HTML files, or screenshots to automatically extract design specifications and generate structured DESIGN.md documents following Google’s design.md standard. It serves as a design system documentation tool that bridges visual inspection with machine-readable specifications.
How it works
The tool supports three input methods:
- URL analysis — Crawls websites and extracts design tokens from CSS and DOM
- HTML file analysis — Parses local HTML files to identify colors, typography, spacing, and components
- Screenshot analysis — Uses vision to infer design elements like color palettes, fonts, and spacing from visual screenshots
Output includes YAML front matter with structured design tokens (colors, typography, spacing, rounded corners, components) plus human-readable Markdown sections covering design principles, color systems, type scales, layout grids, elevation models, shape systems, components, and design guidelines.
Use cases
- Design system audits — Quickly document existing design patterns across products
- Competitor analysis — Extract and compare design specifications from competitor websites
- Design handoff — Create machine-readable design tokens for development teams
- Tailwind/DTCG export — Generate developer-friendly configuration files for CSS frameworks
- Design documentation — Build comprehensive design system documentation with both visual and technical specs
Who benefits
Design systems managers, product designers documenting existing systems, design ops teams automating specification capture, and teams standardizing design tokens across products.