#141414
June 25, 2026
v0.dev
A reading of the visual language at https://v0.dev. Every token, every rule, every component — captured from the live site.
Essence
v0.dev is an Explorer brand — modern, kinetic, adventurous and independent — anchored on GeistSans, springy motion.
Adjectives
- modern
- kinetic
- adventurous
- independent
Personality axes
Evidence
- sans display face, flat material → modern (era +0.3)
- 12px median radius, 300ms median motion, springy easing → kinetic (energy +0.27)
- Axis fingerprint nearest the Explorer archetype (91% fit, vs Magician).
About
Logo
Colour
9 neutrals · 9 total
Neutrals
#D2D2D2#020202#222222#FFFFFF#F4F4F4#343434#646464#E2E2E2#959595Full palette
#D2D2D2#020202#222222#FFFFFF#F4F4F4#343434#646464#E2E2E2#959595WCAG 100% · 63 passing pairs · 0 failing. Full breakdown in §11.
Typography
3 families · 9 sizes · 3 weights
Specimen
Scale
| Step | Size | Sample |
|---|---|---|
t00 |
48px |
What do you want to create? |
t01 |
32px |
What do you want to create? |
t02 |
24px |
What do you want to create? |
t03 |
20px |
What do you want to create? |
t04 |
18px |
What do you want to create? |
t05 |
16px |
What do you want to create? |
t06 |
14px |
What do you want to create? |
t07 |
13px |
What do you want to create? |
t08 |
10px |
What do you want to create? |
Spacing
Base 4px · 7 steps captured
Rhythm
1px
64px
96px
108px
128px
192px
208px
Shape
5 radii · 5 elevation tiers
Border radii
4px
8px
12px
16px
35px
Elevation
xs
sm
md
lg
xl
Iconography
unknown · 24 captured
iconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconiconMotion
Feel: springy · 5 durations · 5 easings
Duration scale
100ms
200ms
300ms
500ms
1000ms
Easings
customcustomcustomspring
Components
shadcn/ui · 1 component patterns captured
Mocks
Built from these tokens
Radius, primary, surface, text — all sampled from the live site.
Read more →Detected patterns
Voice
neutral · — · —
Headlines from the site
- What do you want to create?
- Start with a template
- Prompt. Build. Publish.
- Sync with a repo
CTA verbs
×1×1×1×1×1×1×1×1
Accessibility
63 passing · 0 failing
No failing contrast pairs detected.
Tokens
Drop-in code for the most common stacks. All values from the live extraction.
:root {
--color-primary: #0066cc;
--font-display: "GeistSans";
--space-base: 4px;
--radius-md: 8px;
}
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: { brand: '#0066cc' },
fontFamily: { display: ['GeistSans', 'serif'] },
spacing: { base: '4px' },
borderRadius: { md: '8px' },
},
},
};
Run npx designlang pack v0.dev for the full bundle (DTCG, shadcn, Figma vars, motion, anatomy, Storybook).
Usage
-
Lead with the primary.
It belongs on calls-to-action and one accent moment per screen. Not on body copy.
-
Two type families, three weights.
Display for headlines, body for paragraphs. Resist a third unless there is a real reason.
-
Snap to the spacing scale.
Padding, margin, and gap should land on the values in §05. One-off pixels accumulate into noise.
-
Treat accessibility as a hard constraint.
When a colour pair fails WCAG, fix the colour — not the contrast check.