cdragon 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,376 @@
1
+ ---
2
+ id: elevenlabs
3
+ name: ElevenLabs
4
+ country: US
5
+ category: ai
6
+ homepage: "https://elevenlabs.io"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: simpleicons
10
+ slug: elevenlabs
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: ElevenLabs Brand
15
+ url: "https://elevenlabs.io/brand"
16
+ type: brand
17
+ description: ElevenLabs brand guidelines covering logo, symbol, and product sub-brands.
18
+ og_image: "https://elevenlabs.io/cover.png"
19
+ ---
20
+
21
+ # Design System Inspiration of ElevenLabs
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ ElevenLabs' website is a study in restrained elegance — a near-white canvas (`#ffffff`, `#f5f5f5`) where typography and subtle shadows do all the heavy lifting. The design feels like a premium audio product brochure: clean, spacious, and confident enough to let the content speak (literally, given ElevenLabs makes voice AI). There's an almost Apple-like quality to the whitespace strategy, but warmer — the occasional warm stone tint (`#f5f2ef`, `#777169`) prevents the purity from feeling clinical.
26
+
27
+ The typography system is built on a fascinating duality: Waldenburg at weight 300 (light) for display headings creates ethereal, whisper-thin titles that feel like sound waves rendered in type — delicate, precise, and surprisingly impactful at large sizes. This light-weight display approach is the design's signature — where most sites use bold headings to grab attention, ElevenLabs uses lightness to create intrigue. Inter handles all body and UI text with workmanlike reliability, using slight positive letter-spacing (0.14px–0.18px) that gives body text an airy, well-spaced quality. WaldenburgFH appears as a bold uppercase variant for specific button labels.
28
+
29
+ What makes ElevenLabs distinctive is its multi-layered shadow system. Rather than simple box-shadows, elements use complex stacks: inset border-shadows (`rgba(0,0,0,0.075) 0px 0px 0px 0.5px inset`), outline shadows (`rgba(0,0,0,0.06) 0px 0px 0px 1px`), and soft elevation shadows (`rgba(0,0,0,0.04) 0px 4px 4px`) — all at remarkably low opacities. The result is a design where surfaces seem to barely exist, floating just above the page with the lightest possible touch. Pill-shaped buttons (9999px) with warm-tinted backgrounds (`rgba(245,242,239,0.8)`) and warm shadows (`rgba(78,50,23,0.04)`) add a tactile, physical quality.
30
+
31
+ **Key Characteristics:**
32
+ - Near-white canvas with warm undertones (`#f5f5f5`, `#f5f2ef`)
33
+ - Waldenburg weight 300 (light) for display — ethereal, whisper-thin headings
34
+ - Inter with positive letter-spacing (0.14–0.18px) for body — airy readability
35
+ - Multi-layered shadow stacks at sub-0.1 opacity — surfaces barely exist
36
+ - Pill buttons (9999px) with warm stone-tinted backgrounds
37
+ - WaldenburgFH bold uppercase for specific CTA labels
38
+ - Warm shadow tints: `rgba(78, 50, 23, 0.04)` — shadows have color, not just darkness
39
+ - Geist Mono / ui-monospace for code snippets
40
+
41
+ ## 2. Color Palette & Roles
42
+
43
+ ### Primary
44
+ - **Pure White** (`#ffffff`): Primary background, card surfaces, button backgrounds
45
+ - **Light Gray** (`#f5f5f5`): Secondary surface, subtle section differentiation
46
+ - **Warm Stone** (`#f5f2ef`): Button background (at 80% opacity) — the warm signature
47
+ - **Black** (`#000000`): Primary text, headings, dark buttons
48
+
49
+ ### Neutral Scale
50
+ - **Dark Gray** (`#4e4e4e`): Secondary text, descriptions
51
+ - **Warm Gray** (`#777169`): Tertiary text, muted links, decorative underlines
52
+ - **Near White** (`#f6f6f6`): Alternate light surface
53
+
54
+ ### Interactive
55
+ - **Grid Cyan** (`#7fffff`): `--grid-column-bg`, at 25% opacity — decorative grid overlay
56
+ - **Ring Blue** (`rgb(147 197 253 / 0.5)`): `--tw-ring-color`, focus ring
57
+ - **Border Light** (`#e5e5e5`): Explicit borders
58
+ - **Border Subtle** (`rgba(0, 0, 0, 0.05)`): Ultra-subtle bottom borders
59
+
60
+ ### Shadows
61
+ - **Inset Border** (`rgba(0,0,0,0.075) 0px 0px 0px 0.5px inset`): Internal edge definition
62
+ - **Inset Dark** (`rgba(0,0,0,0.1) 0px 0px 0px 0.5px inset`): Stronger inset variant
63
+ - **Outline Ring** (`rgba(0,0,0,0.06) 0px 0px 0px 1px`): Shadow-as-border
64
+ - **Soft Elevation** (`rgba(0,0,0,0.04) 0px 4px 4px`): Gentle lift
65
+ - **Card Shadow** (`rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px`): Button/card elevation
66
+ - **Warm Shadow** (`rgba(78,50,23,0.04) 0px 6px 16px`): Warm-tinted button shadow
67
+ - **Edge Shadow** (`rgba(0,0,0,0.08) 0px 0px 0px 0.5px`): Subtle edge definition
68
+ - **Inset Ring** (`rgba(0,0,0,0.1) 0px 0px 0px 1px inset`): Strong inset border
69
+
70
+ ## 3. Typography Rules
71
+
72
+ ### Font Families
73
+ - **Display**: `Waldenburg`, fallback: `Waldenburg Fallback`
74
+ - **Display Bold**: `WaldenburgFH`, fallback: `WaldenburgFH Fallback`
75
+ - **Body / UI**: `Inter`, fallback: `Inter Fallback`
76
+ - **Monospace**: `Geist Mono` or `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas`
77
+
78
+ ### Hierarchy
79
+
80
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
81
+ |------|------|------|--------|-------------|----------------|-------|
82
+ | Display Hero | Waldenburg | 48px (3.00rem) | 300 | 1.08 (tight) | -0.96px | Whisper-thin, ethereal |
83
+ | Section Heading | Waldenburg | 36px (2.25rem) | 300 | 1.17 (tight) | normal | Light display |
84
+ | Card Heading | Waldenburg | 32px (2.00rem) | 300 | 1.13 (tight) | normal | Light card titles |
85
+ | Body Large | Inter | 20px (1.25rem) | 400 | 1.35 | normal | Introductions |
86
+ | Body | Inter | 18px (1.13rem) | 400 | 1.44–1.60 | 0.18px | Standard reading text |
87
+ | Body Standard | Inter | 16px (1.00rem) | 400 | 1.50 | 0.16px | UI text |
88
+ | Body Medium | Inter | 16px (1.00rem) | 500 | 1.50 | 0.16px | Emphasized body |
89
+ | Nav / UI | Inter | 15px (0.94rem) | 500 | 1.33–1.47 | 0.15px | Navigation links |
90
+ | Button | Inter | 15px (0.94rem) | 500 | 1.47 | normal | Button labels |
91
+ | Button Uppercase | WaldenburgFH | 14px (0.88rem) | 700 | 1.10 (tight) | 0.7px | `text-transform: uppercase` |
92
+ | Caption | Inter | 14px (0.88rem) | 400–500 | 1.43–1.50 | 0.14px | Metadata |
93
+ | Small | Inter | 13px (0.81rem) | 500 | 1.38 | normal | Tags, badges |
94
+ | Code | Geist Mono | 13px (0.81rem) | 400 | 1.85 (relaxed) | normal | Code blocks |
95
+ | Micro | Inter | 12px (0.75rem) | 500 | 1.33 | normal | Tiny labels |
96
+ | Tiny | Inter | 10px (0.63rem) | 400 | 1.60 (relaxed) | normal | Fine print |
97
+
98
+ ### Principles
99
+ - **Light as the hero weight**: Waldenburg at 300 is the defining typographic choice. Where other design systems use bold for impact, ElevenLabs uses lightness — thin strokes that feel like audio waveforms, creating intrigue through restraint.
100
+ - **Positive letter-spacing on body**: Inter uses +0.14px to +0.18px tracking across body text, creating an airy, well-spaced reading rhythm that contrasts with the tight display tracking (-0.96px).
101
+ - **WaldenburgFH for emphasis**: A bold (700) uppercase variant of Waldenburg appears only in specific CTA button labels with 0.7px letter-spacing — the one place where the type system gets loud.
102
+ - **Monospace as ambient**: Geist Mono at relaxed line-height (1.85) for code blocks feels unhurried and readable.
103
+
104
+ ## 4. Component Stylings
105
+
106
+ ### Buttons
107
+
108
+ **Primary Black Pill**
109
+ - Background: `#000000`
110
+ - Text: `#ffffff`
111
+ - Padding: 0px 14px
112
+ - Radius: 9999px (full pill)
113
+ - Use: Primary CTA
114
+
115
+ **White Pill (Shadow-bordered)**
116
+ - Background: `#ffffff`
117
+ - Text: `#000000`
118
+ - Radius: 9999px
119
+ - Shadow: `rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px`
120
+ - Use: Secondary CTA on white
121
+
122
+ **Warm Stone Pill**
123
+ - Background: `rgba(245, 242, 239, 0.8)` (warm translucent)
124
+ - Text: `#000000`
125
+ - Padding: 12px 20px 12px 14px (asymmetric)
126
+ - Radius: 30px
127
+ - Shadow: `rgba(78, 50, 23, 0.04) 0px 6px 16px` (warm-tinted)
128
+ - Use: Featured CTA, hero action — the signature warm button
129
+
130
+ **Uppercase Waldenburg Button**
131
+ - Font: WaldenburgFH 14px weight 700
132
+ - Text-transform: uppercase
133
+ - Letter-spacing: 0.7px
134
+ - Use: Specific bold CTA labels
135
+
136
+ ### Cards & Containers
137
+ - Background: `#ffffff`
138
+ - Border: `1px solid #e5e5e5` or shadow-as-border
139
+ - Radius: 16px–24px
140
+ - Shadow: multi-layer stack (inset + outline + elevation)
141
+ - Content: product screenshots, code examples, audio waveform previews
142
+
143
+ ### Inputs & Forms
144
+ - Textarea: padding 12px 20px, transparent text at default
145
+ - Select: white background, standard styling
146
+ - Radio: standard with tw-ring focus
147
+ - Focus: `var(--tw-ring-offset-shadow)` ring system
148
+
149
+ ### Navigation
150
+ - Clean white sticky header
151
+ - Inter 15px weight 500 for nav links
152
+ - Pill CTAs right-aligned (black primary, white secondary)
153
+ - Mobile: hamburger collapse at 1024px
154
+
155
+ ### Image Treatment
156
+ - Product screenshots and audio waveform visualizations
157
+ - Warm gradient backgrounds in feature sections
158
+ - 20px–24px radius on image containers
159
+ - Full-width sections alternating white and light gray
160
+
161
+ ### Distinctive Components
162
+
163
+ **Audio Waveform Sections**
164
+ - Colorful gradient backgrounds showcasing voice AI capabilities
165
+ - Warm amber, blue, and green gradients behind product demos
166
+ - Screenshots of the ElevenLabs product interface
167
+
168
+ **Warm Stone CTA Block**
169
+ - `rgba(245,242,239,0.8)` background with warm shadow
170
+ - Asymmetric padding (more right padding)
171
+ - Creates a physical, tactile quality unique to ElevenLabs
172
+
173
+ ## 5. Layout Principles
174
+
175
+ ### Spacing System
176
+ - Base unit: 8px
177
+ - Scale: 1px, 3px, 4px, 8px, 9px, 10px, 11px, 12px, 16px, 18px, 20px, 24px, 28px, 32px, 40px
178
+
179
+ ### Grid & Container
180
+ - Centered content with generous max-width
181
+ - Single-column hero, expanding to feature grids
182
+ - Full-width gradient sections for product showcases
183
+ - White card grids on light gray backgrounds
184
+
185
+ ### Whitespace Philosophy
186
+ - **Apple-like generosity**: Massive vertical spacing between sections creates a premium, unhurried pace. Each section is an exhibit.
187
+ - **Warm emptiness**: The whitespace isn't cold — the warm stone undertones and warm shadows give empty space a tactile, physical quality.
188
+ - **Typography-led rhythm**: The light-weight Waldenburg headings create visual "whispers" that draw the eye through vast white space.
189
+
190
+ ### Border Radius Scale
191
+ - Minimal (2px): Small links, inline elements
192
+ - Subtle (4px): Nav items, tab panels, tags
193
+ - Standard (8px): Small containers
194
+ - Comfortable (10px–12px): Medium cards, dropdowns
195
+ - Card (16px): Standard cards, articles
196
+ - Large (18px–20px): Featured cards, code panels
197
+ - Section (24px): Large panels, section containers
198
+ - Warm Button (30px): Warm stone CTA
199
+ - Pill (9999px): Primary buttons, navigation pills
200
+
201
+ ## 6. Depth & Elevation
202
+
203
+ | Level | Treatment | Use |
204
+ |-------|-----------|-----|
205
+ | Flat (Level 0) | No shadow | Page background, text blocks |
206
+ | Inset Edge (Level 0.5) | `rgba(0,0,0,0.075) 0px 0px 0px 0.5px inset, #fff 0px 0px 0px 0px inset` | Internal border definition |
207
+ | Outline Ring (Level 1) | `rgba(0,0,0,0.06) 0px 0px 0px 1px` + `rgba(0,0,0,0.04) 0px 1px 2px` + `rgba(0,0,0,0.04) 0px 2px 4px` | Shadow-as-border for cards |
208
+ | Card (Level 2) | `rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px` | Button elevation, prominent cards |
209
+ | Warm Lift (Level 3) | `rgba(78,50,23,0.04) 0px 6px 16px` | Featured CTAs — warm-tinted |
210
+ | Focus (Accessibility) | `var(--tw-ring-offset-shadow)` blue ring | Keyboard focus |
211
+
212
+ **Shadow Philosophy**: ElevenLabs uses the most refined shadow system of any design system analyzed. Every shadow is at sub-0.1 opacity, many include both outward cast AND inward inset components, and the warm CTA shadows use an actual warm color (`rgba(78,50,23,...)`) rather than neutral black. The inset half-pixel borders (`0px 0px 0px 0.5px inset`) create edges so subtle they're felt rather than seen — surfaces define themselves through the lightest possible touch.
213
+
214
+ ## 7. Do's and Don'ts
215
+
216
+ ### Do
217
+ - Use Waldenburg weight 300 for all display headings — the lightness IS the brand
218
+ - Apply multi-layer shadows (inset + outline + elevation) at sub-0.1 opacity
219
+ - Use warm stone tints (`#f5f2ef`, `rgba(245,242,239,0.8)`) for featured elements
220
+ - Apply positive letter-spacing (+0.14px to +0.18px) on Inter body text
221
+ - Use 9999px radius for primary buttons — pill shape is standard
222
+ - Use warm-tinted shadows (`rgba(78,50,23,0.04)`) on featured CTAs
223
+ - Keep the page predominantly white with subtle gray section differentiation
224
+ - Use WaldenburgFH bold uppercase ONLY for specific CTA button labels
225
+
226
+ ### Don't
227
+ - Don't use bold (700) Waldenburg for headings — weight 300 is non-negotiable
228
+ - Don't use heavy shadows (>0.1 opacity) — the ethereal quality requires whisper-level depth
229
+ - Don't use cool gray borders — the system is warm-tinted throughout
230
+ - Don't skip the inset shadow component — half-pixel inset borders define edges
231
+ - Don't apply negative letter-spacing to body text — Inter uses positive tracking
232
+ - Don't use sharp corners (<8px) on cards — the generous radius is structural
233
+ - Don't introduce brand colors — the palette is intentionally achromatic with warm undertones
234
+ - Don't make buttons opaque and heavy — the warm translucent stone treatment is the signature
235
+
236
+ ## 8. Responsive Behavior
237
+
238
+ ### Breakpoints
239
+ | Name | Width | Key Changes |
240
+ |------|-------|-------------|
241
+ | Mobile | <1024px | Single column, hamburger nav, stacked sections |
242
+ | Desktop | >1024px | Full layout, horizontal nav, multi-column grids |
243
+
244
+ ### Touch Targets
245
+ - Pill buttons with generous padding (12px–20px)
246
+ - Navigation links at 15px with adequate spacing
247
+ - Select dropdowns maintain comfortable sizing
248
+
249
+ ### Collapsing Strategy
250
+ - Navigation: horizontal → hamburger at 1024px
251
+ - Feature grids: multi-column → stacked
252
+ - Hero: maintains centered layout, font scales proportionally
253
+ - Gradient sections: full-width maintained, content stacks
254
+ - Spacing compresses proportionally
255
+
256
+ ### Image Behavior
257
+ - Product screenshots scale responsively
258
+ - Gradient backgrounds simplify on mobile
259
+ - Audio waveform previews maintain aspect ratio
260
+ - Rounded corners maintained across breakpoints
261
+
262
+ ## 9. Agent Prompt Guide
263
+
264
+ ### Quick Color Reference
265
+ - Background: Pure White (`#ffffff`) or Light Gray (`#f5f5f5`)
266
+ - Text: Black (`#000000`)
267
+ - Secondary text: Dark Gray (`#4e4e4e`)
268
+ - Muted text: Warm Gray (`#777169`)
269
+ - Warm surface: Warm Stone (`rgba(245, 242, 239, 0.8)`)
270
+ - Border: `#e5e5e5` or `rgba(0,0,0,0.05)`
271
+
272
+ ### Example Component Prompts
273
+ - "Create a hero on white background. Headline at 48px Waldenburg weight 300, line-height 1.08, letter-spacing -0.96px, black text. Subtitle at 18px Inter weight 400, line-height 1.60, letter-spacing 0.18px, #4e4e4e text. Two pill buttons: black (9999px, 0px 14px padding) and warm stone (rgba(245,242,239,0.8), 30px radius, 12px 20px padding, warm shadow rgba(78,50,23,0.04) 0px 6px 16px)."
274
+ - "Design a card: white background, 20px radius. Shadow: rgba(0,0,0,0.06) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 1px 2px, rgba(0,0,0,0.04) 0px 2px 4px. Title at 32px Waldenburg weight 300, body at 16px Inter weight 400 letter-spacing 0.16px, #4e4e4e."
275
+ - "Build a white pill button: white bg, 9999px radius. Shadow: rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px. Text at 15px Inter weight 500."
276
+ - "Create an uppercase CTA label: 14px WaldenburgFH weight 700, text-transform uppercase, letter-spacing 0.7px."
277
+ - "Design navigation: white sticky header. Inter 15px weight 500. Black pill CTA right-aligned. Border-bottom: rgba(0,0,0,0.05)."
278
+
279
+ ### Iteration Guide
280
+ 1. Start with white — the warm undertone comes from shadows and stone surfaces, not backgrounds
281
+ 2. Waldenburg 300 for headings — never bold, the lightness is the identity
282
+ 3. Multi-layer shadows: always include inset + outline + elevation at sub-0.1 opacity
283
+ 4. Positive letter-spacing on Inter body (+0.14px to +0.18px) — the airy reading quality
284
+ 5. Warm stone CTA is the signature — `rgba(245,242,239,0.8)` with `rgba(78,50,23,0.04)` shadow
285
+ 6. Pill (9999px) for buttons, generous radius (16px–24px) for cards
286
+
287
+ ## 10. Voice & Tone
288
+
289
+ ElevenLabs writes like the audio it generates: **measured, precise, and built for clarity.** Marketing copy is closer to research summary than ad copy — the company describes itself as "an AI research and product company transforming how we interact with technology" (own About page). UI surfaces echo this register: short labels, technical-but-readable, never breathless.
290
+
291
+ | Context | Tone |
292
+ |---|---|
293
+ | CTA / button | Single verb or verb-noun. "Try it now", "Sign up", "Contact sales". Lowercase or sentence-case |
294
+ | Product names | Pascal-case prefix `Eleven`. ElevenAgents, ElevenCreative, ElevenAPI |
295
+ | Onboarding | Technical specifics over emotion. "Generate speech in 32 languages with one model" |
296
+ | Error (model unavailable) | State the cause. "This voice is unavailable in your region. Try a different voice." |
297
+ | Empty (no projects) | Direct invitation. "Create your first project to start generating audio." |
298
+ | Documentation / API | Imperative, code-block-heavy, example-first |
299
+ | Safety / policy | Formal but not legalese |
300
+
301
+ **Voice samples**
302
+ - Marketing CTA: *"Try it now"* <!-- verified: elevenlabs.io homepage hero (2026-05) -->
303
+ - Three-platform tagline: *"ElevenAgents, ElevenCreative, ElevenAPI"* <!-- verified: elevenlabs.io top nav (2026-05) -->
304
+ - Safety statement opener: *"AI safety is inseparable from innovation at ElevenLabs."* <!-- verified: elevenlabs.io About / safety -->
305
+
306
+ **Forbidden phrases.** "Revolutionary", "lifelike". "Unlock the power of...". Apology theatre. Emoji in product chrome.
307
+
308
+ ## 11. Brand Narrative
309
+
310
+ ElevenLabs was founded **2022** by **Mati Staniszewski (CEO)** and **Piotr Dąbkowski (CTO)** — both Polish, **best friends since the Copernicus International Baccalaureate program in Warsaw** ([ElevenLabs — Wikipedia](https://en.wikipedia.org/wiki/ElevenLabs)). Staniszewski studied **mathematics at Imperial College London**, then **Opera Software → BlackRock (Aladdin Wealth) → Palantir** as Deployment Strategist. Dąbkowski studied **engineering at Oxford → MPhil Cambridge (2017, NeurIPS-published thesis on AI image detection)**, then **Google ML engineer → Tessian**. The founding observation was that text-to-speech in 2022 still sounded robotic on every consumer surface — both founders, growing up dubbing English-language films into Polish, knew firsthand that machine voiceover was a bottleneck for global content. Funding trajectory: **$2M pre-seed (Jan 2023)** → **$19M Series A (Jun 2023)** at **$100M** → **$80M Series B (Jan 22 2024)** at **$1.1B unicorn** → **$180M Series C (Jan 30 2025)** at **$3.3B** co-led **a16z + ICONIQ Growth** with NEA/WiL/Valor/Endeavor Catalyst/Lunate → **$500M (Feb 4 2026)** at **$11B** co-led **a16z + Nat Friedman + Daniel Gross** ahead of potential IPO ([CNBC — VC bet on ElevenLabs](https://www.cnbc.com/2025/10/25/vc-bet-on-3-billion-ai-firm-elevenlabs-after-one-meeting-with-founder.html), [Yahoo Finance — Staniszewski $200M+ revenue](https://finance.yahoo.com/news/elevenlabs-ceo-mati-staniszewski-reveals-134611632.html)). $500M+ ARR reported 2025.
311
+
312
+ The brand voice — clinical-precise, research-first, three-platform vocabulary (`Eleven` + Agents/Creative/API) — reflects the founders' technical orientation. Public communication stays close to research output: model card releases, latency benchmarks, voice cloning safety policies. Founder interviews consistently emphasize **dual-use awareness**: voice cloning is dangerous if misused, and the company has built multi-layered abuse detection from day one — *"AI safety is inseparable from innovation at ElevenLabs"* is verbatim from their About page.
313
+
314
+ What ElevenLabs refuses: hyperbolic adjectives about voice realism (the demo speaks for itself), celebrity voice cloning without explicit consent, generic emotion-coded marketing imagery (their visuals stay tech-product, not lifestyle).
315
+
316
+ ## 12. Principles
317
+
318
+ 1. **The model output is the marketing.** Audio demos beat any descriptive copy. *UI implication:* hero modules contain a real audio sample that plays on hover/tap.
319
+ 2. **Three-platform vocabulary, one identity.** `Eleven` prefix on every product. *UI implication:* product nav uses literal `ElevenAgents`/`ElevenCreative`/`ElevenAPI` strings.
320
+ 3. **Safety as feature, not disclaimer.** Voice-clone consent flow surfaced as product capability. *UI implication:* safety controls have first-class menu placement.
321
+ 4. **Warm stone, not cold black.** Palette uses warm beige tones to signal "human-feeling AI." *UI implication:* default canvas warm off-white; pure white reserved for content-detail surfaces.
322
+ 5. **Inter with positive letter-spacing.** Body text +0.14–0.18px tracking creates airy reading rhythm. *UI implication:* don't tighten Inter at body sizes.
323
+
324
+ ## 13. Personas
325
+
326
+ *Personas are fictional archetypes informed by publicly described ElevenLabs user segments (developers, content creators, accessibility advocates, enterprise customers), not individual people.*
327
+
328
+ **Sasha Volkov, 32, Berlin.** Senior engineer at a podcast tooling startup. Integrates the ElevenAPI for studio-quality voiceover generation. Reads the model release notes the same week they ship.
329
+
330
+ **Adaeze Okafor, 28, Lagos.** Independent YouTuber dubbing English videos into Yoruba and Igbo with ElevenCreative. The 32-language coverage and voice cloning consent flow are why she's on the platform — competing services don't support West African languages.
331
+
332
+ **Dr. Yuki Sato, 45, Tokyo.** Accessibility researcher using ElevenLabs through The ElevenLabs Impact program (free licenses for accessibility needs). Builds reading-aid software for visually impaired Japanese readers.
333
+
334
+ ## 14. States
335
+
336
+ | State | Treatment |
337
+ |---|---|
338
+ | **Empty (no generated audio)** | Centered Inter 24px text "Generate your first audio" + warm-stone Primary CTA pill |
339
+ | **Empty (no projects)** | "Create a project to get started." 16px copy, single CTA, optional secondary "Browse templates" |
340
+ | **Loading (audio generating)** | Linear progress with elapsed time + ETA. Pause/cancel button always visible. Long jobs show waveform animation |
341
+ | **Loading (model loading)** | Skeleton player UI + "Loading voice model" copy with explicit wait expectation |
342
+ | **Error (generation failed)** | Inline below input. "Couldn't generate audio. <reason>." Retry button + Documentation link |
343
+ | **Error (rate limit)** | "You've reached your daily limit (100 credits). Upgrade or wait until tomorrow." |
344
+ | **Success (audio generated)** | Inline player appears below input. Auto-plays once if "Auto-preview" enabled. Download / Share / Copy-link visible |
345
+ | **Success (voice cloned)** | Confirmation + safety reminder. "Voice cloned. Remember to only use voices you have permission to clone." |
346
+ | **Skeleton** | Warm-stone `rgba(245,242,239,0.4)` blocks at exact dimensions. No shimmer |
347
+ | **Disabled** | 0.4 opacity. Disabled CTAs explain why on hover ("Add credits to enable") |
348
+ | **Loading (batch generation)** | Persistent progress notification, per-file status. Navigation continues |
349
+
350
+ ## 15. Motion & Easing
351
+
352
+ **Durations**:
353
+
354
+ | Token | Value | Use |
355
+ |---|---|---|
356
+ | `motion-instant` | 0ms | Selection commits |
357
+ | `motion-fast` | 150ms | Hover, button feedback |
358
+ | `motion-standard` | 250ms | Modal, dropdown |
359
+ | `motion-audio` | continuous | Waveform during generation |
360
+
361
+ **Easings**: `ease-enter cubic-bezier(0.2, 0.6, 0.25, 1)` for modals, `ease-exit cubic-bezier(0.4, 0.0, 1, 1)` for dismiss, no bounce.
362
+
363
+ **Motion rules.**
364
+ 1. Audio waveform is THE signature motion — stylized model activity, not random animation
365
+ 2. No bounce, no overshoot — register is precise
366
+ 3. Hover transitions 150ms (faster than DS standard) — keyboard-driven research-tool feel
367
+ 4. `prefers-reduced-motion: reduce` removes waveform (→ progress bar), removes hover scale, keeps focus transitions
368
+
369
+ ---
370
+
371
+ **Verified:** 2026-05-08 (omd:migrate run 22 — Apple-tier)
372
+ **Tier 1 sources (§4):** elevenlabs.io home + /pricing (live DOM via playwright — Primary `#000000` 9999px three-tier {hero 48px / mid 40px / header 28px} 0×{20/16/12} / 14-16px·400; Inverse `#ffffff` 9999px same geometry)
373
+ **Tier 2 sources (§4):** styles.refero.design — no specific ElevenLabs style match. getdesign.md/elevenlabs — directory only.
374
+ **Tier 2 (Founders/Funding):** Wikipedia (ElevenLabs), CNBC (2025-10 a16z bet), Yahoo Finance (Staniszewski $200M+ revenue + $11B Feb 2026), Endeavor Catalyst.
375
+ **Style ref:** `claude` (research-tech precision tone)
376
+ **Conflicts unresolved:** none.