Devoured - April 22, 2026
Hue Generates a Design System from Any Brand URL (2 minute read)

Hue Generates a Design System from Any Brand URL (2 minute read)

Design Read original

Hue is a free Claude Code skill that generates complete design systems with components and brand-specific styling from any URL or screenshot, solving the problem of AI-generated interfaces looking generic.

What: Hue analyzes a brand's website or screenshot and outputs a structured design system as live HTML files, including 40 components across 156 variants, 95 design tokens covering colors, typography, spacing, and border radii, plus automatic dark mode support.
Why it matters: AI coding assistants like Claude Code generate functional interfaces quickly but lack brand memory, so every output defaults to generic neutral aesthetics. Hue gives the AI a structured design system to reference, enabling solo developers to maintain brand consistency without needing a dedicated designer to interpret mockups.
Takeaway: Clone the open-source repository into your Claude Code skills folder and start using it with a single prompt—no API key or account required.
Decoder
  • Design tokens: Reusable design values (colors, font sizes, spacing) defined as variables to maintain consistency across interfaces
  • Claude Code skill: An extension that adds specialized capabilities to Anthropic's Claude Code AI assistant
  • Design system: A collection of reusable components and styling rules that enforce visual and functional consistency across a product
Original article

Hue is a free Claude Code skill that reads a brand and generates a full design system — 40 components, 95 tokens, dark and light mode, no account needed.

Dominik Martin built Hue as a solo side project to fix a specific gap in AI-assisted UI work. Claude Code generates functional interfaces fast. But without brand memory, every screen defaults to the same generic aesthetic — neutral greys, system fonts, no identity. Hue closes that gap. Drop a URL or screenshot from the target brand, and Hue captures it as a structured design system: color tokens, typography scales, border radii, elevation, spacing. After that, every component Claude builds pulls from that system instead of defaulting to nothing.

The output is eight generated files. The centrepiece is a browseable component-library.html — 40 components across 156 variants, wired to 95 design tokens. The five showcase brands on the site each demonstrate a different register. Velvet runs on deep purple with editorial type weight and dense card layouts. Atlas uses slate blue with tight data tables and status badges for Shipped, Active, Pending, and Failed states. Fizz pushes high-chroma pink and yellow for a consumer-facing energy. Halcyon lands on clean teal with analytics widgets — MRR figures, uptime percentages, user counts — all rendered in the same token system. Each design system ships with dark mode from the start, not as an afterthought.

Why the Design System Output Matters for AI-Generated UI

The component library is not a Figma file or a PDF spec. It is a live HTML document that renders the design system in a browser right now. That distinction matters. Most AI UI output requires a designer to interpret it before a developer can use it. Hue skips that step. The design system lives in code, not in a hand-off document. For solo developers or small teams shipping with Claude Code, that means brand consistency without a dedicated design resource. Martin keeps the skill free and open-source. There is no API key, no subscription, no account creation — just a git clone into the skills folder and a single prompt.