Vercel design system file

Vercel DESIGN.md for AI coding agents

A Vercel-inspired DESIGN.md with color tokens, Geist typography, spacing rules, component patterns, and prompts for Cursor, Claude Code, Codex, and v0.

View tokens
ColorsTypographyComponentsAgent prompts
Screenshot of the Vercel website homepage

What is inside the Vercel DESIGN.md

Vercel-style neutral and blue token map for light and dark product surfaces.
Geist typography notes for headings, interface labels, code, and compact metadata.
Spacing, radius, border, and shadow rules tuned for dashboard and deployment UI.
Button, card, input, navigation, and deploy-status component rules for AI-generated screens.
Anti-patterns that prevent generic SaaS gradients, oversized cards, and loose spacing.

Vercel design tokens

Primary text

#000000

High-contrast foreground for dense developer UI.

Raised surface

#171717

Dark panel surface used for command bars and preview frames.

Action blue

#0070F3

Focused link and primary action accent.

Typeface

Geist

Geometric sans family for UI, docs, and dashboard copy.

Use with AI coding agents

Cursor

Save the file in the repo, reference it from .cursor/rules, and ask Cursor to follow the token names before editing Tailwind or shadcn components.

Claude Code

Paste the DESIGN.md summary into CLAUDE.md or keep it beside the task brief so generated UI keeps the Vercel-style density and contrast.

Codex

Add the DESIGN.md to the project context and ask Codex to preserve its colors, typography, spacing, component states, and anti-patterns.

v0

Use the token and component sections as prompt constraints when asking v0 for Vercel-style dashboards, forms, or deployment screens.

Design analysis

Why the Vercel style works

Vercel UI pairs monochrome foundations with one precise blue accent. The result is fast to scan: hierarchy comes from type scale, spacing, and contrast rather than decoration.

What agents usually get wrong

AI agents often inflate Vercel-inspired UI into generic SaaS cards, gradients, and loose dashboards. The useful constraint is restraint: compact rows, sharp contrast, narrow accents, and clear system states.

Raw DESIGN.md File

The full source file in Markdown format, plus export variants for Tailwind config, CSS variables, and design tokens. Sign in to copy or download the full file.

# Design Language: Vercel: Build and deploy the best web experiences with the AI Cloud

> Extracted from `https://vercel.com` on May 28, 2026
> 3163 elements analyzed

This document describes the complete design language of the website. It is structured for AI/LLM consumption — use it to faithfully recreate the visual design in any framework.

## Color Palette

### Primary Colors

| Role | Hex | RGB | HSL | Usage Count |
|------|-----|-----|-----|-------------|
| Primary | `#0068d6` | rgb(0, 104, 214) | hsl(211, 100%, 42%) | 4 |
| Secondary | `#52aeff` | rgb(82, 174, 255) | hsl(208, 100%, 66%) | 4 |
| Accent | `#0070f3` | rgb(0, 112, 243) | hsl(212, 100%, 48%) | 3 |

### Neutral Colors

| Hex | HSL | Usage Count |
|-----|-----|-------------|
| `#171717` | hsl(0, 0%, 9%) | 3077 |
| `#ebebeb` | hsl(0, 0%, 92%) | 2462 |
| `#4d4d4d` | hsl(0, 0%, 30%) | 565 |
| `#ffffff` | hsl(0, 0%, 100%) | 124 |
| `#666666` | hsl(0, 0%, 40%) | 67 |
| `#000000` | hsl(0, 0%, 0%) | 49 |
| `#7d7d7d` | hsl(0, 0%, 49%) | 20 |
| `#a8a8a8` | hsl(0, 0%, 66%) | 13 |
| `#8f8f8f` | hsl(0, 0%, 56%) | 9 |
| `#ebf5ff` | hsl(210, 100%, 96%) | 2 |

### Background Colors

v0 by Vercel

v0 by Vercel

AI UI generator. Dark, minimal, Vercel aesthetic.

Cursor

Cursor

AI-first code editor. Dark, minimal, keyboard-centric devtool.

GitHub

GitHub

Code hosting and collaboration. Iconic devtool UI.

shadcn/ui DESIGN.md

shadcn/ui DESIGN.md

A practical design contract for AI agents using shadcn/ui: component rules, Tailwind tokens, density, states, forms, tables, dashboards, and prompt-ready constraints.

Tailwind CSS DESIGN.md

Tailwind CSS DESIGN.md

A practical design contract for AI agents styling with Tailwind CSS: spacing scale, color tokens, radius, component tone, dark mode, and prompt-ready constraints.

Tailwind DESIGN.md template

Tailwind DESIGN.md template

A template style file for Tailwind apps: color tokens, radius, spacing, shadows, and component tone.

FAQ

Can I use this Vercel DESIGN.md with Cursor?

Yes. Copy the file into your project and reference it from Cursor rules before asking Cursor to build or refactor UI.

Is this official Vercel design documentation?

No. This is an independent, Vercel-inspired DESIGN.md created for AI coding agents. It is not endorsed by Vercel.

What Vercel colors are included?

The page highlights core neutral and blue tokens including #000000, #171717, and #0070F3, plus supporting token guidance in the full DESIGN.md.

How do I use this with Codex?

Add the DESIGN.md to the project context, then ask Codex to follow its typography, spacing, color, component, and anti-pattern sections when generating UI.

Is this compatible with shadcn/ui and Tailwind?

Yes. The file is written so the tokens and component rules can be translated into Tailwind theme values and shadcn/ui component variants.