Dembrandt — извлечение дизайн-токенов с любого сайта

★ 2.7K

Dembrandt is a CLI utility that extracts any website's design system in one command and outputs it in machine-readable form: logo, colors, typography, spacing, borders, shadows, motion, and components — as W3C design tokens, Tailwind CSS, DESIGN.md, or JSON. Reach for it to quickly capture a site's visual identity (your own or a reference) into tokens, port branding into a new project, or lock it down and enforce it in CI. Under the hood Playwright renders the page and the tool reads computed styles straight from the DOM, so it gets the real applied values rather than guessing from CSS files. It installs via npm (needs Node.js 18+) with a one-time Chromium download and also runs through npx. Its focus is pulling out and standardizing an existing page's design tokens, not generating a new design or building a site: the output is tokens and style descriptions you wire into your own system.