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
@@ -4,406 +4,296 @@ name: Cohere
4
4
  country: US
5
5
  category: ai
6
6
  homepage: "https://cohere.com"
7
- primary_color: "#39594d"
7
+ primary_color: "#17171c"
8
8
  logo:
9
9
  type: github
10
10
  slug: cohere-ai
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Cohere Newsroom
15
15
  url: "https://cohere.com/newsroom"
16
16
  type: brand
17
- description: Cohere's press kit with logos, symbols, and media resources.
17
+ description: Cohere's official newsroom and press-kit entry point.
18
18
  og_image: "https://cdn.sanity.io/images/rjtqmwfu/web3-prod/0750efbc3db33b1a67bc77575525b076f0137f26-1200x630.jpg?w=1200&h=630"
19
+ verification_v2:
20
+ schema: 2
21
+ checked: "2026-07-13"
22
+ surfaces:
23
+ - { id: home, kind: marketing, url: "https://cohere.com/ko", inspected: "2026-07-13" }
24
+ - { id: pricing, kind: product-pricing, url: "https://cohere.com/ko/pricing", inspected: "2026-07-13" }
25
+ - { id: products, kind: product-marketing, url: "https://cohere.com/ko/products", inspected: "2026-07-13" }
26
+ sources:
27
+ - { id: home-live, kind: product-surface, url: "https://cohere.com/ko", captured: "2026-07-13" }
28
+ - { id: pricing-live, kind: product-surface, url: "https://cohere.com/ko/pricing", captured: "2026-07-13" }
29
+ - { id: products-live, kind: product-surface, url: "https://cohere.com/ko/products", captured: "2026-07-13" }
30
+ - { id: cohere-about, kind: official-doc, url: "https://cohere.com/about", captured: "2026-07-13" }
31
+ - { id: cohere-careers, kind: official-doc, url: "https://cohere.com/careers", captured: "2026-07-13" }
32
+ - { id: lineto-unica77, kind: license, url: "https://lineto.com/api/front/font-families/393/document?index=1", captured: "2026-07-13" }
33
+ conflicts: []
34
+ claims:
35
+ "tokens.colors.primary": &all { surface_id: home, source_id: home-live, method: live-inspect, captured: "2026-07-13" }
36
+ "tokens.colors.canvas": *all
37
+ "tokens.colors.foreground": *all
38
+ "tokens.colors.foreground-soft": *all
39
+ "tokens.colors.muted": *all
40
+ "tokens.colors.inverse": *all
41
+ "tokens.colors.border": *all
42
+ "tokens.colors.border-dark": *all
43
+ "tokens.typography.family.ui": *all
44
+ "tokens.typography.family.display": *all
45
+ "tokens.typography.family.mono": *all
46
+ "tokens.typography.display.size": *all
47
+ "tokens.typography.display.weight": *all
48
+ "tokens.typography.display.lineHeight": *all
49
+ "tokens.typography.display.tracking": *all
50
+ "tokens.typography.display.use": *all
51
+ "tokens.typography.heading.size": *all
52
+ "tokens.typography.heading.weight": *all
53
+ "tokens.typography.heading.lineHeight": *all
54
+ "tokens.typography.heading.tracking": *all
55
+ "tokens.typography.heading.use": *all
56
+ "tokens.typography.body.size": *all
57
+ "tokens.typography.body.weight": *all
58
+ "tokens.typography.body.lineHeight": *all
59
+ "tokens.typography.body.use": *all
60
+ "tokens.typography.label.size": *all
61
+ "tokens.typography.label.weight": *all
62
+ "tokens.typography.label.lineHeight": *all
63
+ "tokens.typography.label.tracking": *all
64
+ "tokens.typography.label.use": *all
65
+ "tokens.spacing.xs": *all
66
+ "tokens.spacing.sm": *all
67
+ "tokens.spacing.md": *all
68
+ "tokens.spacing.lg": *all
69
+ "tokens.spacing.xl": *all
70
+ "tokens.spacing.xxl": *all
71
+ "tokens.spacing.xxxl": *all
72
+ "tokens.rounded.control": *all
73
+ "tokens.rounded.dialog": *all
74
+ "tokens.rounded.media": *all
75
+ "tokens.rounded.pill": *all
76
+ "tokens.components.pricing-tab.type": &pricing { surface_id: pricing, source_id: pricing-live, method: live-inspect, captured: "2026-07-13" }
77
+ "tokens.components.pricing-tab.fg": *pricing
78
+ "tokens.components.pricing-tab.radius": *pricing
79
+ "tokens.components.pricing-tab.padding": *pricing
80
+ "tokens.components.pricing-tab.font": *pricing
81
+ "tokens.components.pricing-tab.states": *pricing
82
+ "tokens.components.pricing-tab.use": *pricing
83
+ "tokens.components.marketing-media-card.type": *all
84
+ "tokens.components.marketing-media-card.radius": *all
85
+ "tokens.components.marketing-media-card.use": *all
19
86
  tokens:
20
- source: prose-derived
21
- extracted: "2026-06-08"
22
- note: "primary_color #39594d is the brand green token; live UI is near-monochrome primary interactive accent is Interaction Blue #1863dc"
87
+ source: reconciled
88
+ extracted: "2026-07-13"
89
+ note: "Only selector-backed observations from Cohere's public Korean marketing, pricing, and products routes are tokens. The capture contains no documentation chrome or authenticated product UI; declared-only font assets remain outside typography tokens."
23
90
  colors:
24
- primary: "#1863dc"
25
- primary-hover: "#1863dc"
26
- brand: "#39594d"
91
+ primary: "#17171c"
27
92
  canvas: "#ffffff"
28
93
  foreground: "#000000"
