Awesome DESIGN.md

Normal
GitHub Unknown MIT

Description

Awesome DESIGN.md is a collection of DESIGN.md files inspired by popular brand design systems. Drop one into your project and let coding agents generate a matching UI, providing design system references for AI coding agents.

Key Features

  • 72+ brand DESIGN.md files - complete design system docs for Claude, Vercel, Linear, Notion and more
  • AI agent-readable format - plain Markdown, no Figma or special tools needed, LLMs parse directly
  • Design tokens and patterns - includes colors, typography, spacing, component rules with real design depth
  • Multi-domain categories - organized by AI platforms, dev tools, SaaS, design tools, finance and more
  • Copy-and-use — drop DESIGN.md into project root and AI coding agents generate matching UI instantly

Use Cases

💡 Have AI coding agents generate UI that matches well-known brand visual styles
💡 Quickly establish design system references for new projects without starting from scratch
💡 Study design patterns, token systems, and component specs from top brands
💡 Implement a unified design-to-dev workflow by combining DESIGN.md with AGENTS.md

Quick Start

# Clone the repo to get all DESIGN.md files
git clone https://github.com/VoltAgent/awesome-design-md.git
cd awesome-design-md

# Pick a brand's DESIGN.md and copy it to your project root
# Example: use Vercel's design style
cp collection/vercel/DESIGN.md /your-project/DESIGN.md

# Then tell your AI coding agent:
# "Build a landing page following the design specs in DESIGN.md"

Related Projects