oh-my-design-cli 1.8.7 → 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 (247) 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 +1995 -38
  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/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: minimax
3
- name: Minimax
3
+ name: MiniMax
4
4
  country: US
5
5
  category: ai
6
6
  homepage: "https://www.minimaxi.com"
@@ -8,389 +8,331 @@ primary_color: "#000000"
8
8
  logo:
9
9
  type: simpleicons
10
10
  slug: minimax
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: marketing, url: "https://www.minimaxi.com/", inspected: "2026-07-13" }
18
+ - { id: m3-launch, kind: product-launch, url: "https://www.minimaxi.com/models/text/m3", inspected: "2026-07-13" }
19
+ - { id: audio-tool, kind: product-tool, url: "https://www.minimaxi.com/audio", inspected: "2026-07-13" }
20
+ - { id: careers, kind: careers-marketing, url: "https://www.minimaxi.com/careers", inspected: "2026-07-13" }
21
+ sources:
22
+ - { id: home-live, kind: product-surface, url: "https://www.minimaxi.com/", captured: "2026-07-13" }
23
+ - { id: m3-live, kind: product-surface, url: "https://www.minimaxi.com/models/text/m3", captured: "2026-07-13" }
24
+ - { id: audio-live, kind: product-surface, url: "https://www.minimaxi.com/audio", captured: "2026-07-13" }
25
+ - { id: careers-live, kind: product-surface, url: "https://www.minimaxi.com/careers", captured: "2026-07-13" }
26
+ - { id: misans-asset, kind: brand-asset, url: "https://filecdn.minimax.chat/public/MiSans-Regular.woff2", captured: "2026-07-13" }
27
+ - { id: minimax-about, kind: official-doc, url: "https://minimaxi.com/about", captured: "2026-07-13" }
28
+ - { id: platform-models, kind: official-doc, url: "https://platform.minimaxi.com/docs/guides/models-intro", captured: "2026-07-13" }
29
+ - { id: misans-license, kind: license, url: "https://hyperos.mi.com/font-download/MiSans%E5%AD%97%E4%BD%93%E7%9F%A5%E8%AF%86%E4%BA%A7%E6%9D%83%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE.pdf", captured: "2026-07-13" }
30
+ - { id: outfit-license, kind: license, url: "https://github.com/Outfitio/Outfit-Fonts", captured: "2026-07-13" }
31
+ conflicts: []
32
+ claims:
33
+ "tokens.colors.canvas": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.colors.ink": *home
35
+ "tokens.colors.secondary-text": *home
36
+ "tokens.colors.muted": *home
37
+ "tokens.colors.surface": *home
38
+ "tokens.colors.border": *home
39
+ "tokens.colors.action-dark": *home
40
+ "tokens.colors.action-on-dark": *home
41
+ "tokens.colors.audio-accent": &audio { surface_id: audio-tool, source_id: audio-live, method: computed-style, captured: "2026-07-13" }
42
+ "tokens.colors.audio-on-accent": *audio
43
+ "tokens.typography.family.ui": *home
44
+ "tokens.typography.family.display": *home
45
+ "tokens.typography.public-body.size": *home
46
+ "tokens.typography.public-body.weight": *home
47
+ "tokens.typography.public-body.lineHeight": *home
48
+ "tokens.typography.public-body.use": *home
49
+ "tokens.typography.m3-display.size": &m3 { surface_id: m3-launch, source_id: m3-live, method: computed-style, captured: "2026-07-13" }
50
+ "tokens.typography.m3-display.weight": *m3
51
+ "tokens.typography.m3-display.lineHeight": *m3
52
+ "tokens.typography.m3-display.use": *m3
53
+ "tokens.typography.careers-display.size": &careers { surface_id: careers, source_id: careers-live, method: computed-style, captured: "2026-07-13" }
54
+ "tokens.typography.careers-display.weight": *careers
55
+ "tokens.typography.careers-display.lineHeight": *careers
56
+ "tokens.typography.careers-display.use": *careers
57
+ "tokens.spacing.home-action-x": *home
58
+ "tokens.spacing.m3-action-x": *m3
59
+ "tokens.spacing.audio-action-x": *audio
60
+ "tokens.spacing.careers-action-x": *careers
61
+ "tokens.spacing.careers-action-y": *careers
62
+ "tokens.rounded.home-action": *home
63
+ "tokens.rounded.m3-action": *m3
64
+ "tokens.rounded.audio-action": *audio
65
+ "tokens.rounded.careers-action": *careers
66
+ "tokens.components.home-light-action.type": *home
67
+ "tokens.components.home-light-action.bg": *home
68
+ "tokens.components.home-light-action.fg": *home
69
+ "tokens.components.home-light-action.radius": *home
70
+ "tokens.components.home-light-action.padding": *home
71
+ "tokens.components.home-light-action.font": *home
72
+ "tokens.components.home-light-action.states": *home
73
+ "tokens.components.home-light-action.use": *home
74
+ "tokens.components.m3-dark-action.type": *m3
75
+ "tokens.components.m3-dark-action.bg": *m3
76
+ "tokens.components.m3-dark-action.fg": *m3
77
+ "tokens.components.m3-dark-action.radius": *m3
78
+ "tokens.components.m3-dark-action.padding": *m3
79
+ "tokens.components.m3-dark-action.font": *m3
80
+ "tokens.components.m3-dark-action.states": *m3
81
+ "tokens.components.m3-dark-action.use": *m3
82
+ "tokens.components.m3-light-action.type": *m3
83
+ "tokens.components.m3-light-action.bg": *m3
84
+ "tokens.components.m3-light-action.fg": *m3
85
+ "tokens.components.m3-light-action.radius": *m3
86
+ "tokens.components.m3-light-action.padding": *m3
87
+ "tokens.components.m3-light-action.font": *m3
88
+ "tokens.components.m3-light-action.states": *m3
89
+ "tokens.components.m3-light-action.use": *m3
90
+ "tokens.components.audio-generate.type": *audio
91
+ "tokens.components.audio-generate.bg": *audio
92
+ "tokens.components.audio-generate.fg": *audio
93
+ "tokens.components.audio-generate.radius": *audio
94
+ "tokens.components.audio-generate.padding": *audio
95
+ "tokens.components.audio-generate.font": *audio
96
+ "tokens.components.audio-generate.states": *audio
97
+ "tokens.components.audio-generate.use": *audio
98
+ "tokens.components.careers-primary.type": *careers
99
+ "tokens.components.careers-primary.bg": *careers
100
+ "tokens.components.careers-primary.fg": *careers
101
+ "tokens.components.careers-primary.radius": *careers
102
+ "tokens.components.careers-primary.padding": *careers
103
+ "tokens.components.careers-primary.font": *careers
104
+ "tokens.components.careers-primary.states": *careers
105
+ "tokens.components.careers-primary.use": *careers
106
+ "tokens.components.careers-outline.type": *careers
107
+ "tokens.components.careers-outline.fg": *careers
108
+ "tokens.components.careers-outline.border": *careers
109
+ "tokens.components.careers-outline.radius": *careers
110
+ "tokens.components.careers-outline.padding": *careers
111
+ "tokens.components.careers-outline.font": *careers
112
+ "tokens.components.careers-outline.states": *careers
113
+ "tokens.components.careers-outline.use": *careers
13
114
  tokens:
