oh-my-design-cli 1.8.6 → 1.9.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 (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -8,52 +8,87 @@ primary_color: "#000000"
8
8
  logo:
9
9
  type: simpleicons
10
10
  slug: elevenlabs
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: ElevenLabs Brand
15
15
  url: "https://elevenlabs.io/brand"
16
16
  type: brand
17
- description: ElevenLabs brand guidelines covering logo, symbol, and product sub-brands.
17
+ description: Official logo, symbol, naming, and platform-brand guidance.
18
18
  og_image: "https://elevenlabs.io/cover.png"
19
+ verification_v2:
20
+ schema: 2
21
+ checked: "2026-07-13"
22
+ surfaces:
23
+ - { id: home, kind: marketing, url: "https://elevenlabs.io/", inspected: "2026-07-12" }
24
+ - { id: customer-story, kind: editorial, url: "https://elevenlabs.io/blog/clay-scales-content-production-and-agility-with-elevencreative", inspected: "2026-07-12" }
25
+ - { id: pricing, kind: marketing-pricing, url: "https://elevenlabs.io/pricing", inspected: "2026-07-12" }
26
+ sources:
27
+ - { id: public-capture, kind: product-surface, url: "https://elevenlabs.io/", captured: "2026-07-12" }
28
+ - { id: official-about, kind: official-doc, url: "https://elevenlabs.io/about", captured: "2026-07-13" }
29
+ - { id: official-brand, kind: brand-asset, url: "https://elevenlabs.io/brand", captured: "2026-07-13" }
30
+ - { id: official-docs, kind: official-doc, url: "https://elevenlabs.io/docs/overview/intro", captured: "2026-07-13" }
31
+ - { id: official-safety, kind: official-doc, url: "https://elevenlabs.io/safety", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.canvas": &public { surface_id: home, source_id: public-capture, method: live-inspect, captured: "2026-07-12" }
35
+ "tokens.colors.surface": *public
36
+ "tokens.colors.foreground": *public
37
+ "tokens.colors.muted": *public
38
+ "tokens.colors.hairline": *public
39
+ "tokens.colors.primary": *public
40
+ "tokens.colors.on-primary": *public
41
+ "tokens.typography.family.ui": *public
42
+ "tokens.typography.family.display": *public
43
+ "tokens.typography.display.size": *public
44
+ "tokens.typography.display.weight": *public
45
+ "tokens.typography.display.lineHeight": *public
46
+ "tokens.typography.display.use": *public
47
+ "tokens.typography.body.size": *public
48
+ "tokens.typography.body.weight": *public
49
+ "tokens.typography.body.lineHeight": *public
50
+ "tokens.typography.body.use": *public
51
+ "tokens.typography.control.size": *public
52
+ "tokens.typography.control.weight": *public
53
+ "tokens.typography.control.lineHeight": *public
54
+ "tokens.typography.control.use": *public
55
+ "tokens.spacing.xs": *public
56
+ "tokens.spacing.sm": *public
57
+ "tokens.spacing.md": *public
58
+ "tokens.spacing.lg": *public
59
+ "tokens.spacing.xl": *public
60
+ "tokens.spacing.xxl": *public
61
+ "tokens.rounded.sm": *public
62
+ "tokens.rounded.md": *public
63
+ "tokens.rounded.lg": *public
64
+ "tokens.rounded.full": *public
65
+ "tokens.components.public-selected-tab.type": *public
66
+ "tokens.components.public-selected-tab.radius": *public
67
+ "tokens.components.public-selected-tab.padding": *public
68
+ "tokens.components.public-selected-tab.font": *public
69
+ "tokens.components.public-selected-tab.states": *public
70
+ "tokens.components.public-selected-tab.use": *public
19
71
  tokens:
20
- source: prose-derived
21
- extracted: "2026-06-09"
72
+ source: reconciled
73
+ extracted: "2026-07-13"
74
+ note: "Selector-backed values come only from supplied public marketing, editorial, and pricing captures. Official brand, documentation, policy, authenticated-product, and declared-font evidence remain separate."
22
75
  colors:
23
76
  canvas: "#ffffff"
24
- surface: "#f5f5f5"
25
- stone: "#f5f2ef"
26
- black: "#000000"
27
- secondary: "#4e4e4e"
77
+ surface: "#f5f3f1"
78
+ foreground: "#000000"
28
79
  muted: "#777169"
29
- near-white: "#f6f6f6"
30
- grid-cyan: "#7fffff"
31
- border: "#e5e5e5"
80
+ hairline: "#e5e5e5"
81
+ primary: "#000000"
82
+ on-primary: "#ffffff"
32
83
  typography:
33
- family: { sans: "Inter", mono: "Geist Mono" }
34
- display-hero: { size: 48, weight: 300, lineHeight: 1.08, tracking: -0.96, use: "Whisper-thin ethereal hero (Waldenburg)" }
35
- section: { size: 36, weight: 300, lineHeight: 1.17, use: "Light display section heading (Waldenburg)" }
36
- card-heading: { size: 32, weight: 300, lineHeight: 1.13, use: "Light card titles (Waldenburg)" }
37
- body-lg: { size: 20, weight: 400, lineHeight: 1.35, use: "Introductions (Inter)" }
38
- body: { size: 18, weight: 400, lineHeight: 1.50, tracking: 0.18, use: "Standard reading text (Inter)" }
39
- body-std: { size: 16, weight: 400, lineHeight: 1.50, tracking: 0.16, use: "UI text (Inter)" }
40
- nav: { size: 15, weight: 500, lineHeight: 1.47, tracking: 0.15, use: "Navigation links / button (Inter)" }
41
- button-upper: { size: 14, weight: 700, lineHeight: 1.10, tracking: 0.7, use: "Bold uppercase CTA (WaldenburgFH)" }
42
- caption: { size: 14, weight: 400, lineHeight: 1.43, tracking: 0.14, use: "Metadata (Inter)" }
43
- code: { size: 13, weight: 400, lineHeight: 1.85, use: "Code blocks (Geist Mono)" }
44
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 24, xxl: 32, section: 40 }
45
- rounded: { sm: 4, md: 12, lg: 24, full: 9999 }
46
- shadow:
47
- outline: "rgba(0,0,0,0.06) 0px 0px 0px 1px"
48
- soft: "rgba(0,0,0,0.04) 0px 4px 4px"
49
- card: "rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px"
50
- warm: "rgba(78,50,23,0.04) 0px 6px 16px"
84
+ family: { ui: "Inter", display: "Waldenburg" }
85
+ display: { size: 48, weight: 300, lineHeight: 1.08, use: "Waldenburg h1 on captured public marketing home" }
86
+ body: { size: 18, weight: 400, lineHeight: 1.60, use: "Inter repeated body/list text on captured public routes" }
87
+ control: { size: 15, weight: 400, lineHeight: 1.00, use: "Inter public primary-action sample" }
88
+ spacing: { xs: 4, sm: 6, md: 8, lg: 12, xl: 16, xxl: 20 }
89
+ rounded: { sm: 4, md: 12, lg: 16, full: 9999 }
51
90
  components:
52
- button-primary: { type: button, bg: "#000000", fg: "#ffffff", radius: 9999, padding: "0px 14px", use: "Primary black pill CTA" }
53
- button-white: { type: button, bg: "#ffffff", fg: "#000000", radius: 9999, use: "Secondary white pill, shadow-bordered" }
54
- button-stone: { type: button, bg: "#f5f2ef", fg: "#000000", radius: 30, padding: "12px 20px 12px 14px", use: "Signature warm stone CTA" }
55
- button-upper: { type: button, fg: "#000000", font: "14px/700 WaldenburgFH uppercase", use: "Bold uppercase CTA label" }
56
- card: { type: card, bg: "#ffffff", radius: 24, use: "Standard card, 1px #e5e5e5 border or shadow-as-border" }
91
+ public-selected-tab: { type: tab, radius: 14, padding: "0px 21px 0px 20px", font: "18px/400 Inter", states: "selected via aria-selected=true; no measured visual delta", use: "One public-home selected tab; not a product-wide component contract" }
57
92
  components_harvested: true
58
93
  ---
59
94
 
@@ -61,355 +96,182 @@ tokens:
61
96
 
62
97
  ## 1. Visual Theme & Atmosphere
63
98
 
64
- 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.
99
+ ElevenLabs is an AI research and product company that began with human-like voice technology and now describes three distinct offerings: ElevenAgents for customer-facing voice and chat agents, ElevenCreative for creator and marketing workflows, and ElevenAPI for developers. Its official brand system keeps the parent identity spare—black, white, the two-bar “11” pause-like symbol, and disciplined naming—while giving each platform a separate graphic and color approach. The supplied public capture of the marketing home, a customer story, and pricing reinforces that distinction: black-and-white actions, warm near-neutrals, low-contrast borders, Inter for the repeated reading rhythm, and light Waldenburg display moments. These are public communication surfaces, not evidence of the authenticated product interface or documentation chrome. [About](https://elevenlabs.io/about) · [Brand guidelines](https://elevenlabs.io/brand)
65
100
 
66
- 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.
101
+ **Key characteristics:**
102
+ - Parent-brand public chrome is neutral: `#000000`, `#ffffff`, `#f5f3f1`, and `#e5e5e5` are selector-backed observations.
103
+ - The official “11” symbol abstracts eleven and references a pause icon; its clear-space and naming rules belong to brand use, not a UI component library.
104
+ - Inter is the repeated live UI/body family; light-weight Waldenburg is a live public display family.
105
+ - ElevenAgents, ElevenCreative, and ElevenAPI have official platform-specific identities and must not be reduced to one parent-product palette.
67
106
 
68
- 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.
107
+ ## 2. Color Palette & Roles
69
108
 
70
- **Key Characteristics:**
71
- - Near-white canvas with warm undertones (`#f5f5f5`, `#f5f2ef`)
72
- - Waldenburg weight 300 (light) for display ethereal, whisper-thin headings
73
- - Inter with positive letter-spacing (0.14–0.18px) for body airy readability
74
- - Multi-layered shadow stacks at sub-0.1 opacity — surfaces barely exist
75
- - Pill buttons (9999px) with warm stone-tinted backgrounds
76
- - WaldenburgFH bold uppercase for specific CTA labels
77
- - Warm shadow tints: `rgba(78, 50, 23, 0.04)` — shadows have color, not just darkness
78
- - Geist Mono / ui-monospace for code snippets
109
+ ### Selector-backed public surfaces
110
+ - **Canvas / inverse action** (`#ffffff`): observed page and public inverse-action background.
111
+ - **Primary public action / foreground** (`#000000`): observed black public action and primary text.
112
+ - **Warm public surface** (`#f5f3f1`): observed on a pill-shaped home control only; not a global canvas claim.
113
+ - **Muted text** (`#777169`): repeated public-route muted text.
114
+ - **Hairline** (`#e5e5e5`): repeated computed border color across the captured routes.
115
+ - **On primary** (`#ffffff`): observed text on the black public action.
79
116
 
80
- ## 2. Color Palette & Roles
117
+ ### Official platform-brand boundary
81
118
 
82
- ### Primary
83
- - **Pure White** (`#ffffff`): Primary background, card surfaces, button backgrounds
84
- - **Light Gray** (`#f5f5f5`): Secondary surface, subtle section differentiation
85
- - **Warm Stone** (`#f5f2ef`): Button background (at 80% opacity) — the warm signature
86
- - **Black** (`#000000`): Primary text, headings, dark buttons
87
-
88
- ### Neutral Scale
89
- - **Dark Gray** (`#4e4e4e`): Secondary text, descriptions
90
- - **Warm Gray** (`#777169`): Tertiary text, muted links, decorative underlines
91
- - **Near White** (`#f6f6f6`): Alternate light surface
92
-
93
- ### Interactive
94
- - **Grid Cyan** (`#7fffff`): `--grid-column-bg`, at 25% opacity — decorative grid overlay
95
- - **Ring Blue** (`rgb(147 197 253 / 0.5)`): `--tw-ring-color`, focus ring
96
- - **Border Light** (`#e5e5e5`): Explicit borders
97
- - **Border Subtle** (`rgba(0, 0, 0, 0.05)`): Ultra-subtle bottom borders
98
-
99
- ### Shadows
100
- - **Inset Border** (`rgba(0,0,0,0.075) 0px 0px 0px 0.5px inset`): Internal edge definition
101
- - **Inset Dark** (`rgba(0,0,0,0.1) 0px 0px 0px 0.5px inset`): Stronger inset variant
102
- - **Outline Ring** (`rgba(0,0,0,0.06) 0px 0px 0px 1px`): Shadow-as-border
103
- - **Soft Elevation** (`rgba(0,0,0,0.04) 0px 4px 4px`): Gentle lift
104
- - **Card Shadow** (`rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px`): Button/card elevation
105
- - **Warm Shadow** (`rgba(78,50,23,0.04) 0px 6px 16px`): Warm-tinted button shadow
106
- - **Edge Shadow** (`rgba(0,0,0,0.08) 0px 0px 0px 0.5px`): Subtle edge definition
107
- - **Inset Ring** (`rgba(0,0,0,0.1) 0px 0px 0px 1px inset`): Strong inset border
119
+ The official brand page assigns blue to ElevenAgents, orange to ElevenCreative, and a monochrome approach to ElevenAPI. It does not provide selector-backed CSS values in this packet, so no platform hue is promoted into the parent token set. The supplied capture is public marketing/editorial/pricing evidence only; it does not establish an authenticated dashboard palette.
108
120
 
109
121
  ## 3. Typography Rules
110
122
 
111
- ### Font Families
112
- - **Display**: `Waldenburg`, fallback: `Waldenburg Fallback`
113
- - **Display Bold**: `WaldenburgFH`, fallback: `WaldenburgFH Fallback`
114
- - **Body / UI**: `Inter`, fallback: `Inter Fallback`
115
- - **Monospace**: `Geist Mono` or `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas`
116
-
117
- ### Hierarchy
118
-
119
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
120
- |------|------|------|--------|-------------|----------------|-------|
121
- | Display Hero | Waldenburg | 48px (3.00rem) | 300 | 1.08 (tight) | -0.96px | Whisper-thin, ethereal |
122
- | Section Heading | Waldenburg | 36px (2.25rem) | 300 | 1.17 (tight) | normal | Light display |
123
- | Card Heading | Waldenburg | 32px (2.00rem) | 300 | 1.13 (tight) | normal | Light card titles |
124
- | Body Large | Inter | 20px (1.25rem) | 400 | 1.35 | normal | Introductions |
125
- | Body | Inter | 18px (1.13rem) | 400 | 1.44–1.60 | 0.18px | Standard reading text |
126
- | Body Standard | Inter | 16px (1.00rem) | 400 | 1.50 | 0.16px | UI text |
127
- | Body Medium | Inter | 16px (1.00rem) | 500 | 1.50 | 0.16px | Emphasized body |
128
- | Nav / UI | Inter | 15px (0.94rem) | 500 | 1.33–1.47 | 0.15px | Navigation links |
129
- | Button | Inter | 15px (0.94rem) | 500 | 1.47 | normal | Button labels |
130
- | Button Uppercase | WaldenburgFH | 14px (0.88rem) | 700 | 1.10 (tight) | 0.7px | `text-transform: uppercase` |
131
- | Caption | Inter | 14px (0.88rem) | 400–500 | 1.43–1.50 | 0.14px | Metadata |
132
- | Small | Inter | 13px (0.81rem) | 500 | 1.38 | normal | Tags, badges |
133
- | Code | Geist Mono | 13px (0.81rem) | 400 | 1.85 (relaxed) | normal | Code blocks |
134
- | Micro | Inter | 12px (0.75rem) | 500 | 1.33 | normal | Tiny labels |
135
- | Tiny | Inter | 10px (0.63rem) | 400 | 1.60 (relaxed) | normal | Fine print |
136
-
137
- ### Principles
138
- - **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.
139
- - **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).
140
- - **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.
141
- - **Monospace as ambient**: Geist Mono at relaxed line-height (1.85) for code blocks feels unhurried and readable.
123
+ ### Evidence classes
124
+
125
+ | Evidence class | Family and boundary |
126
+ |---|---|
127
+ | Live computed surface-use | **Inter** is loaded/high with 879 observed uses across the supplied public routes, with CDN source URLs. **Waldenburg** is loaded/high with 22 observed uses and three ElevenLabs CDN font files; observed samples include a 48px/300 home h1 and 36px/300 headings. |
128
+ | Official product-use | No official source in this packet names a product UI font family. The official documentation establishes the separate developer-doc domain but was not raw-style inspected. |
129
+ | Official distributed brand asset | The official brand page distributes logo and symbol assets, not a font package or font license. It supports brand-mark use only. |
130
+ | Declared-only | **Geist Mono**, **WaldenburgFH**, **Waldenburg-ML**, and listed fallback families have declared/source evidence in the capture but no visible loaded use. They are not UI-family tokens or specimen claims. |
131
+ | System / unresolved | No system fallback is substituted for an identified family; no font-license claim is made where an official font-license source was not found. |
132
+
133
+ ### Selector-backed hierarchy
134
+
135
+ | Role | Family | Size | Weight | Line height | Use |
136
+ |---|---|---:|---:|---:|---|
137
+ | Public display | Waldenburg | 48px | 300 | 1.08 | Captured home h1 |
138
+ | Public section heading | Waldenburg | 36px | 300 | 1.17 | Captured public h2 |
139
+ | Repeated reading text | Inter | 18px | 400 | 1.60 | Captured list/body text |
140
+ | Public action sample | Inter | 15px | 400 | 1.00 | One black home action |
142
141
 
143
142
  ## 4. Component Stylings
144
143
 
145
- ### Buttons
144
+ ### Public actions
146
145
 
147
- **Primary Black Pill**
146
+ **Black public action**
148
147
  - Background: `#000000`
149
148
  - Text: `#ffffff`
149
+ - Radius: 9999px
150
150
  - Padding: 0px 14px
151
- - Radius: 9999px (full pill)
152
- - Use: Primary CTA
151
+ - Font: 15px / 400 / Inter
152
+ - Use: One public-home action at `home::[data-omd-capture="63"]`; do not generalize to an authenticated product button.
153
153
 
154
- **White Pill (Shadow-bordered)**
154
+ **White public action**
155
155
  - Background: `#ffffff`
156
156
  - Text: `#000000`
157
157
  - Radius: 9999px
158
- - Shadow: `rgba(0,0,0,0.4) 0px 0px 1px, rgba(0,0,0,0.04) 0px 4px 4px`
159
- - Use: Secondary CTA on white
158
+ - Shadow: `rgba(0, 0, 0, 0.4) 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 1px 1px, rgba(0, 0, 0, 0.04) 0px 2px 4px`
159
+ - Use: Repeated public-route action at `home::[data-omd-capture="97"]`; capture does not establish its semantic variant name.
160
160
 
161
- **Warm Stone Pill**
162
- - Background: `rgba(245, 242, 239, 0.8)` (warm translucent)
161
+ **Warm public pill**
162
+ - Background: `#f5f3f1`
163
163
  - Text: `#000000`
164
- - Padding: 12px 20px 12px 14px (asymmetric)
165
- - Radius: 30px
166
- - Shadow: `rgba(78, 50, 23, 0.04) 0px 6px 16px` (warm-tinted)
167
- - Use: Featured CTA, hero action — the signature warm button
168
-
169
- **Uppercase Waldenburg Button**
170
- - Font: WaldenburgFH 14px weight 700
171
- - Text-transform: uppercase
172
- - Letter-spacing: 0.7px
173
- - Use: Specific bold CTA labels
174
-
175
- ### Cards & Containers
164
+ - Radius: 9999px
165
+ - Padding: 0px 16px
166
+ - Font: 15px / 400 / Inter
167
+ - Use: Home-only public control at `home::[data-omd-capture="32"]`.
168
+
169
+ ### Public content and navigation
170
+
171
+ **Editorial card**
176
172
  - Background: `#ffffff`
177
- - Border: `1px solid #e5e5e5` or shadow-as-border
178
- - Radius: 16px–24px
179
- - Shadow: multi-layer stack (inset + outline + elevation)
180
- - Content: product screenshots, code examples, audio waveform previews
181
-
182
- ### Inputs & Forms
183
- - Textarea: padding 12px 20px, transparent text at default
184
- - Select: white background, standard styling
185
- - Radio: standard with tw-ring focus
186
- - Focus: `var(--tw-ring-offset-shadow)` ring system
187
-
188
- ### Navigation
189
- - Clean white sticky header
190
- - Inter 15px weight 500 for nav links
191
- - Pill CTAs right-aligned (black primary, white secondary)
192
- - Mobile: hamburger collapse at 1024px
193
-
194
- ### Image Treatment
195
- - Product screenshots and audio waveform visualizations
196
- - Warm gradient backgrounds in feature sections
197
- - 20px–24px radius on image containers
198
- - Full-width sections alternating white and light gray
199
-
200
- ### Distinctive Components
201
-
202
- **Audio Waveform Sections**
203
- - Colorful gradient backgrounds showcasing voice AI capabilities
204
- - Warm amber, blue, and green gradients behind product demos
205
- - Screenshots of the ElevenLabs product interface
206
-
207
- **Warm Stone CTA Block**
208
- - `rgba(245,242,239,0.8)` background with warm shadow
209
- - Asymmetric padding (more right padding)
210
- - Creates a physical, tactile quality unique to ElevenLabs
173
+ - Radius: 16px
174
+ - Shadow: `rgba(0, 0, 0, 0.4) 0px 0px 1.143px, rgba(0, 0, 0, 0.04) 0px 2px 4px`
175
+ - Use: Public-home article capture; it is not a general dashboard-card contract.
176
+
177
+ **Listbox trigger**
178
+ - Radius: 12px
179
+ - Padding: 0px 8px 0px 12px
180
+ - Font: 15px / 500 / Inter
181
+ - Use: Public-home button with `aria-haspopup="listbox"` at `home::[data-omd-capture="59"]`.
182
+
183
+ **Selected public tab**
184
+ - Radius: 14px
185
+ - Padding: 0px 21px 0px 20px
186
+ - Use: Selected `role="tab"` capture at `home::[data-omd-capture="12"]`. No selected-color change, hover, focus, or pressed style was observed.
187
+
188
+ The supplied artifact records zero interaction expansions. Its disabled buttons and `aria-selected` tabs are structural observations only; unmeasured state styling and unobserved menu/dialog variants are intentionally omitted.
211
189
 
212
190
  ## 5. Layout Principles
213
191
 
214
- ### Spacing System
215
- - Base unit: 8px
216
- - Scale: 1px, 3px, 4px, 8px, 9px, 10px, 11px, 12px, 16px, 18px, 20px, 24px, 28px, 32px, 40px
217
-
218
- ### Grid & Container
219
- - Centered content with generous max-width
220
- - Single-column hero, expanding to feature grids
221
- - Full-width gradient sections for product showcases
222
- - White card grids on light gray backgrounds
223
-
224
- ### Whitespace Philosophy
225
- - **Apple-like generosity**: Massive vertical spacing between sections creates a premium, unhurried pace. Each section is an exhibit.
226
- - **Warm emptiness**: The whitespace isn't cold — the warm stone undertones and warm shadows give empty space a tactile, physical quality.
227
- - **Typography-led rhythm**: The light-weight Waldenburg headings create visual "whispers" that draw the eye through vast white space.
228
-
229
- ### Border Radius Scale
230
- - Minimal (2px): Small links, inline elements
231
- - Subtle (4px): Nav items, tab panels, tags
232
- - Standard (8px): Small containers
233
- - Comfortable (10px–12px): Medium cards, dropdowns
234
- - Card (16px): Standard cards, articles
235
- - Large (18px–20px): Featured cards, code panels
236
- - Section (24px): Large panels, section containers
237
- - Warm Button (30px): Warm stone CTA
238
- - Pill (9999px): Primary buttons, navigation pills
192
+ The supplied desktop public routes repeat compact 4px text-control corners alongside 12px/16px containers and full-pill actions. Their spacing observations include 4, 6, 8, 12, 16, and 20px values. Those values support a restrained public rhythm but do not prove a universal spacing scale or a product-layout grid. Official platform art direction—spheres for Agents and Chladni-pattern variations for Creative/API—belongs to platform-brand materials rather than to this parent marketing token set.
239
193
 
240
194
  ## 6. Depth & Elevation
241
195
 
242
- | Level | Treatment | Use |
243
- |-------|-----------|-----|
244
- | Flat (Level 0) | No shadow | Page background, text blocks |
245
- | 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 |
246
- | 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 |
247
- | 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 |
248
- | Warm Lift (Level 3) | `rgba(78,50,23,0.04) 0px 6px 16px` | Featured CTAs — warm-tinted |
249
- | Focus (Accessibility) | `var(--tw-ring-offset-shadow)` blue ring | Keyboard focus |
250
-
251
- **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.
196
+ Only two selector-backed public depth treatments are retained: the white public action’s dark 1px-like edge plus low-alpha 1px/2px lift, and the home editorial card’s `0px 2px 4px` low-alpha shadow. The capture has no evidence for a universal shadow ladder, modal elevation, or authenticated-product layers.
252
197
 
253
198
  ## 7. Do's and Don'ts
254
199
 
255
200
  ### Do
256
- - Use Waldenburg weight 300 for all display headings the lightness IS the brand
257
- - Apply multi-layer shadows (inset + outline + elevation) at sub-0.1 opacity
258
- - Use warm stone tints (`#f5f2ef`, `rgba(245,242,239,0.8)`) for featured elements
259
- - Apply positive letter-spacing (+0.14px to +0.18px) on Inter body text
260
- - Use 9999px radius for primary buttons — pill shape is standard
261
- - Use warm-tinted shadows (`rgba(78,50,23,0.04)`) on featured CTAs
262
- - Keep the page predominantly white with subtle gray section differentiation
263
- - Use WaldenburgFH bold uppercase ONLY for specific CTA button labels
201
+ - Use the black/white action pairing only where the public-surface context calls for it.
202
+ - Keep live Inter reading/UI and light Waldenburg display roles distinct.
203
+ - Preserve official platform names exactly: `ElevenAgents`, `ElevenCreative`, and `ElevenAPI`.
204
+ - Treat Agents blue, Creative orange, and API monochrome as platform-brand direction until route-local UI values are observed.
264
205
 
265
206
  ### Don't
266
- - Don't use bold (700) Waldenburg for headings weight 300 is non-negotiable
267
- - Don't use heavy shadows (>0.1 opacity) the ethereal quality requires whisper-level depth
268
- - Don't use cool gray borders the system is warm-tinted throughout
269
- - Don't skip the inset shadow component half-pixel inset borders define edges
270
- - Don't apply negative letter-spacing to body text — Inter uses positive tracking
271
- - Don't use sharp corners (<8px) on cards — the generous radius is structural
272
- - Don't introduce brand colors — the palette is intentionally achromatic with warm undertones
273
- - Don't make buttons opaque and heavy — the warm translucent stone treatment is the signature
207
+ - Dont apply parent marketing neutrals as an asserted authenticated-product palette.
208
+ - Dont substitute a system or fallback face for declared-only Geist Mono or WaldenburgFH.
209
+ - Dont invent hover, focus, expanded-menu, or pressed visual variants from structural ARIA/state observations.
210
+ - Dont alter the official “11” symbol, its construction, or the prescribed platform names.
274
211
 
275
212
  ## 8. Responsive Behavior
276
213
 
277
- ### Breakpoints
278
- | Name | Width | Key Changes |
279
- |------|-------|-------------|
280
- | Mobile | <1024px | Single column, hamburger nav, stacked sections |
281
- | Desktop | >1024px | Full layout, horizontal nav, multi-column grids |
282
-
283
- ### Touch Targets
284
- - Pill buttons with generous padding (12px–20px)
285
- - Navigation links at 15px with adequate spacing
286
- - Select dropdowns maintain comfortable sizing
287
-
288
- ### Collapsing Strategy
289
- - Navigation: horizontal → hamburger at 1024px
290
- - Feature grids: multi-column → stacked
291
- - Hero: maintains centered layout, font scales proportionally
292
- - Gradient sections: full-width maintained, content stacks
293
- - Spacing compresses proportionally
294
-
295
- ### Image Behavior
296
- - Product screenshots scale responsively
297
- - Gradient backgrounds simplify on mobile
298
- - Audio waveform previews maintain aspect ratio
299
- - Rounded corners maintained across breakpoints
214
+ No mobile viewport or breakpoint behavior is present in the supplied evidence. Preserve the observed public components’ content semantics when adapting a layout, but do not claim a specific collapse threshold, mobile navigation pattern, or touch-target size without new route-specific evidence.
300
215
 
301
216
  ## 9. Agent Prompt Guide
302
217
 
303
- ### Quick Color Reference
304
- - Background: Pure White (`#ffffff`) or Light Gray (`#f5f5f5`)
305
- - Text: Black (`#000000`)
306
- - Secondary text: Dark Gray (`#4e4e4e`)
307
- - Muted text: Warm Gray (`#777169`)
308
- - Warm surface: Warm Stone (`rgba(245, 242, 239, 0.8)`)
309
- - Border: `#e5e5e5` or `rgba(0,0,0,0.05)`
310
-
311
- ### Example Component Prompts
312
- - "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)."
313
- - "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."
314
- - "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."
315
- - "Create an uppercase CTA label: 14px WaldenburgFH weight 700, text-transform uppercase, letter-spacing 0.7px."
316
- - "Design navigation: white sticky header. Inter 15px weight 500. Black pill CTA right-aligned. Border-bottom: rgba(0,0,0,0.05)."
317
-
318
- ### Iteration Guide
319
- 1. Start with white — the warm undertone comes from shadows and stone surfaces, not backgrounds
320
- 2. Waldenburg 300 for headings — never bold, the lightness is the identity
321
- 3. Multi-layer shadows: always include inset + outline + elevation at sub-0.1 opacity
322
- 4. Positive letter-spacing on Inter body (+0.14px to +0.18px) — the airy reading quality
323
- 5. Warm stone CTA is the signature — `rgba(245,242,239,0.8)` with `rgba(78,50,23,0.04)` shadow
324
- 6. Pill (9999px) for buttons, generous radius (16px–24px) for cards
218
+ ### Quick public-surface reference
219
+ - Canvas: `#ffffff`
220
+ - Foreground / black action: `#000000`
221
+ - Warm pill: `#f5f3f1`
222
+ - Muted text: `#777169`
223
+ - Hairline: `#e5e5e5`
224
+ - Display: Waldenburg 48px/300 on one public-home h1
225
+ - Reading text: Inter 18px/400/1.60
325
226
 
326
- ## 10. Voice & Tone
227
+ ### Safe prompt boundary
327
228
 
328
- 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.
229
+ “Create a public marketing action using the observed black `#000000` fill, white text, 9999px radius, 0px 14px padding, and 15px/400 Inter label. Keep it scoped to a parent-brand marketing context; do not present it as a measured ElevenLabs dashboard component.”
329
230
 
330
- | Context | Tone |
331
- |---|---|
332
- | CTA / button | Single verb or verb-noun. "Try it now", "Sign up", "Contact sales". Lowercase or sentence-case |
333
- | Product names | Pascal-case prefix `Eleven`. ElevenAgents, ElevenCreative, ElevenAPI |
334
- | Onboarding | Technical specifics over emotion. "Generate speech in 32 languages with one model" |
335
- | Error (model unavailable) | State the cause. "This voice is unavailable in your region. Try a different voice." |
336
- | Empty (no projects) | Direct invitation. "Create your first project to start generating audio." |
337
- | Documentation / API | Imperative, code-block-heavy, example-first |
338
- | Safety / policy | Formal but not legalese |
231
+ ## 10. Voice & Tone
339
232
 
340
- **Voice samples**
341
- - Marketing CTA: *"Try it now"* <!-- verified: elevenlabs.io homepage hero (2026-05) -->
342
- - Three-platform tagline: *"ElevenAgents, ElevenCreative, ElevenAPI"* <!-- verified: elevenlabs.io top nav (2026-05) -->
343
- - Safety statement opener: *"AI safety is inseparable from innovation at ElevenLabs."* <!-- verified: elevenlabs.io About / safety -->
233
+ Official copy is direct, technically specific, and mission-led: the company describes itself as an AI research and product company making communication and creation with technology seamless, while its documentation routes audiences through product-specific paths and concrete API examples. Safety language is explicit rather than ornamental: the safety page frames safeguards as part of development, deployment, and misuse prevention. [About](https://elevenlabs.io/about) · [Documentation](https://elevenlabs.io/docs/overview/intro) · [Safety](https://elevenlabs.io/safety)
344
234
 
345
- **Forbidden phrases.** "Revolutionary", "lifelike". "Unlock the power of...". Apology theatre. Emoji in product chrome.
235
+ | Context | Evidence-backed direction |
236
+ |---|---|
237
+ | Parent brand | Describe the research/product company and its three named platforms plainly. |
238
+ | Documentation | Use example-first, capability-specific language; do not borrow unobserved docs-chrome styles. |
239
+ | Safety | Name the safeguard, traceability, or accountability point directly. |
240
+ | Brand naming | Keep `ElevenLabs`, `ElevenAgents`, `ElevenCreative`, and `ElevenAPI` in their official forms. |
346
241
 
347
242
  ## 11. Brand Narrative
348
243
 
349
- 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.
350
-
351
- 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.
244
+ ElevenLabs says it was founded in 2022 by Piotr Dąbkowski and Mati Staniszewski after the two reflected on poor dubbing in films they watched while growing up in Poland. The company’s own help material describes that origin as the motivation for improving voice dubbing and states a mission of making content accessible in any language and voice. [Press](https://elevenlabs.io/press) · [What is ElevenLabs?](https://help.elevenlabs.io/hc/en-us/articles/27583713738257-What-is-ElevenLabs)
352
245
 
353
- 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).
246
+ Its current public account is broader than the original voice model: the About page names an agent platform for businesses, a creative platform for creators and marketers, and an API platform for developers. That shift explains why the official brand system deliberately gives the three platforms their own graphic treatment instead of using one visual vocabulary everywhere.
354
247
 
355
248
  ## 12. Principles
356
249
 
357
- 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.
358
- 2. **Three-platform vocabulary, one identity.** `Eleven` prefix on every product. *UI implication:* product nav uses literal `ElevenAgents`/`ElevenCreative`/`ElevenAPI` strings.
359
- 3. **Safety as feature, not disclaimer.** Voice-clone consent flow surfaced as product capability. *UI implication:* safety controls have first-class menu placement.
360
- 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.
361
- 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.
250
+ 1. **Make communication and creation more seamless.** *UI implication:* state the relevant capability and audience before styling a generic “AI” surface.
251
+ 2. **Keep platform identities legible.** *UI implication:* preserve official platform names and do not transplant an Agents or Creative color direction into the parent brand without context.
252
+ 3. **Treat safety as part of the product.** *UI implication:* make consent, provenance, reporting, and misuse boundaries understandable where the relevant flow is evidenced.
253
+ 4. **Use the official mark with discipline.** *UI implication:* protect the “11” symbol’s clear space and never reconstruct it with text characters.
362
254
 
363
255
  ## 13. Personas
364
256
 
365
- *Personas are fictional archetypes informed by publicly described ElevenLabs user segments (developers, content creators, accessibility advocates, enterprise customers), not individual people.*
257
+ The official sources identify stakeholder groups rather than named user personas; no fictional individual is asserted here.
366
258
 
367
- **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.
368
-
369
- **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.
370
-
371
- **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.
259
+ - **Businesses deploying agents:** ElevenAgents is described as supporting voice and chat agents with integrations, testing, monitoring, and reliability.
260
+ - **Creators and marketers:** ElevenCreative is described as a browser-based environment for generating and editing speech, music, image, and video.
261
+ - **Developers:** ElevenAPI provides access to AI audio models through APIs and official SDKs.
262
+ - **Accessibility and nonprofit recipients:** the Impact program provides free licenses to qualifying individuals and organizations. [About](https://elevenlabs.io/about) · [Documentation](https://elevenlabs.io/docs/overview/intro)
372
263
 
373
264
  ## 14. States
374
265
 
375
- | State | Treatment |
376
- |---|---|
377
- | **Empty (no generated audio)** | Centered Inter 24px text "Generate your first audio" + warm-stone Primary CTA pill |
378
- | **Empty (no projects)** | "Create a project to get started." 16px copy, single CTA, optional secondary "Browse templates" |
379
- | **Loading (audio generating)** | Linear progress with elapsed time + ETA. Pause/cancel button always visible. Long jobs show waveform animation |
380
- | **Loading (model loading)** | Skeleton player UI + "Loading voice model" copy with explicit wait expectation |
381
- | **Error (generation failed)** | Inline below input. "Couldn't generate audio. <reason>." Retry button + Documentation link |
382
- | **Error (rate limit)** | "You've reached your daily limit (100 credits). Upgrade or wait until tomorrow." |
383
- | **Success (audio generated)** | Inline player appears below input. Auto-plays once if "Auto-preview" enabled. Download / Share / Copy-link visible |
384
- | **Success (voice cloned)** | Confirmation + safety reminder. "Voice cloned. Remember to only use voices you have permission to clone." |
385
- | **Skeleton** | Warm-stone `rgba(245,242,239,0.4)` blocks at exact dimensions. No shimmer |
386
- | **Disabled** | 0.4 opacity. Disabled CTAs explain why on hover ("Add credits to enable") |
387
- | **Loading (batch generation)** | Persistent progress notification, per-file status. Navigation continues |
266
+ The supplied public capture includes structural disabled buttons and selected tabs but no measured authenticated-product, loading, error, success, form-validation, or expanded interaction state. Preserve only the documented public selected/disabled provenance in §4; omit product-state recipes rather than invent them.
388
267
 
389
268
  ## 15. Motion & Easing
390
269
 
391
- **Durations**:
392
-
393
- | Token | Value | Use |
394
- |---|---|---|
395
- | `motion-instant` | 0ms | Selection commits |
396
- | `motion-fast` | 150ms | Hover, button feedback |
397
- | `motion-standard` | 250ms | Modal, dropdown |
398
- | `motion-audio` | continuous | Waveform during generation |
399
-
400
- **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.
401
-
402
- **Motion rules.**
403
- 1. Audio waveform is THE signature motion — stylized model activity, not random animation
404
- 2. No bounce, no overshoot — register is precise
405
- 3. Hover transitions 150ms (faster than DS standard) — keyboard-driven research-tool feel
406
- 4. `prefers-reduced-motion: reduce` removes waveform (→ progress bar), removes hover scale, keeps focus transitions
270
+ No motion duration, easing value, or reduced-motion behavior was measured in the supplied artifact, and the official brand guidance reviewed here describes graphics rather than a UI motion specification. No motion token is asserted.
407
271
 
408
272
  ---
409
273
 
410
- **Verified:** 2026-05-08 (omd:migrate run 22 — Apple-tier)
411
- **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)
412
- **Tier 2 sources (§4):** styles.refero.design no specific ElevenLabs style match. getdesign.md/elevenlabs directory only.
413
- **Tier 2 (Founders/Funding):** Wikipedia (ElevenLabs), CNBC (2025-10 a16z bet), Yahoo Finance (Staniszewski $200M+ revenue + $11B Feb 2026), Endeavor Catalyst.
414
- **Style ref:** `claude` (research-tech precision tone)
415
- **Conflicts unresolved:** none.
274
+ **Verified:** 2026-07-13
275
+ **Tier 1 sources:** supplied deterministic capture of https://elevenlabs.io/, https://elevenlabs.io/blog/clay-scales-content-production-and-agility-with-elevencreative, and https://elevenlabs.io/pricing (captured 2026-07-12); official context at https://elevenlabs.io/about, https://elevenlabs.io/brand, https://elevenlabs.io/docs/overview/intro, and https://elevenlabs.io/safety.
276
+ **Tier 2 sources:** https://getdesign.md/elevenlabs/design-md (independent, non-affiliated high-level analysis; no numeric token promoted); https://styles.refero.design/?q=ElevenLabs (attempted; built-in web tool returned an internal error, so no absence claim). The getdesign “dark cinematic” characterization conflicts with the supplied light public capture and was not promoted; Refero yielded no usable comparison record.
277
+ **Conflicts unresolved:** none