29
- muted: "#93939f"
30
- on-primary: "#ffffff"
31
- near-black: "#212121"
32
- deep-dark: "#17171c"
33
- ring-blue: "#4c6ee6"
34
- focus-purple: "#9b60aa"
35
- snow: "#fafafa"
36
- surface-alt: "#f2f2f2"
37
- hairline: "#f2f2f2"
38
- border-cool: "#d9d9dd"
39
- border-light: "#e5e7eb"
94
+ foreground-soft: "#212121"
95
+ muted: "#75758a"
96
+ inverse: "#fafafa"
97
+ border: "#e5e7eb"
98
+ border-dark: "#525260"
40
99
  typography:
41
- family: { display: "CohereText", sans: "Unica77 Cohere Web", mono: "CohereMono" }
42
- display-hero: { size: 72, weight: 400, lineHeight: 1.00, tracking: -1.44, use: "Hero, serif authority" }
43
- display-secondary: { size: 60, weight: 400, lineHeight: 1.00, tracking: -1.2, use: "Large section headings" }
44
- section: { size: 48, weight: 400, lineHeight: 1.20, tracking: -0.48, use: "Feature section titles" }
45
- subheading: { size: 32, weight: 400, lineHeight: 1.20, tracking: -0.32, use: "Card headings, feature names" }
46
- feature-title: { size: 24, weight: 400, lineHeight: 1.30, use: "Smaller section titles" }
47
- body-lg: { size: 18, weight: 400, lineHeight: 1.40, use: "Intro paragraphs" }
48
- body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard body, button text" }
49
- button-medium: { size: 14, weight: 500, lineHeight: 1.71, use: "Smaller buttons, emphasized labels" }
50
- caption: { size: 14, weight: 400, lineHeight: 1.40, use: "Metadata, descriptions" }
51
- uppercase-label: { size: 14, weight: 400, lineHeight: 1.40, tracking: 0.28, use: "Uppercase section labels" }
52
- small: { size: 12, weight: 400, lineHeight: 1.40, use: "Smallest text, footer links" }
53
- code-micro: { size: 8, weight: 400, lineHeight: 1.40, tracking: 0.16, use: "Tiny uppercase code labels" }
54
- spacing: { xs: 4, sm: 8, md: 16, base: 16, lg: 24, xl: 32, xxl: 40, section: 60 }
55
- rounded: { sm: 4, md: 8, lg: 16, xl: 20, signature: 22, full: 9999 }
56
- shadow:
57
- soft: "none — depth via background contrast and cool-gray borders"
58
- components_harvested: true
100
+ family: { ui: "Unica77 Cohere Web", display: "CohereText", mono: "CohereMono" }
101
+ display: { size: 72, weight: 400, lineHeight: 1, tracking: -1.44, use: "Observed public h1 on the supplied routes" }
102
+ heading: { size: 48, weight: 400, lineHeight: 1.2, tracking: -0.48, use: "Observed public h3 on the supplied routes" }
103
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Repeated public navigation, body, and action text" }
104
+ label: { size: 14, weight: 400, lineHeight: 1.4, tracking: 0.28, use: "Observed CohereMono label text" }
105
+ spacing: { xs: 6, sm: 8, md: 12, lg: 16, xl: 24, xxl: 36, xxxl: 40 }
106
+ rounded: { control: 4, dialog: 8, media: 22, pill: 9999 }
59
107
  components:
60
- button-ghost: { type: button, fg: "#000000", use: "Transparent fill; hover text shifts to #1863dc; focus 2px solid #1863dc outline the base button style" }
61
- button-dark-solid: { type: button, bg: "#000000", fg: "#ffffff", use: "Dark fill, pill or standard radius — CTA on light surfaces" }
62
- button-outlined: { type: button, use: "Border-based containment for secondary actions" }
63
- card: { type: card, bg: "#ffffff", radius: 22, use: "Signature radius, 1px solid #f2f2f2 border, shadow-free" }
64
- input: { type: input, use: "Focus border #9b60aa 1px solid; focus outline 2px solid #1863dc" }
65
- uppercase-code-tag: { type: badge, use: "CohereMono uppercase with positive letter-spacing as section markers" }
66
- purple-hero-band: { type: card, radius: 22, use: "Full-width deep purple section housing product screenshots" }
108
+ pricing-tab: { type: tab, fg: "#212121", radius: 0, padding: "4px 0px", font: "16px/400 Unica77 Cohere Web", states: "selected only", use: "Observed selected public pricing tab" }
109
+ marketing-media-card: { type: card, radius: 22, use: "Observed home marketing-card container; no fill, border, or state is promoted" }
110
+ components_harvested: true
67
111
  ---
68
112
 
69
113
  # Design System Inspiration of Cohere
70
114
 
71
115
  ## 1. Visual Theme & Atmosphere
72
116
 
73
- Cohere's interface is a polished enterprise command deck confident, clean, and designed to make AI feel like serious infrastructure rather than a consumer toy. The experience lives on a bright white canvas where content is organized into generously rounded cards (22px radius) that create an organic, cloud-like containment language. This is a site that speaks to CTOs and enterprise architects: professional without being cold, sophisticated without being intimidating.
117
+ Cohere is an enterprise AI company that builds foundation models and end-to-end AI products for business use. Its official About page frames the work around improving human wellbeing by helping organizations scale innovation, productivity, and progress; its 2025 North launch extends that proposition into an agentic workplace product grounded in enterprise data. On the three supplied public Korean routes, that business-first posture appears as a quiet, high-contrast interface: white canvases, black and charcoal text, occasional inverse panels, and rounded pill actions. The capture records CohereText only for a small display tier, while the loaded Unica77 Cohere Web family carries the repeated navigation, body, card, input, tab, and action rhythm. The result is restrained rather than decorative: large editorial headlines introduce practical enterprise product and pricing content.
74
118
 