14
- source: prose-derived
15
- extracted: "2026-06-09"
115
+ source: reconciled
116
+ extracted: "2026-07-13"
117
+ note: "Current public marketing, model-launch, audio-tool, and careers surfaces are named separately; no authenticated product or documentation-chrome token is inferred."
16
118
  colors:
17
- brand-blue: "#1456f0"
18
- sky-blue: "#3daeff"
19
- brand-pink: "#ea5ec1"
20
- primary-200: "#bfdbfe"
21
- primary-light: "#60a5fa"
22
- primary-500: "#3b82f6"
23
- primary-600: "#2563eb"
24
- primary-700: "#1d4ed8"
25
- brand-deep: "#17437d"
26
- text-primary: "#222222"
27
- button-text: "#18181b"
28
- charcoal: "#181e25"
29
- text-secondary: "#45515e"
30
- text-muted: "#8e8e93"
31
- helper: "#5f5f5f"
32
119
  canvas: "#ffffff"
33
- surface: "#f0f0f0"
34
- border-light: "#f2f3f5"
120
+ ink: "#18181b"
121
+ secondary-text: "#45515e"
122
+ muted: "#86909c"
123
+ surface: "#f5f5f5"
35
124
  border: "#e5e7eb"
36
- success-bg: "#e8ffea"
37
- dark: "#333333"
125
+ action-dark: "#181e25"
126
+ action-on-dark: "#ffffff"
127
+ audio-accent: "#7659fa"
128
+ audio-on-accent: "#f8f8f8"
38
129
  typography:
39
- family: { sans: "DM Sans", mono: "Roboto" }
40
- display-hero: { size: 80, weight: 500, lineHeight: 1.10, use: "Hero headlines, DM Sans/Outfit" }
41
- section: { size: 31, weight: 600, lineHeight: 1.50, use: "Feature section titles, Outfit" }
42
- card-title: { size: 28, weight: 500, lineHeight: 1.71, use: "Product card headings, Outfit" }
43
- subheading: { size: 24, weight: 500, lineHeight: 1.50, use: "Mid-tier headings, Poppins" }
44
- feature: { size: 18, weight: 500, lineHeight: 1.50, use: "Feature names, Poppins" }
45
- body-lg: { size: 20, weight: 500, lineHeight: 1.50, use: "Emphasized body, DM Sans" }
46
- body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard body, DM Sans" }
47
- nav: { size: 14, weight: 500, lineHeight: 1.50, use: "Navigation, links, DM Sans" }
48
- button-sm: { size: 13, weight: 600, lineHeight: 1.50, use: "Compact buttons, DM Sans" }
49
- caption: { size: 13, weight: 400, lineHeight: 1.70, use: "Metadata, DM Sans/Poppins" }
50
- label: { size: 12, weight: 500, lineHeight: 1.50, use: "Tags, badges, DM Sans" }
51
- spacing: { xs: 4, sm: 8, md: 11, base: 16, lg: 20, xl: 24, xxl: 32, section: 48 }
52
- rounded: { sm: 8, md: 13, lg: 20, full: 9999 }
53
- shadow:
54
- standard: "rgba(0,0,0,0.08) 0px 4px 6px"
55
- soft-glow: "rgba(0,0,0,0.08) 0px 0px 22.576px"
56
- brand-glow: "rgba(44,30,116,0.16) 0px 0px 15px"
57
- card-elevation: "rgba(36,36,36,0.08) 0px 12px 16px -4px"
130
+ family: { ui: "MiSans", display: "Outfit" }
131
+ public-body: { size: 16, weight: 400, lineHeight: "24px", use: "Repeated public home body and navigation context" }
132
+ m3-display: { size: 78, weight: 600, lineHeight: "85.8px", use: "M3 model-launch hero heading" }
133
+ careers-display: { size: 60, weight: 700, lineHeight: "60px", use: "Careers-marketing headline" }
134
+ spacing: { home-action-x: 28, m3-action-x: 12, audio-action-x: 20, careers-action-x: 24, careers-action-y: 12 }
135
+ rounded: { home-action: 32, m3-action: 8, audio-action: 100, careers-action: 9999 }
58
136
  components:
