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,386 +4,339 @@ name: Together AI
4
4
  country: US
5
5
  category: ai
6
6
  homepage: "https://www.together.ai"
7
- primary_color: "#0f6fff"
7
+ primary_color: "#000000"
8
8
  logo:
9
9
  type: github
10
10
  slug: togethercomputer
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Together AI Brand
15
15
  url: "https://www.together.ai/brand"
16
16
  type: brand
17
- description: Together AI's logo, color, and typography brand guidelines.
17
+ description: Official logo, colour-family, and typography guidance; it is distinct from public web and docs-chrome observations.
18
18
  og_image: "https://cdn.prod.website-files.com/69654e88dce9154b5f1206dd/69a49f8243e74bf4b805d130_og-brand.jpg"
19
+ verification_v2:
20
+ schema: 2
21
+ checked: "2026-07-13"
22
+ surfaces:
23
+ - { id: home, kind: marketing, url: "https://www.together.ai/", inspected: "2026-07-13" }
24
+ - { id: about, kind: corporate-marketing, url: "https://www.together.ai/about-us", inspected: "2026-07-13" }
25
+ - { id: brand, kind: official-brand-guidelines, url: "https://www.together.ai/brand", inspected: "2026-07-13" }
26
+ sources:
27
+ - { id: home-live, kind: product-surface, url: "https://www.together.ai/", captured: "2026-07-13" }
28
+ - { id: about-live, kind: product-surface, url: "https://www.together.ai/about-us", captured: "2026-07-13" }
29
+ - { id: brand-live, kind: brand-asset, url: "https://www.together.ai/brand", captured: "2026-07-13" }
30
+ - { id: docs-context, kind: official-doc, url: "https://docs.together.ai/intro", captured: "2026-07-13" }
31
+ - { id: about-context, kind: official-doc, url: "https://www.together.ai/about-us", captured: "2026-07-13" }
32
+ - { id: careers-context, kind: official-doc, url: "https://www.together.ai/careers", captured: "2026-07-13" }
33
+ - { id: brand-context, kind: brand-asset, url: "https://www.together.ai/brand", captured: "2026-07-13" }
34
+ conflicts: []
35
+ claims:
36
+ "tokens.colors.primary": &home { surface_id: home, source_id: home-live, method: computed-style-and-fontfaceset, captured: "2026-07-13" }
37
+ "tokens.colors.canvas": *home
38
+ "tokens.colors.tab-cyan": *home
39
+ "tokens.colors.tab-lavender": *home
40
+ "tokens.typography.family.ui": *home
41
+ "tokens.typography.family.label": *home
42
+ "tokens.typography.display.size": *home
43
+ "tokens.typography.display.weight": *home
44
+ "tokens.typography.display.lineHeight": *home
45
+ "tokens.typography.display.tracking": *home
46
+ "tokens.typography.display.use": *home
47
+ "tokens.typography.body.size": *home
48
+ "tokens.typography.body.weight": *home
49
+ "tokens.typography.body.lineHeight": *home
50
+ "tokens.typography.body.use": *home
51
+ "tokens.typography.action.size": *home
52
+ "tokens.typography.action.weight": *home
53
+ "tokens.typography.action.lineHeight": *home
54
+ "tokens.typography.action.tracking": *home
55
+ "tokens.typography.action.use": *home
56
+ "tokens.typography.label.size": *home
57
+ "tokens.typography.label.weight": *home
58
+ "tokens.typography.label.lineHeight": *home
59
+ "tokens.typography.label.tracking": *home
60
+ "tokens.typography.label.use": *home
61
+ "tokens.spacing.xs": *home
62
+ "tokens.spacing.sm": *home
63
+ "tokens.spacing.md": *home
64
+ "tokens.spacing.lg": *home
65
+ "tokens.spacing.xl": *home
66
+ "tokens.spacing.xxl": *home
67
+ "tokens.rounded.none": *home
68
+ "tokens.rounded.control": *home
69
+ "tokens.rounded.container": *home
70
+ "tokens.shadow.none": *home
71
+ "tokens.components.primary-action.type": *home
72
+ "tokens.components.primary-action.bg": *home
73
+ "tokens.components.primary-action.fg": *home
74
+ "tokens.components.primary-action.radius": *home
75
+ "tokens.components.primary-action.padding": *home
76
+ "tokens.components.primary-action.height": *home
77
+ "tokens.components.primary-action.font": *home
78
+ "tokens.components.primary-action.states": *home
79
+ "tokens.components.primary-action.use": *home
80
+ "tokens.components.secondary-action.type": *home
81
+ "tokens.components.secondary-action.bg": *home
82
+ "tokens.components.secondary-action.fg": *home
83
+ "tokens.components.secondary-action.radius": *home
84
+ "tokens.components.secondary-action.padding": *home
85
+ "tokens.components.secondary-action.font": *home
86
+ "tokens.components.secondary-action.states": *home
87
+ "tokens.components.secondary-action.use": *home
88
+ "tokens.components.selected-tab-cyan.type": *home
89
+ "tokens.components.selected-tab-cyan.bg": *home
90
+ "tokens.components.selected-tab-cyan.fg": *home
91
+ "tokens.components.selected-tab-cyan.radius": *home
92
+ "tokens.components.selected-tab-cyan.padding": *home
93
+ "tokens.components.selected-tab-cyan.height": *home
94
+ "tokens.components.selected-tab-cyan.font": *home
95
+ "tokens.components.selected-tab-cyan.states": *home
96
+ "tokens.components.selected-tab-cyan.use": *home
97
+ "tokens.components.tab-panel.type": *home
98
+ "tokens.components.tab-panel.bg": *home
99
+ "tokens.components.tab-panel.fg": *home
100
+ "tokens.components.tab-panel.radius": *home
101
+ "tokens.components.tab-panel.padding": *home
102
+ "tokens.components.tab-panel.use": *home
103
+ "tokens.components.research-card.type": *home
104
+ "tokens.components.research-card.bg": *home
105
+ "tokens.components.research-card.fg": *home
106
+ "tokens.components.research-card.radius": *home
107
+ "tokens.components.research-card.padding": *home
108
+ "tokens.components.research-card.use": *home
109
+ "tokens.components.disabled-slider-arrow.type": *home
110
+ "tokens.components.disabled-slider-arrow.bg": *home
111
+ "tokens.components.disabled-slider-arrow.fg": *home
112
+ "tokens.components.disabled-slider-arrow.radius": *home
113
+ "tokens.components.disabled-slider-arrow.size": *home
114
+ "tokens.components.disabled-slider-arrow.states": *home
115
+ "tokens.components.disabled-slider-arrow.use": *home
19
116
  tokens:
