Here are the best open-source projects similar to dembrandt — a CLI that extracts design systems (colors, typography, spacing, shadows) from live websites and outputs W3C DTCG design tokens. github
Design token engine with open-source parsers; syncs tokens from multiple sources via SDK, CLI, or GitHub integration
Multi-source sync + versioning
Key Differences at a Glance
The most dembrandt-like project is css-design-tokens by Project Wallace — both parse live CSS/DOM and output W3C-compliant tokens. The key distinction is that dembrandt uses Playwright to render the full browser environment (handling SPAs, dark mode, bot detection), while css-design-tokens operates on raw CSS strings. Style Dictionary is the best choice if you already have tokens and need to transform them to multiple platforms, while Theo by Salesforce serves a similar purpose with a focus on cross-platform (iOS/Android/web) consistency. github