75
- The design language bridges two worlds with a dual-typeface system: CohereText, a custom display serif with tight tracking, gives headlines the gravitas of a technology manifesto, while Unica77 Cohere Web handles all body and UI text with geometric Swiss precision. This serif/sans pairing creates a "confident authority meets engineering clarity" personality that perfectly reflects an enterprise AI platform.
119
+ This is a public-surface reference, not a claim about signed-in product UI or documentation chrome. The components and tokens below retain only the selectors, routes, and states in the supplied capture.
76
120
 
77
- Color is used with extreme restraint — the interface is almost entirely black-and-white with cool gray borders (`#d9d9dd`, `#e5e7eb`). Purple-violet appears only in photographic hero bands, gradient sections, and the interactive blue (`#1863dc`) that signals hover and focus states. This chromatic restraint means that when color DOES appear — in product screenshots, enterprise photography, and the deep purple section — it carries maximum visual weight.
121
+ **Key characteristics:**
78
122
 
79
- **Key Characteristics:**
80
- - Bright white canvas with cool gray containment borders
81
- - 22px signature border-radius the distinctive "Cohere card" roundness
82
- - Dual custom typeface: CohereText (display serif) + Unica77 (body sans)
83
- - Enterprise-grade chromatic restraint: black, white, cool grays, minimal purple-blue accent
84
- - Deep purple/violet hero sections providing dramatic contrast
85
- - Ghost/transparent buttons that shift to blue on hover
86
- - Enterprise photography showing diverse real-world applications
87
- - CohereMono for code and technical labels with uppercase transforms
123
+ - White public canvas with black, charcoal, and soft-gray text.
124
+ - CohereText at large display sizes; loaded Unica77 Cohere Web throughout the observed public UI.
125
+ - Dark and inverse white 9999px pill actions, backed by multiple public routes.
126
+ - A 22px rounded home marketing-card container, without a claim of a universal card recipe.
127
+ - No hover, pressed, focus, menu, dialog, toast, or error state token: the capture recorded no interactions.
88
128
 
89
129
  ## 2. Color Palette & Roles
90
130
 
91
- ### Primary
92
- - **Cohere Black** (`#000000`): Primary headline text and maximum-emphasis elements.
93
- - **Near Black** (`#212121`): Standard body link color — slightly softer than pure black.
94
- - **Deep Dark** (`#17171c`): A blue-tinted near-black for navigation and dark-section text.
131
+ ### Observed public-route values
95
132
 
