explaingit

khalidabdi1/design-ai

152Audience · vibe coderComplexity · 1/5ActiveLicenseSetup · easy

TLDR

Library of about 150 DESIGN.md files describing the colors, typography, and components of well known brands so AI coding agents can generate UI matching those styles.

Mindmap

mindmap
  root((design-ai))
    Inputs
      Brand name pick
      AI coding agent
      Project repo
    Outputs
      DESIGN.md file
      UI styled like brand
      Prompt snippets
    Use Cases
      Style AI generated UI
      Clone brand look
      Bootstrap design system
    Tech Stack
      Markdown
      Git
      MIT License

Things people build with this

USE CASE 1

Drop a brand DESIGN.md into a project so an AI agent builds UI in that style

USE CASE 2

Clone the visual feel of Stripe, Figma, or Airbnb without writing a design brief

USE CASE 3

Keep AI generated colors, typography, and spacing consistent across a product

USE CASE 4

Study public design systems in a structured markdown format

Tech stack

MarkdownGit

Getting it running

Difficulty · easy Time to first run · 5min

No install step, just copy a DESIGN.md file into your project and point your AI agent at it.

MIT license, free to use, modify, and redistribute including for commercial work, with attribution.

In plain English

Design AI Systems is a collection of DESIGN.md files that describe the visual style of well known websites and brands so that AI coding tools can build user interfaces that look like them. The idea is simple: instead of telling an AI agent to make something that feels like Stripe or Airbnb in vague words, you drop in a markdown file that spells out the colors, fonts, spacing, and component patterns of that brand, and the agent has a real reference to work from. A DESIGN.md is a plain text design system document. The README explains that it sits next to AGENTS.md, which tells the agent how to work in a repo, while DESIGN.md tells the agent how the interface should look and feel. The format is human readable, version controlled with Git, easy to edit by hand, and meant to be portable across projects. Every file in the library follows a fixed nine section structure. The sections cover visual theme and atmosphere, color palette and roles, typography rules, component stylings, layout principles, depth and elevation, do's and don'ts, responsive behavior, and a final agent prompt guide with ready to use snippets. The repository ships with around 150 of these files, grouped by category such as social, creative platforms, commerce, media and gaming, and developer tools. Featured examples include Stripe, Figma, Apple, Slack, Netflix, Airbnb, Coinbase, PayPal, Asana, and Zoom. To use one, you pick a company folder, copy its DESIGN.md into your own project root, and tell your AI agent to treat that file as the design source of truth.

Copy-paste prompts

Prompt 1
Copy design-ai's Stripe DESIGN.md into my Next.js project and rebuild my landing page so it matches that style
Prompt 2
Pick the closest DESIGN.md from design-ai for a calm fintech dashboard and apply it to my Tailwind components
Prompt 3
Merge the Figma and Linear DESIGN.md files from design-ai into one combined system for my SaaS app
Prompt 4
Write a new DESIGN.md for my own brand following the 9 section format used by design-ai
Prompt 5
Use design-ai's Airbnb DESIGN.md as the source of truth and refactor my listing card components to match
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.