GitHub: github.com/VoltAgent/awesome-design-md Website: getdesign.md
A curated collection of 66 pre-made DESIGN.md files, extracted from real websites of well-known brands. Use immediately — no need to write your own design system.
| Category | Brands |
|---|---|
| AI & LLM Platforms | Claude, Cohere, ElevenLabs, Minimax, Mistral AI, Ollama, OpenCode AI, Replicate, RunwayML, Together AI, VoltAgent, xAI |
| Developer Tools & IDEs | Cursor, Expo, Lovable, Raycast, Superhuman, Vercel, Warp |
| Backend, Database & DevOps | ClickHouse, Composio, HashiCorp, MongoDB, PostHog, Sanity, Sentry, Supabase |
| Productivity & SaaS | Cal.com, Intercom, Linear, Mintlify, Notion, Resend, Zapier |
| Design & Creative Tools | Airtable, Clay, Figma, Framer, Miro, Webflow |
| Fintech & Crypto | Binance, Coinbase, Kraken, Revolut, Stripe, Wise |
| E-commerce & Retail | Airbnb, Meta, Nike, Shopify |
| Media & Consumer Tech | Apple, IBM, NVIDIA, Pinterest, PlayStation, SpaceX, Spotify, The Verge, Uber, WIRED |
| Automotive | BMW, Bugatti, Ferrari, Lamborghini, Renault, Tesla |
Install a specific DESIGN.md with the official CLI tool:
npx getdesign@latest add apple
That drops the Apple-inspired DESIGN.md directly into your project root.
More examples:
npx getdesign@latest add stripe
npx getdesign@latest add tesla
npx getdesign@latest add vercel
npx getdesign@latest add spotify
design-md/ folderapple/)Each DESIGN.md follows a standardised format with 9 sections:
| Section | What it defines |
|---|---|
| 1. Visual Theme & Atmosphere | Overall aesthetic, mood, visual language |
| 2. Color Palette & Roles | Colours with hex codes and semantic roles |
| 3. Typography Rules | Fonts, sizes, weights, hierarchy |
| 4. Component Stylings | Buttons, cards, inputs, navigation, etc. |
| 5. Layout Principles | Grid, spacing, alignment, container |
| 6. Depth & Elevation | Shadows, z-index, layering |
| 7. Design Do's and Don'ts | Clear rules on what's allowed and what's not |
| 8. Responsive Behavior | Breakpoints, mobile/tablet/desktop adjustments |
| 9. Agent Prompt Guide | Quick colour reference + ready-made prompts for LLMs |
Read the DESIGN.md in my project root.
Build me a landing page with hero section, feature grid,
and footer — exactly in Apple style per the DESIGN.md.
Use Next.js + Tailwind CSS.
Claude reads the DESIGN.md automatically as context and generates UI that matches the defined design system.
Here's my design system (DESIGN.md):
[paste DESIGN.md content]
Create a pricing page in the style of this design system.
HTML + Tailwind CSS. Responsive. Dark mode.
@DESIGN.md Build a dashboard header with navigation
and user avatar. Use the defined colours and typography.
DESIGN.md was originally introduced by Google Stitch. Stitch reads the file natively and generates UI components that match the design system exactly.
Paste the DESIGN.md content into the prompt as context. These tools understand markdown-based design specifications and generate matching UI.
| Aspect | Figma | DESIGN.md |
|---|---|---|
| LLM compatibility | Needs plugins/export | Natively readable |
| Versioning | Proprietary | Git-tracked |
| Collaboration | Figma account required | Any text editor |
| AI-agent ready | Indirect (via API) | Direct in context |
| Cost | Figma licence | Free (MIT) |
| Format | Binary / proprietary | Plain Markdown |
Step 1: install the design
mkdir my-project && cd my-project
npx getdesign@latest add apple
Step 2: scaffold the project (e.g. Next.js)
npx create-next-app@latest . --typescript --tailwind
Step 3: use an AI agent
Read the DESIGN.md. Build me a product page in Apple style:
- Hero with a large product image and headline
- Scroll-based feature sections
- Specs comparison table
- Call-to-action footer
Use the exact colours, typography, and component styles
from the DESIGN.md. Next.js App Router + Tailwind CSS.
Step 4: iterate
The AI agent sticks to the design system. Every additional component you build is automatically consistent — because the DESIGN.md is the single source of truth.
preview.html and preview-dark.html showing palette, typography, and components visually.No spam, unsubscribe at any time