96
- ### Secondary & Accent
97
- - **Interaction Blue** (`#1863dc`): The primary interactive accent — appears on button hover, focus states, and active links. The sole chromatic action color.
98
- - **Ring Blue** (`#4c6ee6` at 50%): Tailwind ring color for keyboard focus indicators.
99
- - **Focus Purple** (`#9b60aa`): Input focus border color a muted violet.
133
+ - **Dark action** (#17171c): observed dark pill background on public home, pricing, and products actions.
134
+ - **Canvas** (#ffffff): observed page and inverse-action surface across all captured routes.
135
+ - **Foreground** (#000000): repeated public text value.
136
+ - **Foreground soft** (#212121): repeated public button, tab, and body value.
137
+ - **Muted** (#75758a): repeated public secondary-text value.
138
+ - **Inverse text** (#fafafa): observed text on dark public areas.
139
+ - **Light border** (#e5e7eb): repeated computed border value across the three routes.
140
+ - **Dark-section boundary** (#525260): observed one-pixel border on the home and products routes.
100
141
 
101
- ### Surface & Background
102
- - **Pure White** (`#ffffff`): The primary page background and card surface.
103
- - **Snow** (`#fafafa`): Subtle elevated surfaces and light-section backgrounds.
104
- - **Lightest Gray** (`#f2f2f2`): Card borders and the softest containment lines.
142
+ ### Boundary
105
143
 
106
- ### Neutrals & Text
107
- - **Muted Slate** (`#93939f`): De-emphasized footer links and tertiary text — a cool-toned gray with a slight blue-violet tint.
108
- - **Border Cool** (`#d9d9dd`): Standard section and list-item borders — a cool, slightly purple-tinted gray.
109
- - **Border Light** (`#e5e7eb`): Lighter border variant — Tailwind's standard gray-200.
110
-
111
- ### Gradient System
112
- - **Purple-Violet Hero Band**: Deep purple gradient sections that create dramatic contrast against the white canvas. These appear as full-width bands housing product screenshots and key messaging.
113
- - **Dark Footer Gradient**: The page transitions through deep purple/charcoal to the black footer, creating a "dusk" effect.
144
+ The artifact does not provide a selector-backed blue, purple, green, gradient, focus-ring, or error-color role for these routes. Those older claims are omitted rather than generalized from class names, asset names, or an adjacent surface.
114
145
 
115
146
  ## 3. Typography Rules
116
147
 
117
- ### Font Family
118
- - **Display**: `CohereText`, with fallbacks: `Space Grotesk, Inter, ui-sans-serif, system-ui`
119
- - **Body / UI**: `Unica77 Cohere Web`, with fallbacks: `Inter, Arial, ui-sans-serif, system-ui`
120
- - **Code**: `CohereMono`, with fallbacks: `Arial, ui-sans-serif, system-ui`
121
- - **Icons**: `CohereIconDefault` (custom icon font)
122
-
123
- ### Hierarchy
124
-
125
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
126
- |------|------|------|--------|-------------|----------------|-------|
127
- | Display / Hero | CohereText | 72px (4.5rem) | 400 | 1.00 (tight) | -1.44px | Maximum impact, serif authority |
128
- | Display Secondary | CohereText | 60px (3.75rem) | 400 | 1.00 (tight) | -1.2px | Large section headings |
129
- | Section Heading | Unica77 | 48px (3rem) | 400 | 1.20 (tight) | -0.48px | Feature section titles |
130
- | Sub-heading | Unica77 | 32px (2rem) | 400 | 1.20 (tight) | -0.32px | Card headings, feature names |
131
- | Feature Title | Unica77 | 24px (1.5rem) | 400 | 1.30 | normal | Smaller section titles |
132
- | Body Large | Unica77 | 18px (1.13rem) | 400 | 1.40 | normal | Intro paragraphs |
133
- | Body / Button | Unica77 | 16px (1rem) | 400 | 1.50 | normal | Standard body, button text |
134
- | Button Medium | Unica77 | 14px (0.88rem) | 500 | 1.71 (relaxed) | normal | Smaller buttons, emphasized labels |
135
- | Caption | Unica77 | 14px (0.88rem) | 400 | 1.40 | normal | Metadata, descriptions |
136
- | Uppercase Label | Unica77 / CohereMono | 14px (0.88rem) | 400 | 1.40 | 0.28px | Uppercase section labels |
137
- | Small | Unica77 | 12px (0.75rem) | 400 | 1.40 | normal | Smallest text, footer links |
138
- | Code Micro | CohereMono | 8px (0.5rem) | 400 | 1.40 | 0.16px | Tiny uppercase code labels |
139
-
140
- ### Principles
141
- - **Serif for declaration, sans for utility**: CohereText carries the brand voice at display scale — its serif terminals give headlines the authority of published research. Unica77 handles everything functional with Swiss-geometric neutrality.
142
- - **Negative tracking at scale**: CohereText uses -1.2px to -1.44px letter-spacing at 60–72px, creating dense, impactful text blocks.
143
- - **Single body weight**: Nearly all Unica77 usage is weight 400. Weight 500 appears only for small button emphasis. The system relies on size and spacing, not weight contrast.
144
- - **Uppercase code labels**: CohereMono uses uppercase with positive letter-spacing (0.16–0.28px) for technical tags and section markers.
148
+ ### Evidence classes
149
+
150
+ | Evidence class | Family and boundary |
151
+ |---|---|
152
+ | Official product-use | Cohere’s official public pages establish the company/product context, but this research pass found no first-party typography guide that assigns a universal product role to a named Cohere family. |
153
+ | Live computed surface-use | Unica77 Cohere Web is loaded/high with 1,262 uses across body, buttons, cards, dialogs, inputs, lists, tabs, and toggles. CohereText is loaded/high with five heading uses, and CohereMono is loaded/high with 29 label/body uses. Each has computed-family use plus FontFaceSet and browser-served source corroboration in the supplied artifact. |
154
+ | Official distributed brand asset | The capture records Cohere-served WOFF/WOFF2/OTF assets. For Unica77, Lineto identifies LL Unica77 as an authorized digital Haas Unica version and publishes separate licensing terms; that does not grant reuse of Cohere’s served custom files. |
155
+ | Declared-only | CohereColor, CohereHeadline, CohereIconDefault, CohereIconOutline, and CohereVariable have declared source assets but no visible computed use. They remain declared-only. KaTeX faces are also declared-only technical assets, not Cohere brand typography. |
156
+ | System / unresolved | Inter, Arial, and system families occur in fallback stacks only. They are not substituted for or promoted as Cohere typefaces. |
157
+
158
+ ### Captured hierarchy
159
+
160
+ | Role | Family | Size | Weight | Line height | Evidence boundary |
161
+ |---|---|---:|---:|---:|---|
162
+ | Public h1 | CohereText | 72px | 400 | 72px | two observed headings |
163
+ | Public h2 | CohereText | 60px | 400 | 60px | two observed headings |
164
+ | Public h3 | Unica77 Cohere Web | 48px | 400 | 57.6px | ten observed headings |
165
+ | Public heading | Unica77 Cohere Web | 32px | 400 | 38.4px | observed h2/h4 |
166
+ | Repeated body/action | Unica77 Cohere Web | 16px | 400 | 24px | navigation, lists, and actions |
167
+ | Secondary body | Unica77 Cohere Web | 14px | 400 | 19.6px | repeated public body text |
168
+ | Technical label | CohereMono | 14px | 400 | 19.6px | 0.28px tracking on observed label text |
145
169
 
146
170
  ## 4. Component Stylings
147
171
 
148
- ### Buttons
149
-
150
- **Ghost / Transparent**
151
- - Background: transparent (`rgba(255, 255, 255, 0)`)
152
- - Text: Cohere Black (`#000000`)
153
- - No border visible
154
- - Hover: text shifts to Interaction Blue (`#1863dc`), opacity 0.8
155
- - Focus: solid 2px outline in Interaction Blue
156
- - The primary button style invisible until interacted with
157
-
158
- **Dark Solid**
159
- - Background: dark/black
160
- - Text: Pure White
161
- - For CTA on light surfaces
162
- - Pill-shaped or standard radius
163
-
164
- **Outlined**
165
- - Border-based containment
166
- - Used in secondary actions
167
-
168
- ### Cards & Containers
169
- - Background: Pure White (`#ffffff`)
170
- - Border: thin solid Lightest Gray (`1px solid #f2f2f2`) for subtle cards; Cool Border (`#d9d9dd`) for emphasized
171
- - Radius: **22px** the signature Cohere radius for primary cards, images, and dialog containers. Also 4px, 8px, 16px, 20px for smaller elements
172
- - Shadow: minimal Cohere relies on background color and borders rather than shadows
173
- - Special: `0px 0px 22px 22px` radius (bottom-only rounding) for section containers
174
- - Dialog: 8px radius for modal/dialog boxes
175
-
176
- ### Inputs & Forms
177
- - Text: white on dark input, black on light
178
- - Focus border: Focus Purple (`#9b60aa`) with `1px solid`
179
- - Focus shadow: red ring (`rgb(179, 0, 0) 0px 0px 0px 2px`) — likely for error state indication
180
- - Focus outline: Interaction Blue solid 2px
181
-
182
- ### Navigation
183
- - Clean horizontal nav on white or dark background
184
- - Logo: Cohere wordmark (custom SVG)
185
- - Links: Dark text at 16px Unica77
186
- - CTA: Dark solid button
187
- - Mobile: hamburger collapse
188
-
189
- ### Image Treatment
190
- - Enterprise photography with diverse subjects and environments
191
- - Purple-tinted hero photography for dramatic sections
192
- - Product UI screenshots on dark surfaces
193
- - Images with 22px radius matching card system
194
- - Full-bleed purple gradient sections
195
-
196
- ### Distinctive Components
197
-
198
- **22px Card System**
199
- - The 22px border-radius is Cohere's visual signature
200
- - All primary cards, images, and containers use this radius
201
- - Creates a cloud-like, organic softness that's distinctive from the typical 8–12px
202
-
203
- **Enterprise Trust Bar**
204
- - Company logos displayed in a horizontal strip
205
- - Demonstrates enterprise adoption
206
- - Clean, monochrome logo treatment
207
-
208
- **Purple Hero Bands**
209
- - Full-width deep purple sections housing product showcases
210
- - Create dramatic visual breaks in the white page flow
211
- - Product screenshots float within the purple environment
212
-
213
- **Uppercase Code Tags**
214
- - CohereMono in uppercase with letter-spacing
215
- - Used as section markers and categorization labels
216
- - Creates a technical, structured information hierarchy
172
+ ### Public actions
173
+
174
+ **Dark solid**
175
+ - Background: #17171c
176
+ - Text: #ffffff
177
+ - Radius: 9999px
178
+ - Padding: 12px 24px
179
+ - Font: 16px / 400 / Unica77 Cohere Web
180
+ - Use: Home, pricing, and products public CTA; home selector home::[data-omd-capture="53"]
181
+
182
+ **Inverse solid**
183
+ - Background: #ffffff
184
+ - Text: #17171c
185
+ - Radius: 9999px
186
+ - Padding: 12px 24px
187
+ - Font: 16px / 400 / Unica77 Cohere Web
188
+ - Use: Inverse public CTA on home and products; home selector home::[data-omd-capture="58"]
189
+
190
+ **Outlined pricing action**
191
+ - Text: #17171c
192
+ - Border: 1px solid #17171c
193
+ - Radius: 9999px
194
+ - Padding: 12px 16px
195
+ - Font: 16px / 400 / Unica77 Cohere Web
196
+ - Use: Pricing-only secondary action; selector surface-2::[data-omd-capture="59"]
197
+
198
+ ### Public pricing navigation
199
+
200
+ **Selected tab**
201
+ - Text: #212121
202
+ - Radius: 0px
203
+ - Padding: 4px 0px
204
+ - Font: 16px / 400 / Unica77 Cohere Web
205
+ - Selected: aria-selected=true observed
206
+ - Use: Pricing-only tab; selector surface-2::[data-omd-capture="56"]
207
+
208
+ ### Home marketing media
209
+
210
+ **Rounded container**
211
+ - Radius: 22px
212
+ - Use: Home-only interactive media-card container; selector home::div.group/card
213
+
214
+ The supplied capture records no component hover, pressed, focus, expanded, dialog-open, toast, validation, or generic disabled treatment. A disabled 4px icon control is a route-local observation and is not promoted as an action variant.
217
215
 
218
216
  ## 5. Layout Principles
219
217
 
220
- ### Spacing System
221
- - Base unit: 8px
222
- - Scale: 2px, 6px, 8px, 10px, 12px, 16px, 20px, 22px, 24px, 28px, 32px, 36px, 40px, 56px, 60px
223
- - Button padding varies by variant
224
- - Card internal padding: approximately 24–32px
225
- - Section vertical spacing: generous (56–60px between sections)
226
-
227
- ### Grid & Container
228
- - Max container width: up to 2560px (very wide) with responsive scaling
229
- - Hero: centered with dramatic typography
230
- - Feature sections: multi-column card grids
231
- - Enterprise sections: full-width purple bands
232
- - 26 breakpoints detected — extremely granular responsive system
233
-
234
- ### Whitespace Philosophy
235
- - **Enterprise clarity**: Each section presents one clear proposition with breathing room between.
236
- - **Photography as hero**: Large photographic sections provide visual interest without requiring decorative design elements.
237
- - **Card grouping**: Related content is grouped into 22px-rounded cards, creating natural information clusters.
238
-
239
- ### Border Radius Scale
240
- - Sharp (4px): Navigation elements, small tags, pagination
241
- - Comfortable (8px): Dialog boxes, secondary containers, small cards
242
- - Generous (16px): Featured containers, medium cards
243
- - Large (20px): Large feature cards
244
- - Signature (22px): Primary cards, hero images, main containers — THE Cohere radius
245
- - Pill (9999px): Buttons, tags, status indicators
218
+ The capture shows 6px, 8px, 12px, 16px, 24px, 36px, and 40px spacing values. These are observed clusters rather than a documented Cohere spacing specification. Public actions use 12px vertical padding; the captured navigation has 16px vertical and 40px horizontal padding at the 1440px viewport. Treat route-specific card and section geometry as local until a selector-backed measurement establishes it.
246
219
 
247
- ## 6. Depth & Elevation
220
+ The home media-card container is 22px rounded, while a captured route-local dialog is 8px and compact controls can be 4px. Do not flatten that into a claim that every Cohere card, image, dialog, or form uses one radius.
248
221
 
249
- | Level | Treatment | Use |
250
- |-------|-----------|-----|
251
- | Flat (Level 0) | No shadow, no border | Page background, text blocks |
252
- | Bordered (Level 1) | `1px solid #f2f2f2` or `#d9d9dd` | Standard cards, list separators |
253
- | Purple Band (Level 2) | Full-width dark purple background | Hero sections, feature showcases |
222
+ ## 6. Depth & Elevation
254
223
 
255
- **Shadow Philosophy**: Cohere is nearly shadow-free. Depth is communicated through **background color contrast** (white cards on purple bands, white surface on snow), **border containment** (cool gray borders), and the dramatic **light-to-dark section alternation**. When elements need elevation, they achieve it through being white-on-dark rather than through shadow casting.
224
+ Most observed public controls are shadow-free. The capture also records a route-local floating control and dialog with a 0px 2px 8px rgba(0, 0, 0, 0.15) shadow. It is route-local chrome, not a general Cohere elevation token.
256
225
 
257
226
  ## 7. Do's and Don'ts
258
227
 
259
228
  ### Do
260
- - Use 22px border-radius on all primary cards and containers — it's the visual signature
261
- - Use CohereText for display headings (72px, 60px) with negative letter-spacing
262
- - Use Unica77 for all body and UI text at weight 400
263
- - Keep the palette black-and-white with cool gray borders
264
- - Use Interaction Blue (#1863dc) only for hover/focus interactive states
265
- - Use deep purple sections for dramatic visual breaks and product showcases
266
- - Apply uppercase + letter-spacing on CohereMono for section labels
267
- - Maintain enterprise-appropriate photography with diverse subjects
229
+
230
+ - Use the loaded CohereText / Unica77 / CohereMono hierarchy only when the deployment can legally load the named family.
231
+ - Keep the captured public action geometry specific: dark or inverse 9999px pills, with 12px vertical padding.
232
+ - Preserve the distinction between public marketing, public pricing, public product marketing, and route-local floating-dialog chrome.
233
+ - Use the 22px radius only for the observed home media-card container unless another selector proves a broader rule.
268
234
 
269
235
  ### Don't
270
- - Don't use border-radius other than 22px on primary cards — the signature radius matters
271
- - Don't introduce warm colors the palette is strictly cool-toned
272
- - Don't use heavy shadows depth comes from color contrast and borders
273
- - Don't use bold (700+) weight on body text 400–500 is the range
274
- - Don't skip the serif/sans hierarchy CohereText for headlines, Unica77 for body
275
- - Don't use purple as a surface color for cards — purple is reserved for full-width sections
276
- - Don't reduce section spacing below 40px — enterprise layouts need breathing room
277
- - Don't use decoration on buttons by default — ghost/transparent is the base state
236
+
237
+ - Do not substitute Inter, Arial, or system UI while naming the result as a Cohere typeface.
238
+ - Do not promote the declared-only CohereHeadline, CohereColor, icon, variable, or KaTeX assets into visible UI tokens.
239
+ - Do not invent hover, pressed, focus, error, dialog, toast, or accordion-expanded variants from class names.
240
+ - Do not generalize the floating dialog’s 8px/shadow treatment into product cards or primary actions.
278
241
 
279
242
  ## 8. Responsive Behavior
280
243
 
281
- ### Breakpoints
282
- | Name | Width | Key Changes |
283
- |------|-------|-------------|
284
- | Small Mobile | <425px | Compact layout, minimal spacing |
285
- | Mobile | 425–640px | Single column, stacked cards |
286
- | Large Mobile | 640–768px | Minor spacing adjustments |
287
- | Tablet | 768–1024px | 2-column grids begin |
288
- | Desktop | 1024–1440px | Full multi-column layout |
289
- | Large Desktop | 1440–2560px | Maximum container width |
290
-
291
- *26 breakpoints detected — one of the most granularly responsive sites in the dataset.*
292
-
293
- ### Touch Targets
294
- - Buttons adequately sized for touch interaction
295
- - Navigation links with comfortable spacing
296
- - Card surfaces as touch targets
297
-
298
- ### Collapsing Strategy
299
- - **Navigation**: Full nav collapses to hamburger
300
- - **Feature grids**: Multi-column → 2-column → single column
301
- - **Hero text**: 72px → 48px → 32px progressive scaling
302
- - **Purple sections**: Maintain full-width, content stacks
303
- - **Card grids**: 3 → 2 → 1 column
304
-
305
- ### Image Behavior
306
- - Photography scales proportionally within 22px-radius containers
307
- - Product screenshots maintain aspect ratio
308
- - Purple sections scale background proportionally
244
+ The supplied capture is at 1440x900. It establishes desktop computed values only. The navigation class indicates responsive padding rules and the home media card includes responsive dimensions, but no smaller-viewport render or interaction was supplied; mobile breakpoints, collapsed navigation, and touch behavior therefore remain unclaimed.
309
245
 
310
246
  ## 9. Agent Prompt Guide
311
247
 
312
- ### Quick Color Reference
313
- - Primary Text: "Cohere Black (#000000)"
314
- - Page Background: "Pure White (#ffffff)"
315
- - Secondary Text: "Near Black (#212121)"
316
- - Hover Accent: "Interaction Blue (#1863dc)"
317
- - Muted Text: "Muted Slate (#93939f)"
318
- - Card Borders: "Lightest Gray (#f2f2f2)"
319
- - Section Borders: "Border Cool (#d9d9dd)"
320
-
321
- ### Example Component Prompts
322
- - "Create a hero section on Pure White (#ffffff) with CohereText at 72px weight 400, line-height 1.0, letter-spacing -1.44px. Cohere Black text. Subtitle in Unica77 at 18px weight 400, line-height 1.4."
323
- - "Design a feature card with 22px border-radius, 1px solid Lightest Gray (#f2f2f2) border on white. Title in Unica77 at 32px, letter-spacing -0.32px. Body in Unica77 at 16px, Muted Slate (#93939f)."
324
- - "Build a ghost button: transparent background, Cohere Black text in Unica77 at 16px. On hover, text shifts to Interaction Blue (#1863dc) with 0.8 opacity. Focus: 2px solid Interaction Blue outline."
325
- - "Create a deep purple full-width section with white text. CohereText at 60px for the heading. Product screenshot floats within using 22px border-radius."
326
- - "Design a section label using CohereMono at 14px, uppercase, letter-spacing 0.28px. Muted Slate (#93939f) text."
327
-
328
- ### Iteration Guide
329
- 1. Focus on ONE component at a time
330
- 2. Always use 22px radius for primary cards — "the Cohere card roundness"
331
- 3. Specify the typeface — CohereText for headlines, Unica77 for body, CohereMono for labels
332
- 4. Interactive elements use Interaction Blue (#1863dc) on hover only
333
- 5. Keep surfaces white with cool gray borders — no warm tones
334
- 6. Purple is for full-width sections, never card backgrounds
248
+ - Build a public marketing CTA with #17171c background, #ffffff text, 9999px radius, 12px 24px padding, and 16px / 400 Unica77 Cohere Web only when the licensed font is available.
249
+ - Build the inverse counterpart only for a dark public section: #ffffff background, #17171c text, and the same observed pill geometry.
250
+ - Use CohereText 72px / 400 / 72px for an observed public h1 treatment, not as a claim about the authenticated product.
251
+ - Keep a pricing tab route-local: #212121 text, 0px radius, 4px vertical padding; selected is the only captured state.
335
252
 
336
253
  ## 10. Voice & Tone
337
254
 
338
- Cohere's voice is **enterprise-AI-careful** formal but readable, security-aware, never breathless. Public messaging emphasizes "private, secure, customized" enterprise positioning over consumer-AI hype. Korean tagline ("개인, 보안, 맞춤형") tracks the same triple.
255
+ Coheres official public voice is practical, enterprise-oriented, and human-purposeful. The About page describes foundation models and AI solutions that turn everyday effort into impact, while the public homepage leads with control over data and infrastructure. Careers names Momentum, Openness, and Autonomy as company values. These are official messaging and culture evidence, not a claim about every product microcopy string.
339
256
 
340
- | Context | Tone |
257
+ | Context | Evidence-backed direction |
341
258
  |---|---|
342
- | CTA | Verb-noun. "Request demo", "Talk to sales", "Start free" |
343
- | Marketing | Enterprise-language. "Private, secure, customized" recurring triplet |
344
- | Onboarding | Documentation-first; quickstart with API keys |
345
- | Error | Formal. "Request denied: insufficient quota. Contact sales." |
346
- | Compliance | Heavy SOC 2 / ISO references; trust pages prominent |
259
+ | Enterprise proposition | Emphasize control, security, flexibility, and customization. |
260
+ | Product framing | Connect an AI capability to a work outcome or organization context. |
261
+ | Culture | Use purposeful, direct language consistent with Momentum, Openness, and Autonomy. |
347
262
 
348
- **Voice samples**
349
- - *"엔터프라이즈 AI: 개인, 보안, 맞춤형"* <!-- verified: cohere.com/ko 2026-05 -->
350
- - *"데모 요청"* / *"Request a demo"* <!-- verified: cohere.com -->
263
+ **Public samples**
351
264
 
352
- **Forbidden phrases.** "AGI", "superintelligence". Generic "AI revolution" framing. Casual emoji.
265
+ - “Own your AI (official homepage).
266
+ - “Where enterprise AI meets real-world purpose” (official About page).
267
+ - “Join the mission to scale intelligence” (official Careers page).
353
268
 
354
269
  ## 11. Brand Narrative
355
270
 
356
- Cohere was founded in **2019** in **Toronto, Canada** by **Aidan Gomez** (CEO), **Nick Frosst**, and **Ivan Zhang** ([Aidan Gomez — Wikipedia](https://en.wikipedia.org/wiki/Aidan_Gomez), [Cohere About](https://cohere.com/about)). **Aidan Gomez was 20 years old when he co-authored "Attention Is All You Need"** in 2017 as a Google Brain intern — the foundational Transformer architecture paper that every modern LLM descends from. Nick Frosst worked at **Google Brain Toronto** with **Geoffrey Hinton** (the "Godfather of AI", who later joined Cohere as advisor) ([Globe and Mail](https://www.theglobeandmail.com/business/article-toronto-ai-star-cohere-lands-tiger-led-125-million-venture-funding/)). The **first cheque came from Radical Ventures** (Toronto AI VC) ([U Toronto Centre for Entrepreneurship](https://www.entrepreneurship.artsci.utoronto.ca/news/how-cohere-ai-startup-co-founded-alumni-landed-170m-funding-year)). Cohere has raised **~US$1.6B at >$7B valuation** as of Sept 2025 ([Tracxn](https://tracxn.com/d/companies/cohere/__o4xfwmr3XwgsGEyH41XvwBm6Xd-SjsMlSld3d4ci6G0)) Tiger Global led an earlier $125M round. Founding observation: enterprises needed customizable LLMs that respected data privacy. RAG-first, private deployment, on-prem available. **North** is Cohere's enterprise AI agent product.
271
+ Cohere says it was founded in Toronto in 2019 to scale intelligence in service of humanity. Its official About page identifies co-founders Aidan Gomez, Nick Frosst, and Ivan Zhang, and describes a current enterprise focus on helping teams improve judgment, accelerate execution, and extend what they can achieve. The same source places the 2025 launch of North in that evolution: a turnkey workplace platform using agentic capabilities and retrieval with enterprise data.
272
+
273
+ The company’s current public positioning centers on private, secure, customizable deployment across a customer’s infrastructure. That narrative explains the sober public presentation more reliably than the older snapshot’s unsupported claims about an all-purpose visual color story.
357
274
 
358
275
  ## 12. Principles
359
276
 
360
- 1. **Privacy is the product, not a footnote.** *UI implication:* privacy guarantees first-class on landing pages.
361
- 2. **RAG-first architecture.** *UI implication:* surfaces emphasize "your data + our models".
362
- 3. **Enterprise doesn't mean stuffy.** *UI implication:* trust pages explain SOC 2 in plain English.
363
- 4. **Interaction Blue on hover only.** *UI implication:* don't use brand blue for static CTAs.
364
- 5. **Purple bands for sections, never cards.** *UI implication:* never apply purple to cards/buttons.
277
+ 1. **Scale intelligence to serve people.** *UI implication:* connect public product messaging to human and organizational outcomes rather than novelty alone.
278
+ 2. **Keep control with the enterprise.** *UI implication:* make security, deployment, and customization legible in public information architecture.
279
+ 3. **Support momentum.** *UI implication:* make a next action visible without relying on unobserved interaction effects.
280
+ 4. **Make room for autonomy and openness.** *UI implication:* prefer direct explanatory content and clear choice boundaries over opaque system behavior.
365
281
 
366
282
  ## 13. Personas
367
283
 
368
- *Personas are fictional archetypes informed by Cohere user segments (enterprise platform engineers, AI/ML platform leads, regulated-industry compliance), not individual people.*
369
-
370
- **Catherine Liu, 42, Toronto.** Director of AI/ML at a Canadian bank. Cohere is the only LLM vendor approved by their CISO.
371
-
372
- **Hiroshi Tanaka, 36, Tokyo.** Senior platform engineer at multinational logistics. Integrates Cohere Embed for 30+ language search.
373
-
374
- **David Mensah, 50, Johannesburg.** Head of risk at insurance carrier. On-prem deployment required.
284
+ The official public sources identify enterprises, teams, workforces, and customers as the intended stakeholder groups, including organizations that need secure, private, and customizable AI deployment. They do not provide validated individual user personas. This reference intentionally does not fabricate named personas or behavioral metrics from that broad audience evidence.
375
285
 
376
286
  ## 14. States
377
287
 
378
- | State | Treatment |
379
- |---|---|
380
- | **Empty (no API keys)** | "Generate your first API key" CTA + quickstart code |
381
- | **Empty (no datasets)** | "Connect a data source" with provider grid |
382
- | **Loading (model inference)** | Per-token streaming visible; never just spinner |
383
- | **Loading (RAG retrieval)** | Two-phase: "Retrieving (12 docs)" → "Generating" |
384
- | **Error (rate limit)** | "Tier-1 limit reached (60 req/min). Upgrade or wait." |
385
- | **Error (auth)** | "API key expired. Generate a new key in Settings → API Keys." |
386
- | **Success (deployment)** | Endpoint URL + credentials, security reminder |
387
- | **Success (fine-tuned)** | Email + dashboard notification with eval metrics |
388
- | **Skeleton (deployments)** | White rows with cool-gray border skeletons |
389
- | **Disabled (no quota)** | 0.5 opacity + tooltip "Upgrade to enable" |
390
- | **Loading (long fine-tune)** | Persistent progress with ETA |
288
+ No loading, empty, error, success, skeleton, or validation state was captured on the three supplied public routes. The only recorded stateful component evidence is a selected pricing tab and one disabled 4px-radius icon control. Do not extrapolate those observations into a general application-state system.
391
289
 
392
290
  ## 15. Motion & Easing
393
291
 
394
- | Token | Value | Use |
395
- |---|---|---|
396
- | `motion-instant` | 0ms | Toggle |
397
- | `motion-fast` | 150ms | Hover (Interaction Blue color shift) |
398
- | `motion-standard` | 250ms | Modal, panel |
399
- | `motion-streaming` | continuous | Token-by-token model output |
400
-
401
- Standard cubic-bezier. **No bouncy springs** — enterprise register. `prefers-reduced-motion: reduce` removes hover transitions and panel slide-ins.
292
+ The supplied public capture contains transition-related class names on actions and a floating control, but no measured transition duration, easing value, reduced-motion behavior, or before/after interaction observation. No motion token is asserted.
402
293
 
403
294
  ---
404
295
 
405
- **Verified:** 2026-05-08 (B1 loop)
406
- **Tier 1 sources:** cohere.com/ko (live DOM via playwright Dark `#17171c` Primary 9999px / 12×16-24 / 44-49px / 16px·400)
407
- **Tier 2 sources:** styles.refero.design / getdesign.md no record.
408
- **Tier 1 (Philosophy):** cohere.com homepage; founder bios; Trust + Security pages.
409
- **Style ref:** `stripe`. **Conflicts unresolved:** none.
296
+ **Verified:** 2026-07-13
297
+ **Tier 1 sources:** supplied capture of https://cohere.com/ko, https://cohere.com/ko/pricing, and https://cohere.com/ko/products; official context at https://cohere.com/about and https://cohere.com/careers; Unica77 source/license context at https://lineto.com/api/front/font-families/393/document?index=1 and https://lineto.com/information/legal/legal/lineto-eula.
298
+ **Tier 2 sources:** https://getdesign.md/cohere/design-md (independent high-level analysis); https://styles.refero.design/?q=Cohere (attempted; built-in web open returned an internal error, so no positive or negative Refero assertion is made).
299
+ **Conflicts unresolved:** none