Pixel-accurate token extraction
Computed colors, fonts, spacing & shadows — what actually ships, not what the stylesheet claims.
DesignDNA is a Chrome extension that extracts colors, typography, spacing and components from any live site — and ships a structured Markdown spec straight to Cursor, Windsurf, Cline and Claude Code.
Works with Chrome, Edge, Brave & Arc · No account required

# Stripe — Design System
## Tokens
--brand: #635BFF /* primary */
--brand-deep: #0A2540
--accent-cyan: #00D4FF
--surface: #F6F9FC
--ink: #0A2540
--ink-soft: #425466
## Typography
display: "Sohne", 80px/1.05, weight 600
body: "Inter", 16px/1.5, weight 400
mono: "Source Code Pro", 14px
## Radius
sm: 6px · md: 12px · lg: 20px · xl: 32px
## Components
button.primary {
bg: var(--brand);
color: #fff;
radius: 100px;
pad: 12px 24px;
}
Drops into the agents you already use

Why DesignDNA
Most design-to-code tools dump a screenshot and pray. DesignDNA reads the DOM the way a senior engineer would — capturing the system, not just the surface — so your agent writes code that already matches your brand.
Computed colors, fonts, spacing & shadows — what actually ships, not what the stylesheet claims.
Detects buttons, cards, inputs and nav patterns — emits semantic specs your agent can scaffold instantly.
Dense, hierarchical output tuned for context windows. Cursor & Claude Code parse it with zero prompt engineering.
Re-run anytime to diff your design system against the live source of truth. Catch regressions before they reach production.
How it scans
DesignDNA sweeps the live DOM like a radar — locking onto typography, color, spacing, shadows and components in a single pass.
design-system.md
Main file, AI-enhanced
tokens.json
W3C standard format
variables.css
CSS custom properties
theme.css
Tailwind v4 configuration
figma-import.json
Figma styles import
relume-map.md
Relume component mapping
How it works
Open the page whose design language you want to capture — a competitor, an inspiration board, your own production app.
The compiler walks the DOM, samples computed styles, clusters tokens and identifies recurring component patterns in seconds.
Copy the Markdown or download the file. Hand it to Cursor, Windsurf or Claude Code as system context — and start building.
$ attach ./design-system.md
$ "Build a pricing page using the attached design system."
→ Generating ProductCard, PricingTier, FeatureRow…
→ Using brand:#635BFF · radius:12px · font:Sohne
→ 11 files written. On-brand. Ready to ship.Compiled Linear's design system in 30 seconds and dropped the spec into Cursor. My agent finally stopped inventing random shades of purple. Game changer.
We use the JSON export to seed our Tailwind config straight from production. Onboarding a new agent to our brand now takes one prompt instead of ten.
Cloned a competitor's landing page into a working Claude Code project in under a minute. The token extraction is shockingly accurate.
The DesignDNA has revolutionized how we approach AI-driven UI generation. Our prototypes are now 10x faster.
Pricing
No seat math, no design-token-per-month nonsense.
For curious builders kicking the tires.
For solo devs shipping AI-built UI.
Everything to clone & scale UIs.
FAQ
Everything you need to know before installing the extension.

Ready to compile?
Free forever for solo developers. Install once, compile anywhere on the web.