59
- button-primary: { type: button, bg: "#181e25", fg: "#ffffff", radius: 8, padding: "11px 20px", use: "Primary CTA Get Started/Learn More" }
60
- button-nav: { type: button, fg: "#18181b", radius: 9999, use: "Navigation tabs, filter toggles" }
61
- button-white: { type: button, bg: "#ffffff", radius: 9999, use: "Secondary nav, inactive tabs" }
62
- button-secondary: { type: button, bg: "#f0f0f0", fg: "#333333", radius: 8, padding: "11px 20px", use: "Secondary actions" }
63
- product-card: { type: card, radius: 20, use: "Vibrant gradient product card with brand glow" }
64
- matrix-card: { type: card, bg: "#ffffff", radius: 13, use: "AI product card, white with subtle shadow" }
137
+ home-light-action: { type: button, bg: "#f5f5f5", fg: "#181e25", radius: "32px", padding: "0px 28px", font: "16px / 400 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "Home marketing header action, selector home::[data-omd-capture=16]" }
138
+ m3-dark-action: { type: button, bg: "#000000", fg: "#ffffff", radius: "8px", padding: "0px 12px", font: "14px / 400 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "M3 launch paired dark action, selector surface-2::[data-omd-capture=20]" }
139
+ m3-light-action: { type: button, bg: "#ffffff", fg: "#222222", radius: "8px", padding: "0px 12px", font: "14px / 400 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "M3 launch paired light action, selector surface-2::[data-omd-capture=21]" }
140
+ audio-generate: { type: button, bg: "#7659fa", fg: "#f8f8f8", radius: "100px", padding: "0px 20px", font: "14px / 500 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "Public audio-tool generate action, selector surface-3::[data-omd-capture=12]" }
141
+ careers-primary: { type: button, bg: "#181e25", fg: "#ffffff", radius: "9999px", padding: "12px 24px", font: "14px / 500 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "Careers-marketing primary action, selector surface-4::[data-omd-capture=18]" }
142
+ careers-outline: { type: button, fg: "#18181b", border: "1px solid #18181b", radius: "9999px", padding: "12px 32px", font: "16px / 500 / MiSans", states: "default only; no interaction event or pseudo-state captured", use: "Careers-marketing outline action, selector surface-4::[data-omd-capture=26]" }
65
143
  components_harvested: true
66
144
  ---
67
145
 
68
- # Design System Inspiration of MiniMax
146
+ # MiniMax Design Reference
69
147
 
70
148
  ## 1. Visual Theme & Atmosphere
71
149
 
72
- MiniMax's website is a clean, product-showcase platform for a Chinese AI technology company that bridges consumer-friendly appeal with technical credibility. The design language is predominantly white-space-driven with a light, airy feel pure white backgrounds (`#ffffff`) dominate, letting colorful product cards and AI model illustrations serve as the visual anchors. The overall aesthetic sits at the intersection of Apple's product marketing clarity and a playful, rounded design language that makes AI technology feel approachable.
150
+ MiniMax is a general-AI company whose own current account centers a family of proprietary multimodal models and AI-native products for people, enterprises, and developers. The public web translates that breadth into a mostly white, text-led presentation: near-black type, restrained grey surfaces, large model-specific hero moments, and a few route-local action colors. The stable visual thread across the captured home, M3 launch, audio tool, and careers pages is not a universal card style or color scale; it is dense information given room to breathe through simple backgrounds, rounded actions, and clear hierarchy. The current product family is changing quickly—MiniMax’s official model documentation lists text, video, speech, image, and music offerings—so this reference preserves each observed surface domain rather than blending a launch page, an audio tool, careers marketing, and unobserved documentation chrome into one fictional system.
73
151
 
74
- The typography system is notably multi-font: DM Sans serves as the primary UI workhorse, Outfit handles display headings with geometric elegance, Poppins appears for mid-tier headings, and Roboto handles data-heavy contexts. This variety reflects a brand in rapid growth — each font serves a distinct communicative purpose rather than competing for attention. The hero heading at 80px weight 500 in both DM Sans and Outfit with a tight 1.10 line-height creates a bold but not aggressive opening statement.
152
+ - **Neutral public base:** `#ffffff` canvas, `#18181b` ink, and `#e5e7eb` borders recur on home, M3, and careers surfaces.
153
+ - **Surface-local action geometry:** 32px on the home header, 8px on M3 paired actions, 100px on the audio tool, and full pills on careers are separate observations.
154
+ - **Model-family expression:** M3 uses a 78px Outfit hero while the careers page uses a 60px MiSans headline; neither becomes a universal app heading rule.
155
+ - **Bounded source domains:** the raw bundle contains no authenticated product session or documentation chrome. Those domains are intentionally not represented by tokens.
75
156
 
76
- What makes MiniMax distinctive is its pill-button geometry (9999px radius) for navigation and primary actions, combined with softer 8px–24px radiused cards for product showcases. The product cards themselves are richly colorful — vibrant gradients in pink, purple, orange, and blue — creating a "gallery of AI capabilities" feel. Against the white canvas, these colorful cards pop like app icons on a phone home screen, making each AI model/product feel like a self-contained creative tool.
157
+ ## 2. Color Palette & Roles
77
158
 
78
- **Key Characteristics:**
79
- - White-dominant layout with colorful product card accents
80
- - Multi-font system: DM Sans (UI), Outfit (display), Poppins (mid-tier), Roboto (data)
81
- - Pill buttons (9999px radius) for primary navigation and CTAs
82
- - Generous rounded cards (20px–24px radius) for product showcases
83
- - Brand blue spectrum: from `#1456f0` (brand-6) through `#3b82f6` (primary-500) to `#60a5fa` (light)
84
- - Brand pink (`#ea5ec1`) as secondary accent
85
- - Near-black text (`#222222`, `#18181b`) on white backgrounds
86
- - Purple-tinted shadows (`rgba(44, 30, 116, 0.16)`) creating subtle brand-colored depth
87
- - Dark footer section (`#181e25`) with product/company links
159
+ ### Repeated public-web roles
88
160
 
89
- ## 2. Color Palette & Roles
161
+ - **Canvas** (`#ffffff`): body background observed on all four captured routes.
162
+ - **Ink** (`#18181b`): repeated home, M3, and careers text.
163
+ - **Secondary text** (`#45515e`): home supporting copy.
164
+ - **Muted** (`#86909c`): repeated home and M3 supporting text.
165
+ - **Surface** (`#f5f5f5`): home light header action.
166
+ - **Border** (`#e5e7eb`): repeated computed border color on home, M3, and careers elements.
167
+ - **Dark action** (`#181e25`) with **on-dark** (`#ffffff`): careers primary action; the dark value is also observed repeatedly on the home/M3 public family.
90
168
 
91
- ### Brand Primary
92
- - **Brand Blue** (`#1456f0`): `--brand-6`, primary brand identity color
93
- - **Sky Blue** (`#3daeff`): `--col-brand00`, lighter brand variant for accents
94
- - **Brand Pink** (`#ea5ec1`): `--col-brand02`, secondary brand accent
95
-
96
- ### Blue Scale (Primary)
97
- - **Primary 200** (`#bfdbfe`): `--color-primary-200`, light blue backgrounds
98
- - **Primary Light** (`#60a5fa`): `--color-primary-light`, active states, highlights
99
- - **Primary 500** (`#3b82f6`): `--color-primary-500`, standard blue actions
100
- - **Primary 600** (`#2563eb`): `--color-primary-600`, hover states
101
- - **Primary 700** (`#1d4ed8`): `--color-primary-700`, pressed/active states
102
- - **Brand Deep** (`#17437d`): `--brand-3`, deep blue for emphasis
103
-
104
- ### Text Colors
105
- - **Near Black** (`#222222`): `--col-text00`, primary text
106
- - **Dark** (`#18181b`): Button text, headings
107
- - **Charcoal** (`#181e25`): Dark surface text, footer background
108
- - **Dark Gray** (`#45515e`): `--col-text04`, secondary text
109
- - **Mid Gray** (`#8e8e93`): Tertiary text, muted labels
110
- - **Light Gray** (`#5f5f5f`): `--brand-2`, helper text
111
-
112
- ### Surface & Background
113
- - **Pure White** (`#ffffff`): `--col-bg13`, primary background
114
- - **Light Gray** (`#f0f0f0`): Secondary button backgrounds
115
- - **Glass White** (`hsla(0, 0%, 100%, 0.4)`): `--fill-bg-white`, frosted glass overlay
116
- - **Border Light** (`#f2f3f5`): Subtle section dividers
117
- - **Border Gray** (`#e5e7eb`): Component borders
118
-
119
- ### Semantic
120
- - **Success Background** (`#e8ffea`): `--success-bg`, positive state backgrounds
121
-
122
- ### Shadows
123
- - **Standard** (`rgba(0, 0, 0, 0.08) 0px 4px 6px`): Default card shadow
124
- - **Soft Glow** (`rgba(0, 0, 0, 0.08) 0px 0px 22.576px`): Ambient soft shadow
125
- - **Brand Purple** (`rgba(44, 30, 116, 0.16) 0px 0px 15px`): Brand-tinted glow
126
- - **Brand Purple Offset** (`rgba(44, 30, 116, 0.11) 6.5px 2px 17.5px`): Directional brand glow
127
- - **Card Elevation** (`rgba(36, 36, 36, 0.08) 0px 12px 16px -4px`): Lifted card shadow
169
+ ### Audio-tool-local role
170
+
171
+ - **Audio accent** (`#7659fa`) with **audio on-accent** (`#f8f8f8`): the observed `surface-3` generate action. It is an audio-tool-local value, not a global MiniMax brand-primary claim.
128
172
 
129
173
  ## 3. Typography Rules
130
174
 
131
- ### Font Families
132
- - **Primary UI**: `DM Sans`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
133
- - **Display**: `Outfit`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
134
- - **Mid-tier**: `Poppins`
135
- - **Data/Technical**: `Roboto`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
136
-
137
- ### Hierarchy
138
-
139
- | Role | Font | Size | Weight | Line Height | Notes |
140
- |------|------|------|--------|-------------|-------|
141
- | Display Hero | DM Sans / Outfit | 80px (5.00rem) | 500 | 1.10 (tight) | Hero headlines |
142
- | Section Heading | Outfit | 31px (1.94rem) | 600 | 1.50 | Feature section titles |
143
- | Section Heading Alt | Roboto / DM Sans | 32px (2.00rem) | 600 | 0.88 (tight) | Compact headers |
144
- | Card Title | Outfit | 28px (1.75rem) | 500–600 | 1.71 (relaxed) | Product card headings |
145
- | Sub-heading | Poppins | 24px (1.50rem) | 500 | 1.50 | Mid-tier headings |
146
- | Feature Label | Poppins | 18px (1.13rem) | 500 | 1.50 | Feature names |
147
- | Body Large | DM Sans | 20px (1.25rem) | 500 | 1.50 | Emphasized body |
148
- | Body | DM Sans | 16px (1.00rem) | 400–500 | 1.50 | Standard body text |
149
- | Body Bold | DM Sans | 16px (1.00rem) | 700 | 1.50 | Strong emphasis |
150
- | Nav/Link | DM Sans | 14px (0.88rem) | 400–500 | 1.50 | Navigation, links |
151
- | Button Small | DM Sans | 13px (0.81rem) | 600 | 1.50 | Compact buttons |
152
- | Caption | DM Sans / Poppins | 13px (0.81rem) | 400 | 1.70 (relaxed) | Metadata |
153
- | Small Label | DM Sans | 12px (0.75rem) | 500–600 | 1.25–1.50 | Tags, badges |
154
- | Micro | DM Sans / Outfit | 10px (0.63rem) | 400–500 | 1.50–1.80 | Tiny annotations |
155
-
156
- ### Principles
157
- - **Multi-font purpose**: DM Sans = UI workhorse (body, nav, buttons); Outfit = geometric display (headings, product names); Poppins = friendly mid-tier (sub-headings, features); Roboto = technical/data contexts.
158
- - **Universal 1.50 line-height**: The overwhelming majority of text uses 1.50 line-height, creating a consistent reading rhythm regardless of font or size. Exceptions: display (1.10 tight) and some captions (1.70 relaxed).
159
- - **Weight 500 as default emphasis**: Most headings use 500 (medium) rather than bold, creating a modern, approachable tone. 600 for section titles, 700 reserved for strong emphasis.
160
- - **Compact hierarchy**: The size scale jumps from 80px display straight to 28–32px section, then 16–20px body — a deliberate compression that keeps the visual hierarchy feeling efficient.
161
-
162
- ## 4. Component Stylings
163
-
164
- ### Buttons
165
-
166
- **Pill Primary Dark**
175
+ ### Evidence classes
176
+
177
+ - **Live computed public-web use:** `MiSans` is the dominant visible first family: the collector reports 421 visible uses across body, button, card, heading, list, and dialog roles. It is backed by loaded FontFaceSet entries and 43 MiniMax-hosted font-source URLs. It is the canonical UI-family token for these public routes.
178
+ - **Live computed display use:** `Outfit` is visibly used and loaded (9 uses, including M3 hero headings), backed by a MiniMax/Hailuo-hosted font source and a CDN asset. It is retained as a public display-family token only.
179
+ - **Live computed specialist use:** `JetBrains Mono` is loaded for two heading observations. It is not promoted to a general UI or code token because the supplied capture does not establish a reusable product role.
180
+ - **Declared-only assets:** `DM Sans`, Inter, Plus Jakarta Sans, Roboto, and Font Awesome faces occur in declarations or system stacks without observed visible use. They are not UI tokens and are not substituted at runtime.
181
+ - **System fallback:** `-apple-system` appears in the audio surface’s input stack. It is a system fallback observation, not a MiniMax typeface.
182
+ - **Font context and licence boundary:** Xiaomi identifies MiSans as a variable multilingual family and publishes its own licence agreement; MiniMax’s current hosted webfont use does not grant a downstream project permission to reuse MiniMax’s delivery assets. Outfit’s upstream project publishes it under SIL OFL 1.1. These are font-context facts, not an assertion that MiniMax distributes either family as a reusable brand kit.
183
+
184
+ ### Measured public hierarchy
185
+
186
+ | Role | Family | Size | Weight | Line height | Surface boundary |
187
+ |---|---|---:|---:|---:|---|
188
+ | Public body | MiSans | 16px | 400 | 24px | repeated home body/navigation context |
189
+ | M3 display | Outfit | 78px | 600 | 85.8px | `surface-2::h1` on the M3 launch page |
190
+ | Careers display | MiSans | 60px | 700 | 60px | `surface-4::h1` on careers marketing |
191
+
192
+ ## 4. Components
193
+
194
+ All variants are selector-backed observations from the supplied public bundle. `coverage.interactionCount` and `coverage.observedStates` are both zero, so every entry below is a default-state observation only. Class names may contain hover utilities, but those declarations are not promoted as measured hover, focus, pressed, disabled, or motion variants.
195
+
196
+ ### Home header action
197
+
198
+ **Light action `home` marketing surface**
199
+ - Background: `#f5f5f5`
200
+ - Text: `#181e25`
201
+ - Radius: `32px`
202
+ - Padding: `0px 28px`
203
+ - Font: `16px / 400 / MiSans`
204
+ - Use: Home marketing header action at `home::[data-omd-capture="16"]`.
205
+ - States: Default only; no interaction event or pseudo-state captured.
206
+
207
+ ### M3 launch actions
208
+
209
+ **Dark paired action — `m3-launch` product-launch surface**
210
+ - Background: `#000000`
211
+ - Text: `#ffffff`
212
+ - Radius: `8px`
213
+ - Padding: `0px 12px`
214
+ - Font: `14px / 400 / MiSans`
215
+ - Use: M3 launch paired action at `surface-2::[data-omd-capture="20"]`.
216
+ - States: Default only; no interaction event or pseudo-state captured.
217
+
218
+ **Light paired action — `m3-launch` product-launch surface**
219
+ - Background: `#ffffff`
220
+ - Text: `#222222`
221
+ - Radius: `8px`
222
+ - Padding: `0px 12px`
223
+ - Font: `14px / 400 / MiSans`
224
+ - Use: M3 launch paired action at `surface-2::[data-omd-capture="21"]`.
225
+ - States: Default only; no interaction event or pseudo-state captured.
226
+
227
+ ### Audio-tool action
228
+
229
+ **Generate — `audio-tool` product-tool surface**
230
+ - Background: `#7659fa`
231
+ - Text: `#f8f8f8`
232
+ - Radius: `100px`
233
+ - Padding: `0px 20px`
234
+ - Font: `14px / 500 / MiSans`
235
+ - Use: Public audio-tool generate action at `surface-3::[data-omd-capture="12"]`.
236
+ - States: Default only; no interaction event or pseudo-state captured.
237
+
238
+ ### Careers actions
239
+
240
+ **Primary — `careers` marketing surface**
167
241
  - Background: `#181e25`
168
242
  - Text: `#ffffff`
169
- - Padding: 11px 20px
170
- - Radius: 8px
171
- - Use: Primary CTA ("Get Started", "Learn More")
243
+ - Radius: `9999px`
244
+ - Padding: `12px 24px`
245
+ - Font: `14px / 500 / MiSans`
246
+ - Use: Careers primary action at `surface-4::[data-omd-capture="18"]`.
247
+ - States: Default only; no interaction event or pseudo-state captured.
172
248
 
173
- **Pill Nav**
174
- - Background: `rgba(0, 0, 0, 0.05)` (subtle tint)
249
+ **Outline — `careers` marketing surface**
175
250
  - Text: `#18181b`
176
- - Radius: 9999px (full pill)
177
- - Use: Navigation tabs, filter toggles
251
+ - Border: `1px solid #18181b`
252
+ - Radius: `9999px`
253
+ - Padding: `12px 32px`
254
+ - Font: `16px / 500 / MiSans`
255
+ - Use: Careers outline action at `surface-4::[data-omd-capture="26"]`.
256
+ - States: Default only; no interaction event or pseudo-state captured.
178
257
 
179
- **Pill White**
180
- - Background: `#ffffff`
181
- - Text: `rgba(24, 30, 37, 0.8)`
182
- - Radius: 9999px
183
- - Opacity: 0.5 (default state)
184
- - Use: Secondary nav, inactive tabs
185
-
186
- **Secondary Light**
187
- - Background: `#f0f0f0`
188
- - Text: `#333333`
189
- - Padding: 11px 20px
190
- - Radius: 8px
191
- - Use: Secondary actions
192
-
193
- ### Product Cards
194
- - Background: Vibrant gradients (pink/purple/orange/blue)
195
- - Radius: 20px–24px (generous rounding)
196
- - Shadow: `rgba(44, 30, 116, 0.16) 0px 0px 15px` (brand purple glow)
197
- - Content: Product name, model version, descriptive text
198
- - Each card has its own color palette matching the product identity
199
-
200
- ### AI Product Cards (Matrix)
201
- - Background: white with subtle shadow
202
- - Radius: 13px–16px
203
- - Shadow: `rgba(0, 0, 0, 0.08) 0px 4px 6px`
204
- - Icon/illustration centered above product name
205
- - Product name in DM Sans 14–16px weight 500
206
-
207
- ### Links
208
- - **Primary**: `#18181b` or `#181e25`, underline on dark text
209
- - **Secondary**: `#8e8e93`, muted for less emphasis
210
- - **On Dark**: `rgba(255, 255, 255, 0.8)` for footer and dark sections
211
-
212
- ### Navigation
213
- - Clean horizontal nav on white background
214
- - MiniMax logo left-aligned (red accent in logo)
215
- - DM Sans 14px weight 500 for nav items
216
- - Pill-shaped active indicators (9999px radius)
217
- - "Login" text link, minimal right-side actions
218
- - Sticky header behavior
258
+ ---
259
+ **Verified:** 2026-07-13
260
+ **Tier 1 sources:** https://www.minimaxi.com/ (public marketing), https://www.minimaxi.com/models/text/m3 (model-launch page), https://www.minimaxi.com/audio (public audio tool), https://www.minimaxi.com/careers (careers marketing), https://minimaxi.com/about (official company context), https://platform.minimaxi.com/docs/guides/models-intro (official model documentation), https://filecdn.minimax.chat/public/MiSans-Regular.woff2 (loaded MiniMax-hosted font asset)
261
+ **Tier 2 sources:** https://getdesign.md/minimax (listing exists; its “bold dark/neon” description conflicts with the current captured public surfaces and supplies no promoted token), https://styles.refero.design/?q=MiniMax (attempted; current fetch returned an internal error and no usable record)
262
+ **Conflicts unresolved:** none
219
263
 
220
264
  ## 5. Layout Principles
221
265
 
222
- ### Spacing System
223
- - Base unit: 8px
224
- - Scale: 1px, 2px, 4px, 6px, 8px, 10px, 11px, 14px, 16px, 24px, 32px, 40px, 50px, 64px, 80px
225
-
226
- ### Grid & Container
227
- - Max content width centered on page
228
- - Product card grids: horizontal scroll or 3–4 column layout
229
- - Full-width white sections with contained content
230
- - Dark footer at full-width
231
-
232
- ### Breakpoints
233
- | Name | Width | Key Changes |
234
- |------|-------|-------------|
235
- | Mobile | <768px | Single column, stacked cards |
236
- | Tablet | 768–1024px | 2-column grids |
237
- | Desktop | >1024px | Full layout, horizontal card scrolls |
238
-
239
- ### Whitespace Philosophy
240
- - **Gallery spacing**: Products are presented like gallery items with generous white space between cards, letting each AI model breathe as its own showcase.
241
- - **Section rhythm**: Large vertical gaps (64px–80px) between major sections create distinct "chapters" of content.
242
- - **Card breathing**: Product cards use internal padding of 16px–24px with ample whitespace around text.
243
-
244
- ### Border Radius Scale
245
- - Minimal (4px): Small tags, micro badges
246
- - Standard (8px): Buttons, small cards
247
- - Comfortable (11px–13px): Medium cards, panels
248
- - Generous (16px–20px): Large product cards
249
- - Large (22px–24px): Hero product cards, major containers
250
- - Pill (30px–32px): Badge pills, rounded panels
251
- - Full (9999px): Buttons, nav tabs
266
+ - The capture is a 1440×900 desktop bundle. It establishes local action padding—28px horizontal on the home action, 12px on M3 paired actions, 20px on the audio action, and 24px/32px on careers actions—not a universal spacing scale.
267
+ - White body surfaces recur across all four routes, but the routes serve different jobs: company/model marketing, an M3 launch, an audio tool, and recruitment.
268
+ - The bundle does not establish responsive breakpoints, authenticated-app navigation, or documentation layout conventions.
252
269
 
253
270
  ## 6. Depth & Elevation
254
271
 
255
- | Level | Treatment | Use |
256
- |-------|-----------|-----|
257
- | Flat (Level 0) | No shadow | White background, text blocks |
258
- | Subtle (Level 1) | `rgba(0, 0, 0, 0.08) 0px 4px 6px` | Standard cards, containers |
259
- | Ambient (Level 2) | `rgba(0, 0, 0, 0.08) 0px 0px 22.576px` | Soft glow around elements |
260
- | Brand Glow (Level 3) | `rgba(44, 30, 116, 0.16) 0px 0px 15px` | Featured product cards |
261
- | Elevated (Level 4) | `rgba(36, 36, 36, 0.08) 0px 12px 16px -4px` | Lifted cards, hover states |
262
-
263
- **Shadow Philosophy**: MiniMax uses a distinctive purple-tinted shadow (`rgba(44, 30, 116, ...)`) for featured elements, creating a subtle brand-color glow that connects the shadow system to the blue brand identity. Standard shadows use neutral black but at low opacity (0.08), keeping everything feeling light and airy. The directional shadow variant (6.5px offset) adds dimensional interest to hero product cards.
272
+ The representative actions in §4 report `boxShadow: none`. No reusable elevation ladder, card shadow, or hover-lift rule is established. The old purple glow and broad product-card shadow claims were removed because this capture does not corroborate them.
264
273
 
265
274
  ## 7. Do's and Don'ts
266
275
 
267
276
  ### Do
268
- - Use white as the dominant background — let product cards provide the color
269
- - Apply pill radius (9999px) for navigation tabs and toggle buttons
270
- - Use generous border radius (20px–24px) for product showcase cards
271
- - Employ the purple-tinted shadow for featured/hero product cards
272
- - Keep body text at DM Sans weight 400–500 heavier weights for buttons only
273
- - Use Outfit for display headings, DM Sans for everything functional
274
- - Maintain the universal 1.50 line-height across body text
275
- - Let colorful product illustrations/gradients serve as the primary visual interest
277
+
278
+ - Keep the public-web neutral base clear: white canvas, near-black text, and low-contrast borders.
279
+ - Use a surface-local action treatment only in the context where it was observed.
280
+ - Use MiSans only where its loaded asset and target-project licence permit it; otherwise leave the family unresolved rather than substituting a generic font as MiSans.
281
+ - Treat current model names and product areas as evolving content, not permanent navigation or component taxonomy.
276
282
 
277
283
  ### Don't
278
- - Don't add colored backgrounds to main content sections — white is structural
279
- - Don't use sharp corners (0–4px radius) on product cards — the rounded aesthetic is core
280
- - Don't apply the brand pink (`#ea5ec1`) to text or buttons — it's for logo and decorative accents only
281
- - Don't mix more than one display font per section (Outfit OR Poppins, not both)
282
- - Don't use weight 700 for headings — 500–600 is the range, 700 is reserved for strong emphasis in body text
283
- - Don't darken shadows beyond 0.16 opacity — the light, airy feel requires restraint
284
- - Don't use Roboto for headings — it's the data/technical context font only
285
284
 
286
- ## 8. Responsive Behavior
285
+ - Do not combine the audio purple action with M3 or careers actions into a single global primary color.
286
+ - Do not turn CSS hover utilities or the presence of `transition-*` classes into measured state or motion specifications.
287
+ - Do not promote DM Sans, Inter, Roboto, or declared icon fonts to live MiniMax UI families.
288
+ - Do not infer app, console, or documentation-chrome design rules from these public routes.
287
289
 
288
- ### Breakpoints
289
- | Name | Width | Key Changes |
290
- |------|-------|-------------|
291
- | Mobile | <768px | Single column, stacked product cards, hamburger nav |
292
- | Tablet | 768–1024px | 2-column product grids, condensed spacing |
293
- | Desktop | >1024px | Full horizontal card layouts, expanded spacing |
290
+ ## 8. Responsive Behavior
294
291
 
295
- ### Collapsing Strategy
296
- - Hero: 80px → responsive scaling to ~40px on mobile
297
- - Product card grid: horizontal scroll → 2-column → single column stacked
298
- - Navigation: horizontal → hamburger menu
299
- - Footer: multi-column → stacked sections
300
- - Spacing: 64–80px gaps → 32–40px on mobile
292
+ Only one 1440×900 desktop capture was supplied. No breakpoint, mobile navigation, reflow, touch target, or reduced-motion behavior is verified here.
301
293
 
302
294
  ## 9. Agent Prompt Guide
303
295
 
304
- ### Quick Color Reference
305
- - Background: `#ffffff` (primary), `#181e25` (dark/footer)
306
- - Text: `#222222` (primary), `#45515e` (secondary), `#8e8e93` (muted)
307
- - Brand Blue: `#1456f0` (brand), `#3b82f6` (primary-500), `#2563eb` (hover)
308
- - Brand Pink: `#ea5ec1` (accent only)
309
- - Borders: `#e5e7eb`, `#f2f3f5`
310
-
311
- ### Example Component Prompts
312
- - "Create a hero section on white background. Headline at 80px Outfit weight 500, line-height 1.10, near-black (#222222) text. Sub-text at 16px DM Sans weight 400, line-height 1.50, #45515e. Dark CTA button (#181e25, 8px radius, 11px 20px padding, white text)."
313
- - "Design a product card grid: white cards with 20px border-radius, shadow rgba(44,30,116,0.16) 0px 0px 15px. Product name at 28px Outfit weight 600. Internal gradient background for the product illustration area."
314
- - "Build navigation bar: white background, DM Sans 14px weight 500 for links, #18181b text. Pill-shaped active tab (9999px radius, rgba(0,0,0,0.05) background). MiniMax logo left-aligned."
315
- - "Create an AI product matrix: 4-column grid of cards with 13px radius, subtle shadow rgba(0,0,0,0.08) 0px 4px 6px. Centered icon above product name in DM Sans 16px weight 500."
316
- - "Design footer on dark (#181e25) background. Product links in DM Sans 14px, rgba(255,255,255,0.8). Multi-column layout."
317
-
318
- ### Iteration Guide
319
- 1. Start with white — color comes from product cards and illustrations only
320
- 2. Pill buttons (9999px) for nav/tabs, standard radius (8px) for CTA buttons
321
- 3. Purple-tinted shadows for featured cards, neutral shadows for everything else
322
- 4. DM Sans handles 70% of text — Outfit is display-only, Poppins is mid-tier only
323
- 5. Keep weights moderate (500–600 for headings) — the brand tone is confident but approachable
324
- 6. Large radius cards (20–24px) for products, smaller radius (8–13px) for UI elements
296
+ For a MiniMax-like **public AI-model marketing moment**, start with a white field, near-black information hierarchy, a route-specific rounded action, and large display type only when the observed font is actually available. Do not copy an M3 launch button into the audio tool or careers surface merely because all are MiniMax-owned pages. For application work, leave product, documentation, and error-state decisions open until there is direct evidence.
325
297
 
326
298
  ## 10. Voice & Tone
327
299
 
328
- MiniMax's voice is **technical-modular and product-versioned** speaks like a Chinese AI lab that ships frequent model versions (M2.7 / M2.5 / M2.1 / M2-Her / M2). Marketing copy emphasizes specific model variants and capabilities rather than a unified product narrative.
300
+ Official MiniMax materials combine a mission-led company voice with concrete model capability and product-family labels. The about page expresses the mission as “Intelligence with Everyone”; the M3 launch and platform documentation name capabilities such as coding, agentic work, multimodality, and long context. This supports a direct, technical register without establishing a complete product microcopy system.
329
301
 
330
- | Context | Tone |
302
+ | Context | Evidence-backed direction |
331
303
  |---|---|
332
- | CTA | Verb. "Try it", "Sign up", "API access" |
333
- | Marketing | Model-versioned. "MiniMax M2.7" as first-class product names |
334
- | Documentation | Code-first, model-spec heavy |
335
-
336
- **Voice samples**
337
- - Product nav: *"MiniMax M2.7"*, *"MiniMax M2-Her"*, *"MiniMax M2"* <!-- verified: minimax.io homepage 2026-05 -->
304
+ | Company positioning | State the mission and the intended human or productivity outcome plainly. |
305
+ | Model launch | Name the model and the specific capability before making a broad claim. |
306
+ | Developer documentation | Prefer a model name, modality, and operating constraint over metaphor. |
338
307
 
339
- **Forbidden phrases.** Marketing superlatives without benchmarks.
308
+ **Official wording samples**
309
+ - *“Intelligence with Everyone”* — MiniMax about page and M3 launch.
310
+ - *“Coding & Agentic”* and *“1M”* context — M3 launch page.
311
+ - *“MiniMax-M3”*, *“MiniMax Hailuo 2.3”*, and *“Speech-2.8”* — official platform model documentation.
340
312
 
341
313
  ## 11. Brand Narrative
342
314
 
343
- MiniMax was founded **December 2021** in **Shanghai** by **Yan Junjie (闫俊杰, CEO)**, **Yang Bin**, and **Zhou Yucong** ([MiniMax Group — Wikipedia](https://en.wikipedia.org/wiki/MiniMax_Group)). **Yan Junjie** — born 1989 in a county town in **Henan**, **PhD from Chinese Academy of Sciences Institute of Automation**, spent **7 years at SenseTime** rising to its **youngest VP**, focused on multimodal AI and computer vision. International distribution lever has been **Talkie**, an English-language AI-companion app (the overseas redeployment of MiniMax's Glow product) that **by June 2024 became the No. 1 AI companion app in U.S. downloads**, surpassing Character.AI ([Asia Tech Lens — MiniMax](https://www.asiatechlens.com/p/meet-minimax-the-chinese-tech-company), [Oreate AI — Talkie/MiniMax IPO](https://www.oreateai.com/blog/the-ai-unicorn-behind-the-virtual-lover-app-talkie-minimaxs-journey-to-ipo-and-business-challenges/c153c4c539c15df1c84197b6298dae9b)). MiniMax shipped its **first frontier LLM January 2025 (MiniMax-01)**, then reasoning models **M1 / M2** that claimed top positions among open-weight models. **Pre-IPO funding**: **30 institutions invested ~$1.5B over 7 rounds** with **Alibaba** as the largest investor, **Hillhouse** leading the first round, plus **Tencent, MiHoYo, HongShan, IDG Capital**; an **Oct 2023 round of ¥2.5B (~$350M)** was led by Alibaba + Tencent ([Caproasia — MiniMax HK IPO 2026 Q1](https://www.caproasia.com/2025/12/23/china-ai-startup-minimax-plans-hong-kong-ipo-in-2026-q1-to-raise-700-million-at-4-billion-valuation-founded-in-2022-by-yan-junjie-yang-bin-zhou-yucong-investors-include-mihoyo-alibaba-tencent/)). **Hong Kong Stock Exchange IPO January 2026** stock **doubled in HK debut** ([CNBC — MiniMax doubles HK debut Jan 2026](https://www.cnbc.com/2026/01/09/minimax-hong-kong-ipo-ai-tigers-zhipu.html), [Rest of World — MiniMax/Zhipu beat OpenAI to IPO](https://restofworld.org/2026/zhipu-ai-minimax-ipo/)). Multi-model release cadence (M2 series, abab series) with strong international distribution. The model **M2-Her** is positioned as a conversational AI variant. The brand voice tracks the modular product family — each model has its own positioning within the MiniMax umbrella.
344
-
345
- ## 12. Principles
315
+ MiniMax describes itself as a general-AI company founded in early 2022, pursuing AGI through the mission “Intelligence with Everyone.” Its official company profile connects proprietary multimodal models to AI-native products and an enterprise/developer open platform; the current official model documentation separates that portfolio into text, video, speech, image, and music families. The public visual system reflects this multi-product posture through a shared neutral web base with deliberately local launch, tool, and careers treatments rather than one uniformly styled application.
346
316
 
347
- 1. **Model variants are first-class.** *UI implication:* product nav lists model versions explicitly.
348
- 2. **Large radius cards (20-24px) for products.** *UI implication:* product showcase cards generous radius.
349
- 3. **Smaller radius (8-13px) for UI.** *UI implication:* nav buttons, modals stay 12px.
350
- 4. **Moderate weights.** 500-600 for headings. *UI implication:* avoid 700+ headers.
351
- 5. **Confident but approachable register.** *UI implication:* technical claims paired with clear model use-case copy.
317
+ The official careers page adds a culture boundary: it presents technology, product, content, and aesthetics as intersecting disciplines, and frames curiosity and exploration as valued qualities. That supports a narrative of technical work that still attends to expression and usability; it does not justify invented user stories, company chronology beyond the official profile, or app-interface claims absent from the capture.
352
318
 
353
- ## 13. Personas
319
+ ## 12. Principles
354
320
 
355
- *Personas are fictional archetypes informed by MiniMax user segments (Chinese AI developers, content creators, conversational AI integrators), not individual people.*
321
+ 1. **Intelligence with everyone.** MiniMax publicly frames its mission around broad participation in intelligent systems. *Reference UI implication:* explain what a capability enables before escalating technical detail.
322
+ 2. **Multimodal, product-specific clarity.** Official materials distinguish text, video, speech, image, and music models. *Reference UI implication:* name the model and modality instead of using a vague universal “AI” label.
323
+ 3. **No shortcuts.** The official about page lists this as a company value. *Reference UI implication:* avoid presenting unmeasured shortcuts, states, or design-system rules as facts.
324
+ 4. **Technology and taste intersect.** The careers page places technology, product, content, and aesthetics together. *Reference UI implication:* use visual emphasis to clarify a technical proposition, not to hide its boundaries.
356
325
 
357
- **Wei Zhang, 31, Shanghai.** AI engineer at a content startup. Uses MiniMax for Chinese-first generation tasks.
326
+ The UI implications are this reference’s constrained interpretations of official positioning, not published MiniMax component rules.
358
327
 
359
- **Sofia Romano, 28, Milan.** Indie developer building voice agents. M2-Her for conversational quality.
328
+ ## 13. Personas
360
329
 
361
- **Tomoko Yamada, 39, Tokyo.** ML lead evaluating Chinese vs Western models for production. Cares about benchmarks.
330
+ No fictional personas are asserted. Official materials identify several audiences and contexts: individual users, enterprises, developers using the open platform, and prospective team members across technical, product, content, and aesthetic disciplines. Those are audience boundaries only; they do not replace MiniMax user research or validate behavioral assumptions.
362
331
 
363
332
  ## 14. States
364
333
 
365
- | State | Treatment |
366
- |---|---|
367
- | **Empty (no API keys)** | "Generate API key" CTA |
368
- | **Empty (no projects)** | "Try a model" with model picker |
369
- | **Loading (model inference)** | Per-token streaming |
370
- | **Loading (model loading)** | Initialization status |
371
- | **Error (model unavailable)** | Specific model + region message |
372
- | **Error (rate limit)** | Tier limit explained |
373
- | **Success (generation)** | Result inline + copy/save |
374
- | **Success (account)** | API key visible + security reminder |
375
- | **Skeleton (model list)** | 12px placeholders |
376
- | **Disabled (no quota)** | Upgrade link |
377
- | **Loading (long task)** | Persistent progress |
334
+ No authenticated application state, empty state, loading state, error state, success state, disabled control, or accessibility-state contract was captured. The audio page is a public tool surface, but the supplied bundle records zero interaction events and zero observed states. The default component observations in §4 must not be expanded into an application-state specification.
378
335
 
379
336
  ## 15. Motion & Easing
380
337
 
381
- | Token | Value | Use |
382
- |---|---|---|
383
- | `motion-instant` | 0ms | Toggle |
384
- | `motion-fast` | 150ms | Hover |
385
- | `motion-standard` | 250ms | Modal |
386
- | `motion-streaming` | continuous | Token-by-token output |
387
-
388
- Standard cubic-bezier; no bounce. `prefers-reduced-motion: reduce` removes hover transitions.
389
-
390
- ---
391
-
392
- **Verified:** 2026-05-08 (omd:migrate run 36 — Apple-tier)
393
- **Tier 1 sources:** minimax.io home + /news/minimax-m2 (live DOM via playwright — Header Primary **`#181e25`** MiniMax Charcoal 32px / 38px / 16px·400; Page Primary `#181e25` **9999px** full-pill / 35px / 8×24 / 16px·400; Model nav tabs ghost 12px / 40px / 8×24 / `#292929` MiniMax Ink 16px·400 (signature multi-model rail); Cookie utility 8px / 13px·**600** separate track).
394
- **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
395
- **Tier 2 (Philosophy/founders/IPO):** Wikipedia (MiniMax Group), Asia Tech Lens (Yan Junjie biography), Oreate AI (Talkie/IPO), Caproasia (HK IPO Dec 2025), CNBC (HK debut 2026-01-09), Rest of World, AI Proem.
396
- **Style ref:** `stripe`. **Conflicts unresolved:** none. **Earlier mistake reverted:** prior footer captured only model-nav 12px ghost; canonical Primary is **`#181e25` Charcoal** at two radii (32 / 9999) — also missed the §4 documentation of canonical CTAs.
338
+ No motion token, duration, easing curve, or reduced-motion behavior is measured. Several observed classes include transition utilities, but the zero-interaction capture does not establish what changes, when it changes, or how it behaves under user preferences.