RadarTopicsBuildersWeeklyReads
Open Source Radar
dembrandt/

dembrandt

GitHubWebsite

Dembrandt extracts a website design system into tokens via a single command, supporting multiple output formats and MCP integration. It runs with Node.js 18+, is MIT-licensed, and has ongoing releases.

2.3kstars
222forks
1issues
MITlicense
2025since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Meliwat/
awesome-ios-design-md

200 production-grade DESIGN.md design systems for the world's best apps. Framework-neutral plus SwiftUI, Jetpack Compose, and Expo. Hand one to your AI agent, ship pixel-matched UI.

1029
nexu-io/
open-design
1.3k/wk

🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.

84k9.7kTypeScript
OpenCoworkAI/
open-codesign

Open-source Claude Design alternative. One-click import your Claude Code / Codex API key. Prompt → prototype / slides / PDF. Multi-model (Claude, GPT, Gemini, Kimi, GLM, Ollama). BYOK, local-first, MIT.

7.7k807TypeScript
tathagat22/
plumb-mcp

Local Figma MCP server with no REST rate limits, no metered tool-call quotas, and a verification loop. Drop-in alternative to Figma's Dev Mode MCP and Framelink for Claude Code, Cursor, Windsurf — works on every plan including Free.

686TypeScriptnew
liyupi/
mianshiya

持续维护的企业面试题库网站,帮你拿到满意 offer!⭐️ 2026年最新Java面试题、前端面试题、AI大模型面试题、AI Agent面试题、RAG面试题、C++面试题、Go面试题、Python面试题、测试面试题、运维面试题、后端面试题、操作系统面试题、计算机网络面试题、Redis面试题、MySQL数据库面试题、算法面试题、Spring面试题、JVM面试题、Java并发面试题、Linux面试题、LLM面试题、Prompt工程面试题、系统设计面试题等1万多道高频程序员求职必备八股文。面试刷题就选面试鸭 💎 React 前端 + Node 后端 + 云开发全栈项目 by 程序员鱼皮

5.7k1.2kTypeScriptquiet
itmeo/
webgradients

180 free CSS3, Figma, Sketch & PSD gradients — plus a JSON dataset for design tools, generators, and AI agents.

2.5k141CSS
Reviewgenerated from repository data · Aug 5, 2026

What it is

Dembrandt is a tool to extract a website's design system into design tokens, including logo, colors, typography, borders, and more. It supports multiple outputs and integration with AI agents via MCP.

How it works

The project provides a CLI that fetches a site and derives tokens such as colors, typography, spacing, borders, shadows, motion, components, breakpoints, icons, and frameworks. It can output in terminal, JSON, DTCG (Design Tokens), and DESIGN.md formats. It includes options to crawl multiple pages, use different browsers (Chromium/Firefox), and generate PDFs or reports. It relies on Playwright for browser interaction and can install browser engines as needed.

Getting started

Install globally: npm install -g dembrandt

dembrandt dembrandt.com

Or use npx without installing:

npx dembrandt dembrandt.com

Requires Node.js 18+.

Quick usage examples from the README

dembrandt <url>                        # Basic extraction (terminal display only)
dembrandt dembrandt.com --json-only     # Output raw JSON to terminal (no formatted display, no file save)
dembrandt dembrandt.com --save-output   # Save JSON to output/dembrandt.com/YYYY-MM-DDTHH-MM-SS.json

Multi-page extraction and discovery

dembrandt dembrandt.com --crawl 5

Output formats

dembrandt dembrandt.com --dtcg
dembrandt dembrandt.com --design-md
dembrandt dembrandt.com --brand-guide

Browser selection and installation

dembrandt install-browser           # chromium (default)
dembrandt install-browser firefox   # a specific engine
npx playwright@$(node -p "require('playwright-core/package.json').version") install --with-deps chromium

Getting started (continued)

You can also:

  • Use --sitemap or --crawl for multi-page analysis and merged results.
  • Generate a DESIGN.md, DTCG, or a branded PDF with --design-md, --dtcg, or --brand-guide respectively.

Recent releases

  • v0.26.1 (2026-08-03): Fixes brand-guide logo rendering issues.
  • v0.26.0 (2026-08-03): Normalises modern CSS colour functions end to end, including Tailwind v4 opacity modifiers.
  • v0.25.1 (2026-07-28): Type definitions declared for main entry and subpaths; dependency updates.
  • v0.25.0 (2026-07-28): Added consent dismissal sweeps for iframes and shadow DOM CMPs.
  • v0.24.0 (2026-07-18): Drift-related improvements including comparison-validity warnings and report integration.

Traction

2322 stars on GitHub; 222 forks; 1 open issue.

Behind the repo

[Not provided in README] (Link to external startup/company not indicated beyond MCP integration references.)

Caveats

  • License: MIT
  • Created: 2025-11-22
  • Last push: 2026-08-03
  • Language: TypeScript
  • Requires Node.js 18+

Outputs and file paths described in commands (e.g., output/dembrandt.com/YYYY-MM-DDTHH-MM-SS.json, output/dembrandt.com/TIMESTAMP.tokens.json, etc.).

SharePost on XLinkedIn
All trending reposRevenue-verified startups →