20
- source: prose-derived
21
- extracted: "2026-06-09"
117
+ source: reconciled
118
+ extracted: "2026-07-13"
119
+ note: "Only supplied public marketing, corporate-marketing, and official-brand capture is tokenized. No authenticated console or documentation chrome was captured; the documented product surface and brand assets remain separate evidence domains."
22
120
  colors:
23
- primary: "#0f6fff"
24
- magenta: "#ef2cc1"
25
- orange: "#fc4c02"
26
- dark-blue: "#010120"
27
- lavender: "#bdbbff"
121
+ primary: "#000000"
28
122
  canvas: "#ffffff"
29
- foreground: "#000000"
30
- on-dark: "#ffffff"
123
+ tab-cyan: "#c8f6f9"
124
+ tab-lavender: "#e2e1fe"
31
125
  typography:
32
- family: { sans: "The Future", mono: "PP Neue Montreal Mono" }
33
- display: { size: 64, weight: 500, lineHeight: 1.05, tracking: -1.92, use: "Hero, dense blocks" }
34
- section: { size: 40, weight: 500, lineHeight: 1.20, tracking: -0.8, use: "Feature section titles" }
35
- subheading: { size: 28, weight: 500, lineHeight: 1.15, tracking: -0.42, use: "Card headings" }
36
- feature-title: { size: 22, weight: 500, lineHeight: 1.15, tracking: -0.22, use: "Small feature headings" }
37
- body-lg: { size: 18, weight: 400, lineHeight: 1.30, tracking: -0.18, use: "Descriptions, sections" }
38
- body: { size: 16, weight: 400, lineHeight: 1.28, tracking: -0.16, use: "Standard body, nav, buttons" }
39
- caption: { size: 14, weight: 400, lineHeight: 1.40, use: "Metadata, descriptions" }
40
- mono-label: { size: 16, weight: 500, lineHeight: 1.00, tracking: 0.08, use: "Uppercase section labels" }
41
- mono-small: { size: 11, weight: 500, lineHeight: 1.00, tracking: 0.055, use: "Small uppercase tags" }
42
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 32, xxl: 48 }
43
- rounded: { sm: 4, md: 8, lg: 8, full: 9999 }
126
+ family: { ui: "The Future", label: "PP Neue Montreal Mono" }
127
+ display: { size: 64, weight: 500, lineHeight: 1.10, tracking: -1.92, use: "Observed marketing h1" }
128
+ body: { size: 16, weight: 400, lineHeight: 1.25, use: "Observed public marketing, about, and brand body/list text" }
129
+ action: { size: 16, weight: 500, lineHeight: 1.00, tracking: 0.08, use: "Observed compact public action" }
130
+ label: { size: 11, weight: 500, lineHeight: 1.40, tracking: 0.055, use: "Observed public mono label" }
131
+ spacing: { xs: 4, sm: 6, md: 8, lg: 16, xl: 20, xxl: 40 }
132
+ rounded: { none: 0, control: 4, container: 8 }
44
133
  shadow:
45
- subtle: "rgba(1,1,32,0.1) 0px 4px 10px"
134
+ none: "none"
46
135
  components_harvested: true
47
136
  components:
48
- button-dark: { type: button, bg: "#010120", fg: "#ffffff", radius: 4, use: "Primary CTA on light surfaces" }
49
- button-outline: { type: button, fg: "#000000", radius: 4, use: "Secondary actions on light surfaces" }
50
- card: { type: card, bg: "#ffffff", radius: 8, use: "Container with dark-blue-tinted subtle shadow, stats numbers" }
51
- badge: { type: badge, fg: "#000000", radius: 4, padding: "2px 8px", font: "16/500", use: "Compact uppercase mono tag" }
137
+ primary-action: { type: button, bg: "#000000", fg: "#ffffff", radius: "4px", padding: "8px 16px", height: "40px", font: "16px / 500 PP Neue Montreal Mono", states: "hover, focus, and pressed captured for selector; no common state value promoted", use: "Public compact action at home::[data-omd-capture=20]" }
138
+ secondary-action: { type: button, bg: "rgba(0, 0, 0, 0.08)", fg: "#000000", radius: "4px", padding: "16px", font: "16px / 500 PP Neue Montreal Mono", states: "hover, focus, and pressed captured for selector", use: "Public light-surface action at home::[data-omd-capture=22]" }
139
+ selected-tab-cyan: { type: tab, bg: "#c8f6f9", fg: "#000000", radius: "4px", padding: "4px 0px", height: "72px", font: "16px / 400 The Future", states: "selected and tab-selected observed", use: "Home tab at home::[data-omd-capture=29]" }
140
+ tab-panel: { type: card, bg: "#ffffff", fg: "#000000", radius: "8px", padding: "16px 16px 16px 40px", use: "Home tab panel at home::#tabs-0-panel-0 (role tabpanel)" }
141
+ research-card: { type: card, bg: "rgba(255, 255, 255, 0.08)", fg: "#ffffff", radius: "4px", padding: "20px 40px", use: "Home research card at home::div.research-card" }
142
+ disabled-slider-arrow: { type: button, bg: "rgba(255, 255, 255, 0.12)", fg: "#ffffff", radius: "4px", size: "40px", states: "disabled observed", use: "Disabled home carousel arrow at home::[data-omd-capture=38]" }
52
143
  ---
53
144
 
54
145
  # Design System Inspiration of Together AI
55
146
 
56
147
  ## 1. Visual Theme & Atmosphere
57
148
 
