Design Systems Today
Back to AirBnB Pack
Vibe Pack Preview · AirBnB

AirBnB Vibe Pack

Belong anywhere. The world's marketplace for stays, experiences, and services hosted by real people.

Preview of what ships in the AirBnB Vibe Pack ZIP. The pack itself contains tokens.json, the Tailwind preset, this system prompt, the style guide, and these screenshots — ready to drop into Claude, Cursor, v0, or any AI coder.

Color tokens

The full token table shipped in tokens.json. Drop these into your own Tailwind preset, design tools, or AI prompt.

background
#ffffff
foreground
#222222
card
#ffffff
card fg
#222222
muted
#f7f7f7
muted fg
#717171
border
#DDDDDD
ring
#222222
primary
#FF385C
primary fg
#ffffff
secondary
#f7f7f7
secondary fg
#222222
accent
#f0efe9
accent fg
#222222
destructive
#C13515
destr fg
#ffffff
chart 1
#FF385C
chart 2
#00A699
chart 3
#FC642D
chart 4
#484848
chart 5
#767676
radius
0.75rem

Typography

Heading + body specimens in the actual fonts shipped with the pack (loaded via Google Fonts on this page).

Heading · Plus Jakarta Sans
Display 60
Heading 48
Heading 36
Heading 30
Heading 24
Heading 20
Body · Nunito Sans

The quick brown fox jumps over the lazy dog. Design systems should feel obvious in motion, not in theory.

The quick brown fox jumps over the lazy dog. A vibe pack ships the same idea as a working app, just routed through tokens and prompts instead of compiled React.

The quick brown fox jumps over the lazy dog. Captions, helper text, fine print — same family, lighter color, smaller scale.

Components in this vibe

Hand-styled with the literal hex values from the token table — exactly what an AI coder would output if prompted with the vibe pack's system prompt.

Primary button
Secondary button
Badge row
NewBetaStable
Card
8 million active listings

Studios, castles, treehouses, lighthouses, and entire villas in over 100,000 cities. Whatever your trip looks like, someone's hosting it tonight.

Form field
Alert
Heads up. Your trial ends in 5 days — upgrade to keep your data.

AI coder system prompt

Paste this into Claude, Cursor, v0, or any AI coder as the system prompt. Your generated UIs will inherit the AirBnB vocabulary automatically.

system-prompt.md
# AirBnB System Prompt — for Claude, Cursor, v0, bolt.new

Use this prompt when designing UI for products in the AirBnB aesthetic.

---

You are designing user interfaces in the **AirBnB** aesthetic.

## Visual identity

- Primary color: `#FF385C`
- Background: `#ffffff`
- Foreground / text: `#222222`
- Accent: `#f0efe9`
- Border-radius: `0.75rem`
- Typography: `Plus Jakarta Sans` (heading) + `Nunito Sans` (body)

## Voice

Match the brand voice:

> "Belong anywhere."
> From a treehouse in Costa Rica to a Paris flat with a Bordeaux-stocked pantry — Airbnb is the world's marketplace for stays, experiences, and services hosted by real people.

This is the tone you should write in — concise, on-brand, no generic SaaS-speak.

## Patterns

- **Cards**: use `card` background, `border` color border, `radius` rounded corners
- **Primary buttons**: filled `primary` background, `primary-foreground` text, subtle shadow on hover
- **Secondary buttons**: outline `border`, transparent background, `foreground` text
- **Hero sections**: use the brand voice; lead with H1, then sub, then CTA pair
- **Pricing**: 3 tiers, middle one highlighted with `primary` border + shadow
- **Forms**: minimal labels, `muted-foreground` placeholders, `primary` focus ring

## Do NOT

- Use generic Tailwind colors like `bg-blue-500` — use the theme tokens instead
- Add micro-interactions that don't fit the brand voice
- Add emoji unless the brand voice explicitly suggests playfulness
- Use stock Aceternity / shadcn defaults — that defeats the entire point

Section gallery

Section captures from the source AirBnB design system. These ship inside the vibe pack as visual reference for AI-generated layouts.

AirBnB — section-1
AirBnB — section-2

Want the full AirBnB pack?

The AirBnB Theme Pack bundles this vibe pack with a Next.js landing template and an editor theme — same tokens, three surfaces.