58
- Together AI's interface is a pastel-gradient dreamscape built for enterprise AI infrastructure a design that somehow makes GPU clusters and model inference feel light, airy, and optimistic. The hero section blooms with soft pink-blue-lavender gradients and abstract, painterly illustrations that evoke clouds and flight, establishing a visual metaphor for the "AI-Native Cloud" proposition. Against this softness, the typography cuts through with precision: "The Future" display font at 64px with aggressive negative tracking (-1.92px) creates dense, authoritative headline blocks.
149
+ Together AI describes itself as the AI Native Cloud: a full-stack platform for production AI built on systems research. Its official material ties that work to open and responsible development, helping teams ship faster, scale reliably, and improve unit economics. The public web language recorded on 13 July 2026 turns that infrastructure message into a stark, editorial surface: black actions and type on white, a large geometric display face, and small monospace control language. The official brand guide says The Future is the headline-and-body typeface and identifies the logo plus three colour families as its visual foundation. [About](https://www.together.ai/about-us) · [Brand](https://www.together.ai/brand)
59
150
 
60
- The design straddles two worlds: a bright, white-canvas light side where pastel gradients and stats cards create an approachable platform overview, and a dark navy universe (`#010120` not gray-black but a deep midnight blue) where research papers and technical content live. This dual-world approach elegantly separates the "business" messaging (light, friendly, stat-driven) from the "research" messaging (dark, serious, academic).
61
-
62
- What makes Together AI distinctive is its type system. "The Future" handles all display and body text with a geometric modernist aesthetic, while "PP Neue Montreal Mono" provides uppercase labels with meticulous letter-spacing — creating a "technical infrastructure company with taste" personality. The brand accents — magenta (`#ef2cc1`) and orange (`#fc4c02`) — appear sparingly in the gradient and illustrations, never polluting the clean UI.
151
+ The supplied runtime evidence covers only the public home, About, and Brand pages. It shows the recurring black/white structure, The Future in visible reading and display roles, and PP Neue Montreal Mono in compact public actions and labels. Cyan and lavender were observed only on particular selected home tabs; they are retained with their selectors rather than generalized into a complete semantic palette. An authenticated console, API UI, and the separately hosted documentation chrome were not captured, so this reference does not claim their tokens or component rules.
63
152
 
64
153
  **Key Characteristics:**
65
- - Soft pastel gradients (pink, blue, lavender) against pure white canvas
66
- - Deep midnight blue (`#010120`) for dark/research sections not gray-black
67
- - Custom "The Future" font with aggressive negative letter-spacing throughout
68
- - PP Neue Montreal Mono for uppercase technical labels
69
- - Sharp geometry (4px, 8px radius) not rounded, not pill
70
- - Magenta (#ef2cc1) + orange (#fc4c02) brand accents in illustrations only
71
- - Lavender (#bdbbff) as a soft secondary accent
72
- - Enterprise stats prominently displayed (2x, 60%, 90%)
73
- - Dark-blue-tinted shadows (rgba(1, 1, 32, 0.1))
154
+ - Officially positioned as a full-stack, research-led production AI platform
155
+ - Black `#000000` public action treatment and white `#ffffff` canvas in the supplied capture
156
+ - The Future for visible display/body use; PP Neue Montreal Mono for observed action/label use
157
+ - Compact 4px controls, 8px tab panels, and no observed box shadows on the retained components
158
+ - Selector-specific cyan and lavender selected-tab surfaces, not an inferred universal palette
74
159
 
75
160
  ## 2. Color Palette & Roles
76
161
 
77
- ### Primary
78
- - **Brand Magenta** (`#ef2cc1`): The primary brand accent — a vivid pink-magenta used in gradient illustrations and the highest-signal brand moments. Never used as UI chrome.
79
- - **Brand Orange** (`#fc4c02`): The secondary brand accent — a vivid orange for gradient endpoints and warm accent moments.
80
- - **Dark Blue** (`#010120`): The primary dark surface — a deep midnight blue-black used for research sections, footer, and dark containers. Not gray, not black — distinctly blue.
81
-
82
- ### Secondary & Accent
83
- - **Soft Lavender** (`#bdbbff`): A gentle blue-violet used for subtle accents, secondary indicators, and soft UI highlights.
84
- - **Black 40** (`#00000066`): Semi-transparent black for de-emphasized overlays and secondary text.
162
+ ### Observed public web colours
85
163
 
86
- ### Surface & Background
87
- - **Pure White** (`#ffffff`): The primary light-section page background.
88
- - **Dark Blue** (`#010120`): Dark-section backgrounds research, footer, technical content.
89
- - **Glass Light** (`rgba(255, 255, 255, 0.12)`): Frosted glass button backgrounds on dark sections.
90
- - **Glass Dark** (`rgba(0, 0, 0, 0.08)`): Subtle tinted surfaces on light sections.
164
+ - **Primary action / ink** (`#000000`): computed on the retained compact black action and repeated public text/border observations.
165
+ - **Canvas / on-dark text** (`#ffffff`): observed page and tab-panel canvas plus inverse action/card text.
166
+ - **Selected tab cyan** (`#c8f6f9`): observed only on `home::[data-omd-capture="29"]` while selected.
167
+ - **Selected tab lavender** (`#e2e1fe`): observed only after a recorded home-tab interaction at `home::[data-omd-interaction-capture="tab-1-0"]`.
168
+ - **Light secondary fill** (`rgba(0, 0, 0, 0.08)`): observed on the selector-specific public secondary action.
169
+ - **Dark secondary fill** (`rgba(255, 255, 255, 0.12)`): observed on the public research-card action and disabled carousel arrow.
91
170
 
92
- ### Neutrals & Text
93
- - **Pure Black** (`#000000`): Primary text on light surfaces.
94
- - **Pure White** (`#ffffff`): Primary text on dark surfaces.
95
- - **Black 8%** (`rgba(0, 0, 0, 0.08)`): Borders and subtle containment on light surfaces.
96
- - **White 12%** (`rgba(255, 255, 255, 0.12)`): Borders and containment on dark surfaces.
171
+ ### Brand and domain boundary
97
172
 
98
- ### Gradient System
99
- - **Pastel Cloud Gradient**: Soft pink → lavender → soft blue gradients in hero illustrations. These appear in abstract, painterly forms — clouds, feathers, flowing shapes — that create visual warmth without literal meaning.
100
- - **Hero Gradient**: The hero background uses soft pastel tints layered over white, creating a dawn-like atmospheric effect.
173
+ Together AI’s official Brand page calls its three foundational colour families general-purpose brand colours, but the public text extraction did not expose stable numeric values for that artwork. They are therefore not added as machine tokens. The separate documentation overview establishes product capability context—running, training, and serving open-source models—but its Mintlify chrome is not a source for the marketing tokens above. [Brand](https://www.together.ai/brand) · [Docs overview](https://docs.together.ai/intro)
101
174
 
102
175
  ## 3. Typography Rules
103
176
 
104
- ### Font Family
105
- - **Primary**: `The Future`, with fallback: `Arial`
106
- - **Monospace / Labels**: `PP Neue Montreal Mono`, with fallback: `Georgia`
107
-
108
- ### Hierarchy
109
-
110
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
111
- |------|------|------|--------|-------------|----------------|-------|
112
- | Display / Hero | The Future | 64px (4rem) | 400–500 | 1.00–1.10 (tight) | -1.92px | Maximum impact, dense blocks |
113
- | Section Heading | The Future | 40px (2.5rem) | 500 | 1.20 (tight) | -0.8px | Feature section titles |
114
- | Sub-heading | The Future | 28px (1.75rem) | 500 | 1.15 (tight) | -0.42px | Card headings |
115
- | Feature Title | The Future | 22px (1.38rem) | 500 | 1.15 (tight) | -0.22px | Small feature headings |
116
- | Body Large | The Future | 18px (1.13rem) | 400–500 | 1.30 (tight) | -0.18px | Descriptions, sections |
117
- | Body / Button | The Future | 16px (1rem) | 400–500 | 1.25–1.30 | -0.16px | Standard body, nav, buttons |
118
- | Caption | The Future | 14px (0.88rem) | 400–500 | 1.40 | normal | Metadata, descriptions |
119
- | Mono Label | PP Neue Montreal Mono | 16px (1rem) | 500 | 1.00 (tight) | 0.08px | Uppercase section labels |
120
- | Mono Small | PP Neue Montreal Mono | 11px (0.69rem) | 500 | 1.00–1.40 | 0.055–0.08px | Small uppercase tags |
121
- | Mono Micro | PP Neue Montreal Mono | 10px (0.63rem) | 400 | 1.40 | 0.05px | Smallest uppercase labels |
122
-
123
- ### Principles
124
- - **Negative tracking everywhere**: Every size of "The Future" uses negative letter-spacing (-0.16px to -1.92px), creating consistently tight, modern text.
125
- - **Mono for structure**: PP Neue Montreal Mono in uppercase with positive letter-spacing creates technical "label" moments that structure the page without competing with display text.
126
- - **Weight 500 as emphasis**: The system uses 400 (regular) and 500 (medium) — no bold. Medium weight marks headings and emphasis.
127
- - **Tight line-heights throughout**: Even body text uses 1.25–1.30 line-height — tighter than typical, creating a dense, information-rich feel.
177
+ ### Evidence classes
128
178
 
129
- ## 4. Component Stylings
179
+ - **Official brand / product-use — The Future:** Together AI explicitly calls The Future its primary headline and body typeface and describes it as a homage to Futura. [Brand](https://www.together.ai/brand)
180
+ - **Live computed surface-use + FontFaceSet/source corroboration — The Future:** 957 visible uses across the three supplied public surfaces, with four Together-hosted `.woff2` source URLs for light, regular, medium, and bold files.
181
+ - **Live computed surface-use + FontFaceSet/source corroboration — PP Neue Montreal Mono:** 134 visible uses, including public buttons and headings, with six Together-hosted `.woff2` source URLs. Pangram Pangram’s official Neue Montreal site identifies the family; that does not create a redistribution grant for Together’s served files. [Neue Montreal](https://neuemontreal.com/)
182
+ - **Declared-only — The Future Mono:** four Together-hosted `@font-face` source files were declared, but no visible computed use was recorded. It is not a UI token.
183
+ - **Declared-only — swiper-icons and webflow-icons:** asset faces with no visible computed use; not UI tokens.
184
+ - **License boundary:** Together’s brand page and Terms do not publish a font licence or redistribution permission for these webfont files. Treat them as site-delivery assets; do not extract or redistribute them.
130
185
 
131
- ### Buttons
132
-
133
- **Glass on Dark**
134
- - Background: `rgba(255, 255, 255, 0.12)` (frosted glass)
135
- - Text: Pure White (`#ffffff`)
136
- - Radius: sharp (4px)
137
- - Opacity: 0.5
138
- - Hover: transparent dark overlay
139
- - Used on dark sections — subtle, glass-like
140
-
141
- **Dark Solid**
142
- - Background: Dark Blue (`#010120`) or Pure Black
143
- - Text: Pure White
144
- - Radius: sharp (4px)
145
- - The primary CTA on light surfaces
146
-
147
- **Outlined Light**
148
- - Border: `1px solid rgba(0, 0, 0, 0.08)`
149
- - Background: transparent or subtle glass
150
- - Text: Pure Black
151
- - Radius: sharp (4px)
152
- - Secondary actions on light surfaces
153
-
154
- ### Cards & Containers
155
- - Background: Pure White or subtle glass tint
156
- - Border: `1px solid rgba(0, 0, 0, 0.08)` on light; `1px solid rgba(255, 255, 255, 0.12)` on dark
157
- - Radius: sharp (4px) for badges and small elements; comfortable (8px) for larger containers
158
- - Shadow: dark-blue-tinted (`rgba(1, 1, 32, 0.1) 0px 4px 10px`) — warm and subtle
159
- - Stats cards with large numbers prominently displayed
160
-
161
- ### Badges / Tags
162
- - Background: `rgba(0, 0, 0, 0.04)` (light) or `rgba(255, 255, 255, 0.12)` (dark)
163
- - Text: Black (light) or White (dark)
164
- - Padding: 2px 8px (compact)
165
- - Radius: sharp (4px)
166
- - Border: `1px solid rgba(0, 0, 0, 0.08)`
167
- - PP Neue Montreal Mono, uppercase, 16px
168
-
169
- ### Navigation
170
- - Clean horizontal nav on white/transparent
171
- - Logo: Together AI wordmark
172
- - Links: The Future at 16px, weight 400
173
- - CTA: Dark solid button
174
- - Hover: no text-decoration
175
-
176
- ### Image Treatment
177
- - Abstract pastel gradient illustrations (cloud/feather forms)
178
- - Product UI screenshots on dark/light surfaces
179
- - Team photos in editorial style
180
- - Research paper cards with dark backgrounds
181
-
182
- ### Distinctive Components
183
-
184
- **Stats Bar**
185
- - Large performance metrics (2x, 60%, 90%)
186
- - Bold display numbers
187
- - Short descriptive captions beneath
188
- - Clean horizontal layout
189
-
190
- **Mono Section Labels**
191
- - PP Neue Montreal Mono, uppercase, 11px, letter-spacing 0.055px
192
- - Used as navigational signposts throughout the page
193
- - Technical, structured feel
194
-
195
- **Research Section**
196
- - Dark Blue (#010120) background
197
- - White text, research paper thumbnails
198
- - Creates a distinct "academic" zone
199
-
200
- **Large Footer Logo**
201
- - "together" wordmark rendered at massive scale in the dark footer
202
- - Creates a brand-statement closing moment
203
-
204
- ## 5. Layout Principles
186
+ ### Observed hierarchy
205
187
 
206
- ### Spacing System
207
- - Base unit: 8px
208
- - Scale: 1px, 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 44px, 48px, 80px, 100px, 120px
209
- - Button/badge padding: 2px 8px (compact)
210
- - Card internal padding: approximately 24–32px
211
- - Section vertical spacing: generous (80–120px)
188
+ | Role | Family | Size | Weight | Line Height | Tracking | Evidence boundary |
189
+ |------|--------|------|--------|-------------|----------|-------------------|
190
+ | Marketing display | The Future | 64px | 500 | 70.4px | -1.92px | Captured public `h1` |
191
+ | Public body/list | The Future | 16px | 400 | 20px | normal | Repeated public text/list roles |
192
+ | Compact action | PP Neue Montreal Mono | 16px | 500 | 16px | 0.08px | Selector-specific public actions |
193
+ | Mono label | PP Neue Montreal Mono | 11px | 500 | 15.4px | 0.055px | Public label role |
212
194
 
213
- ### Grid & Container
214
- - Max container width: approximately 1200px, centered
215
- - Hero: centered with pastel gradient background
216
- - Feature sections: multi-column card grids
217
- - Stats: horizontal row of metric cards
218
- - Research: dark full-width section
195
+ ## 4. Component Stylings
219
196
 
220
- ### Whitespace Philosophy
221
- - **Optimistic breathing room**: Generous spacing between sections creates an open, inviting feel that makes enterprise AI infrastructure feel accessible.
222
- - **Dual atmosphere**: Light sections breathe with whitespace; dark sections are denser with content.
223
- - **Stats as visual anchors**: Large numbers with small captions create natural focal points.
197
+ ### Public actions
198
+
199
+ **Compact black action**
200
+ - Background: `#000000`
201
+ - Text: `#ffffff`
202
+ - Radius: 4px
203
+ - Padding: 8px 16px
204
+ - Height: 40px
205
+ - Font: 16px / 500 / PP Neue Montreal Mono
206
+ - Use: `home::[data-omd-capture="20"]`; hover, focus, and pressed were captured for this selector, but no shared state value is promoted.
207
+
208
+ **Light secondary action**
209
+ - Background: `rgba(0, 0, 0, 0.08)`
210
+ - Text: `#000000`
211
+ - Radius: 4px
212
+ - Padding: 16px
213
+ - Font: 16px / 500 / PP Neue Montreal Mono
214
+ - Use: `home::[data-omd-capture="22"]`; hover, focus, and pressed were captured for this selector.
215
+
216
+ **Research-card action**
217
+ - Background: `rgba(255, 255, 255, 0.12)`
218
+ - Text: `#ffffff`
219
+ - Radius: 4px
220
+ - Padding: 16px
221
+ - Font: 16px / 500 / PP Neue Montreal Mono
222
+ - Use: `home::[data-omd-capture="40"]`, class `btn … is-secondary-dark`.
223
+
224
+ ### Home tab treatment
225
+
226
+ **Selected cyan tab**
227
+ - Background: `#c8f6f9`
228
+ - Text: `#000000`
229
+ - Radius: 4px
230
+ - Padding: 4px 0px
231
+ - Height: 72px
232
+ - Font: 16px / 400 / The Future
233
+ - Use: selected home tab `home::[data-omd-capture="29"]`; selected/tab-selected state recorded.
234
+
235
+ **Selected lavender tab**
236
+ - Background: `#e2e1fe`
237
+ - Text: `#000000`
238
+ - Radius: 4px
239
+ - Padding: 4px 0px
240
+ - Height: 72px
241
+ - Font: 16px / 400 / The Future
242
+ - Use: interaction-captured selected home tab `home::[data-omd-interaction-capture="tab-1-0"]`; selector-specific, not a general tab variant.
243
+
244
+ **Tab panel**
245
+ - Background: `#ffffff`
246
+ - Text: `#000000`
247
+ - Radius: 8px
248
+ - Padding: 16px 16px 16px 40px
249
+ - Use: selected home panel `home::#tabs-0-panel-0`.
250
+
251
+ ### Research and disabled control
252
+
253
+ **Research card**
254
+ - Background: `rgba(255, 255, 255, 0.08)`
255
+ - Text: `#ffffff`
256
+ - Radius: 4px
257
+ - Padding: 20px 40px
258
+ - Font: 16px / 400 / The Future
259
+ - Use: home `div.research-card`; no shadow was computed.
260
+
261
+ **Disabled carousel arrow**
262
+ - Background: `rgba(255, 255, 255, 0.12)`
263
+ - Text: `#ffffff`
264
+ - Radius: 4px
265
+ - Size: 40px
266
+ - Font: 16px / 400 / The Future
267
+ - Use: disabled home slider arrow `home::[data-omd-capture="38"]`, class containing `swiper-button-disabled`.
224
268
 
225
- ### Border Radius Scale
226
- - Sharp (4px): Buttons, badges, tags, small interactive elements — the primary radius
227
- - Comfortable (8px): Larger containers, feature cards
269
+ ## 5. Layout Principles
228
270
 
229
- *This is a deliberately restrained radius system no pills, no generous rounding. The sharp geometry contrasts with the soft pastel gradients.*
271
+ The recorded home evidence establishes a compact public control rhythm rather than a complete application grid: 4px control corners, 8px tab-panel corners, 4px/6px/8px/16px/20px/40px spacing values, and a 40px compact action height. The selected tab panel uses asymmetric `16px 16px 16px 40px` padding; research cards use `20px 40px`. These are component observations, not a mandate for separate product or documentation layouts.
230
272
 
231
273
  ## 6. Depth & Elevation
232
274
 
233
- | Level | Treatment | Use |
234
- |-------|-----------|-----|
235
- | Flat (Level 0) | No shadow, no border | Page background, text blocks |
236
- | Contained (Level 1) | `1px solid rgba(0,0,0,0.08)` (light) or `rgba(255,255,255,0.12)` (dark) | Cards, badges, containers |
237
- | Elevated (Level 2) | `rgba(1, 1, 32, 0.1) 0px 4px 10px` | Feature cards, hover states |
238
- | Dark Zone (Level 3) | Dark Blue (#010120) full-width background | Research, footer, technical sections |
239
-
240
- **Shadow Philosophy**: Together AI uses a single, distinctive shadow — tinted with Dark Blue (`rgba(1, 1, 32, 0.1)`) rather than generic black. This gives elevated elements a subtle blue-ish cast that ties them to the brand's midnight-blue dark mode. The shadow is soft (10px blur, 4px offset) and always downward — creating gentle paper-hover elevation.
275
+ The retained components report `box-shadow: none`. Separation is provided by black/white contrast, translucent white or black fills, and the 4px/8px geometry. No general elevation scale is claimed.
241
276
 
242
277
  ## 7. Do's and Don'ts
243
278
 
244
279
  ### Do
245
- - Use pastel gradients (pink/blue/lavender) for hero illustrations and decorative backgrounds
246
- - Use Dark Blue (#010120) for dark sections never generic gray-black
247
- - Apply negative letter-spacing on all "The Future" text (scaled by size)
248
- - Use PP Neue Montreal Mono in uppercase for section labels and technical markers
249
- - Keep border-radius sharp (4px) for badges and interactive elements
250
- - Use the dark-blue-tinted shadow for elevation
251
- - Maintain the light/dark section duality — business (light) vs research (dark)
252
- - Show enterprise stats prominently with large display numbers
280
+
281
+ - Use The Future only when it is available through a valid licence; keep its observed public display/body roles distinct from the mono label face.
282
+ - Keep the recorded public action treatment compact: 4px corners, black/white contrast, and mono action text.
283
+ - Treat cyan and lavender as the documented home-tab observations, with their selector/surface boundaries intact.
284
+ - Use flat containment where the retained components show `box-shadow: none`.
253
285
 
254
286
  ### Don't
255
- - Don't use Brand Magenta (#ef2cc1) or Brand Orange (#fc4c02) as UI colors — they're for illustrations only
256
- - Don't use pill-shaped or generously rounded corners the geometry is sharp
257
- - Don't use generic gray-black for dark sections always Dark Blue (#010120)
258
- - Don't use positive letter-spacing on "The Future" it's always negative
259
- - Don't use bold (700+) weight 400–500 is the full range
260
- - Don't use warm-toned shadows — always dark-blue-tinted
261
- - Don't reduce section spacing below 48px — the open feeling is core
262
- - Don't mix in additional typefaces — "The Future" + PP Neue Montreal Mono is the pair
287
+
288
+ - Do not substitute a system font and label it The Future or PP Neue Montreal Mono.
289
+ - Do not infer console, authenticated API, or Mintlify documentation components from the public marketing capture.
290
+ - Do not turn the selector-specific cyan/lavender tab fills into a general semantic colour system.
291
+ - Do not reintroduce the uncorroborated legacy blue primary, universal navy token, or subpixel pricing-tab values.
263
292
 
264
293
  ## 8. Responsive Behavior
265
294
 
266
- ### Breakpoints
267
- | Name | Width | Key Changes |
268
- |------|-------|-------------|
269
- | Mobile | <479px | Compact layout, stacked everything |
270
- | Large Mobile | 479–767px | Single column, hamburger nav |
271
- | Tablet | 768–991px | 2-column grids begin |
272
- | Desktop | 992px+ | Full multi-column layout |
273
-
274
- ### Touch Targets
275
- - Buttons with adequate padding
276
- - Card surfaces as touch targets
277
- - Navigation links at comfortable 16px
278
-
279
- ### Collapsing Strategy
280
- - **Navigation**: Collapses to hamburger on mobile
281
- - **Hero text**: 64px → 40px → 28px progressive scaling
282
- - **Stats bar**: Horizontal → stacked vertical
283
- - **Feature grids**: Multi-column → single column
284
- - **Research section**: Cards stack vertically
285
-
286
- ### Image Behavior
287
- - Pastel illustrations scale proportionally
288
- - Product screenshots maintain aspect ratio
289
- - Team photos scale within containers
295
+ No responsive breakpoint or mobile layout claim is retained: the supplied evidence records desktop-style computed components and two tab interactions, not a responsive audit. Preserve the observed 40px compact action and 72px tab measurements only in their captured public contexts.
290
296
 
291
297
  ## 9. Agent Prompt Guide
292
298
 
293
- ### Quick Color Reference
294
- - Primary Text (light): "Pure Black (#000000)"
295
- - Primary Text (dark): "Pure White (#ffffff)"
296
- - Page Background: "Pure White (#ffffff)"
297
- - Dark Surface: "Dark Blue (#010120)"
298
- - Brand Accent 1: "Brand Magenta (#ef2cc1)"
299
- - Brand Accent 2: "Brand Orange (#fc4c02)"
300
- - Soft Accent: "Soft Lavender (#bdbbff)"
301
- - Border (light): "rgba(0, 0, 0, 0.08)"
302
-
303
- ### Example Component Prompts
304
- - "Create a hero section on white with soft pastel gradients (pink → lavender → blue) as background. Headline at 64px 'The Future' weight 500, line-height 1.10, letter-spacing -1.92px. Pure Black text. Include a dark blue CTA button (#010120, 4px radius)."
305
- - "Design a stats card: large display number (64px, weight 500) with a small caption below (14px). White background, 8px radius, dark-blue-tinted shadow (rgba(1, 1, 32, 0.1) 0px 4px 10px)."
306
- - "Build a section label: PP Neue Montreal Mono, 11px, weight 500, uppercase, letter-spacing 0.055px. Black text on light, white on dark."
307
- - "Create a dark research section: Dark Blue (#010120) background. White text, section heading at 40px 'The Future' weight 500, letter-spacing -0.8px. Cards with rgba(255, 255, 255, 0.12) border."
308
- - "Design a badge: 4px radius, rgba(0, 0, 0, 0.04) background, 1px solid rgba(0, 0, 0, 0.08) border, 'The Future' 16px text. Padding: 2px 8px."
309
-
310
- ### Iteration Guide
311
- 1. Always specify negative letter-spacing for "The Future" — it's scaled by size
312
- 2. Dark sections use #010120 (midnight blue), never generic black
313
- 3. Shadows are always dark-blue-tinted: rgba(1, 1, 32, 0.1)
314
- 4. Mono labels are always uppercase with positive letter-spacing
315
- 5. Keep radius sharp (4px or 8px) — no pills, no generous rounding
316
- 6. Pastel gradients are for decoration, not UI chrome
299
+ Design a public Together AI-inspired marketing section with a white canvas, black compact mono actions, The Future only when licensed, 4px control geometry, and flat surfaces. Use the documented cyan or lavender only for selector-specific selected tabs, not as a generic product palette. Do not invent authenticated-console, documentation, form-error, or motion patterns from this reference.
317
300
 
318
301
  ## 10. Voice & Tone
319
302
 
320
- Together AI's voice is **AI-native cloud and OSS-research-positioned.** "The AI Native Cloud" capability-driven, model-versioned. Marketing emphasizes open-weights model hosting + price-per-token transparency.
321
-
322
- | Context | Tone |
323
- |---|---|
324
- | CTA | Verb. "Start building", "Contact Sales", "Get started" |
325
- | Marketing | Model-listed. Hero shows MiniMax / DeepSeek / Qwen / Llama as supported |
326
- | Documentation | Code-first, model-spec heavy |
327
- | Error | Specific. "Model not available in region. Try alternate endpoint." |
303
+ Together AIs official language is direct, research-led, and open-community oriented: “Building the AI Native Cloud and a full-stack platform for production AI. Its About page pairs delivery language—helping teams ship faster and scale reliably—with values including open and responsible development, empowerment of innovation, and model stewardship. [About](https://www.together.ai/about-us)
328
304
 
329
305
  **Voice samples**
330
- - Marketing CTA: *"Start building"* / *"Contact Sales"* <!-- verified: together.ai homepage 2026-05 -->
331
-
332
- **Forbidden phrases.** "Revolutionary AI cloud". Generic OpenAI-comparison framing.
306
+ - *“Build what’s next on the AI Native Cloud”* — public home proposition. <!-- verified: together.ai home, 2026-07-13 -->
307
+ - *“Run, train, and serve open-source AI models on Together AI.”* — official documentation overview. <!-- verified: docs.together.ai/intro, 2026-07-13 -->
308
+ - *“We design a full-stack AI platform powered by cutting edge system research.”* — official mission statement. <!-- verified: together.ai/about-us, 2026-07-13 -->
333
309
 
334
310
  ## 11. Brand Narrative
335
311
 
336
- Together AI (legal name **Together Computer Inc.**) was founded **June 11 2022** by an unusually academic-heavy team of **four co-founders**: **Vipul Ved Prakash (Founder + CEO)**, **Ce Zhang** (ex-ETH Zurich, data-management-for-ML research), **Chris Ré** (Stanford professor; his lab produced foundational data-centric AI work), and **Percy Liang** (Stanford professor; leads Stanford's **Center for Research on Foundation Models (CRFM)**) ([Together AI — About Us](https://www.together.ai/about-us), [Vipul Ved Prakash Wikipedia](https://en.wikipedia.org/wiki/Vipul_Ved_Prakash), [Latent Space Cloud Intelligence at 5000 tok/s w/ Ce Zhang + Vipul Ved Prakash](https://www.latent.space/p/together)). Decentralized AI cloud positioned for OSS model hosting Llama, DeepSeek, Mistral, Qwen, MiniMax served alongside Together's own models. **Funding ~$534M** at **$3.3B valuation** with investors including **Emergence Capital, General Catalyst, NVIDIA** ([TechCrunch — Together $20M for OSS gen-AI](https://techcrunch.com/2023/05/15/together-raises-20m-to-build-open-source-generative-ai-models/), [Tracxn — Together AI](https://tracxn.com/d/companies/togetherai/__fcIBLE0rJMeK3FAdcfzE0H41jE36bJd0FDBWalYo6cY)). Strong adoption among AI startups + research teams. The brand voice tracks this **academic-OSS-cloud** positioning — leading alternative to hyperscaler AI services on speed, cost efficiency, and deep OSS-ecosystem support.
312
+ Together AI’s first-party material frames the company around open and decentralized alternatives for AI infrastructure. In its 2023 seed announcement, co-founder and CEO Vipul Ved Prakash wrote that the founders saw the costs of GPU clusters concentrating foundation models within a small number of companies and wanted an open ecosystem to remain viable. [Seed announcement](https://www.together.ai/blog/seed-funding)
313
+
314
+ The current About page expresses that direction as the AI Native Cloud: a full-stack production-AI platform powered by systems research. It identifies Vipul Ved Prakash, Ce Zhang, Chris Ré, Tri Dao, and Percy Liang among its founders and lists open development, efficiency, curiosity, and model stewardship among its values. [About](https://www.together.ai/about-us)
337
315
 
338
316
  ## 12. Principles
339
317
 
340
- 1. **Open weights are first-class.** *UI implication:* model catalog leads with OSS models, not proprietary.
341
- 2. **Sharp 4-8px radius.** *UI implication:* never pill chrome.
342
- 3. **Pastel gradients for decoration only.** *UI implication:* never use gradients on UI chrome.
343
- 4. **Token pricing is transparent.** *UI implication:* per-model pricing first-class on landing.
344
- 5. **Black primary CTA.** *UI implication:* use `#000` for primary action.
318
+ 1. **Open and responsible development.** *UI implication:* describe model and platform choices plainly; do not imply a closed-only ecosystem. [About](https://www.together.ai/about-us)
319
+ 2. **Empower innovation.** *UI implication:* make the next developer/researcher action direct and legible rather than decorative. [About](https://www.together.ai/about-us)
320
+ 3. **Do more with less.** *UI implication:* retain the captured flat, compact public chrome instead of adding unsupported ornament. [About](https://www.together.ai/about-us)
321
+ 4. **Model stewardship.** *UI implication:* do not make unsupported safety, performance, or product-state claims. [About](https://www.together.ai/about-us)
345
322
 
346
323
  ## 13. Personas
347
324
 
348
- *Personas are fictional archetypes informed by Together AI user segments (AI startup engineers, ML researchers, fine-tuning practitioners), not individual people.*
349
-
350
- **Sergey Volkov, 33, Berlin.** AI startup engineer. Together for serving fine-tuned Llama 3.
351
-
352
- **Aisha Patel, 31, San Francisco.** ML researcher. Uses Together for benchmarking OSS models.
353
-
354
- **Marcus Chen, 38, NYC.** Platform engineer. Cost-per-token transparency drove migration.
325
+ Together AI’s official pages name developers, researchers, and teams as audiences for its platform. No first-party persona research, named user archetypes, or role-specific workflow evidence was supplied, so fictional personas are intentionally not created here. [Careers](https://www.together.ai/careers) · [Docs overview](https://docs.together.ai/intro)
355
326
 
356
327
  ## 14. States
357
328
 
358
- | State | Treatment |
359
- |---|---|
360
- | **Empty (no API keys)** | "Generate first API key" |
361
- | **Empty (no projects)** | "Try a model" with grid |
362
- | **Loading (inference)** | Per-token streaming |
363
- | **Loading (model loading)** | Cold-start indicator |
364
- | **Error (model)** | Specific error |
365
- | **Error (rate limit)** | Tier limit + upgrade |
366
- | **Success (generation)** | Result + share |
367
- | **Success (deployment)** | Endpoint URL |
368
- | **Skeleton (model list)** | 4px placeholders |
369
- | **Disabled (no quota)** | Add credits link |
370
- | **Loading (long task)** | Persistent progress |
329
+ Only one state is retained from the supplied computed evidence: a disabled public carousel arrow with `rgba(255, 255, 255, 0.12)` background, white text, 4px radius, and 40px size at `home::[data-omd-capture="38"]`. The home capture also records selected/tab-selected tab transitions. Empty, loading, error, success, quota, and authenticated product states were not observed and are not invented.
371
330
 
372
331
  ## 15. Motion & Easing
373
332
 
374
- | Token | Value | Use |
375
- |---|---|---|
376
- | `motion-instant` | 0ms | Selection |
377
- | `motion-fast` | 150ms | Hover |
378
- | `motion-standard` | 250ms | Modal, panel |
379
- | `motion-streaming` | continuous | Token streaming |
380
-
381
- Standard cubic-bezier; no bounce. `prefers-reduced-motion: reduce` removes hover transitions.
333
+ The supplied evidence records interaction kinds and selected/disabled outcomes, but no duration, easing, transition, or reduced-motion values. No motion tokens are claimed.
382
334
 
383
335
  ---
384
336
 
385
- **Verified:** 2026-05-08 (omd:migrate run 59 — Apple-tier)
386
- **Tier 1 sources:** together.ai home + /pricing (live DOM via playwright **canonical 4px (not subpixel-rounded 3.33px)**: Primary `#000` Black 4px / 40px (32px header) / 16px / 16px·**500 ALL CAPS** + Light Outline `rgba(0,0,0,0.08)` + Dark-canvas Outline `rgba(255,255,255,0.12)` + pricing tab 3.25px sub-radius / 13px·500).
387
- **Tier 2 sources:** styles.refero.design / getdesign.md no record.
388
- **Tier 2 (Philosophy/founders/funding):** Together AI About Us, Wikipedia (Vipul Ved Prakash), Latent Space podcast (5000 tok/s), TechCrunch (2023-05 $20M), Tracxn, Clay.
389
- **Style ref:** `stripe`. **Conflicts unresolved:** none. **Earlier mistake reverted:** prior footer's 3.33px / 13.3px / 33px were subpixel-rounding artifacts from rem-based measurements; canonical is 4px / 16px / 40px / 16px·500.
337
+ **Verified:** 2026-07-13
338
+ **Tier 1 sources:** https://www.together.ai/ (marketing computed styles + FontFaceSet), https://www.together.ai/about-us (corporate-marketing computed styles + official context), https://www.together.ai/brand (official brand guidance + computed styles), https://docs.together.ai/intro (documentation context only), https://www.together.ai/careers, https://www.together.ai/blog/seed-funding
339
+ **Tier 2 sources:** https://getdesign.md/together.ai/design-md (independent, explicitly not affiliated); https://styles.refero.design/style/461da0f0-fde6-46bc-8137-7eca006260a8 (independent style reference)
340
+ **Conflicts unresolved:** none
341
+
342
+ Tier 2 agrees on the black/white, pastel-tab, sharp-corner direction but does not override the supplied selector-level Tier 1 measurements.