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: mongodb
3
- name: Mongodb
3
+ name: MongoDB
4
4
  country: US
5
5
  category: backend-devops
6
6
  homepage: "https://www.mongodb.com"
@@ -8,394 +8,297 @@ primary_color: "#00ed64"
8
8
  logo:
9
9
  type: simpleicons
10
10
  slug: mongodb
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: LeafyGreen
15
15
  url: "https://www.mongodb.design"
16
16
  type: system
17
- description: MongoDB's open-source design system with an extensive React component library.
17
+ description: MongoDB's open-source design system and React component library.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: marketing, url: "https://www.mongodb.com/", inspected: "2026-07-13" }
23
+ - { id: surface-2, kind: design-system, url: "https://www.mongodb.design/", inspected: "2026-07-13" }
24
+ - { id: surface-3, kind: documentation, url: "https://www.mongodb.com/ko-kr/docs/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-live, kind: product-surface, url: "https://www.mongodb.com/", captured: "2026-07-13" }
27
+ - { id: leafygreen-live, kind: official-doc, url: "https://www.mongodb.design/", captured: "2026-07-13" }
28
+ - { id: docs-live, kind: official-doc, url: "https://www.mongodb.com/ko-kr/docs/", captured: "2026-07-13" }
29
+ - { id: typography-guidance, kind: official-doc, url: "https://www.mongodb.design/foundations/typography", captured: "2026-07-13" }
30
+ - { id: source-code-license, kind: license, url: "https://github.com/adobe-fonts/source-code-pro/blob/release/LICENSE.md", captured: "2026-07-13" }
31
+ conflicts: []
32
+ claims:
33
+ "tokens.colors.primary": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.colors.navy": *home
35
+ "tokens.colors.forest-chrome": *home
36
+ "tokens.colors.link": *home
37
+ "tokens.colors.docs-canvas": &docs { surface_id: surface-3, source_id: docs-live, method: computed-style, captured: "2026-07-13" }
38
+ "tokens.colors.docs-border": *docs
39
+ "tokens.colors.docs-muted": *docs
40
+ "tokens.colors.docs-inverse": &leafygreen { surface_id: surface-2, source_id: leafygreen-live, method: computed-style, captured: "2026-07-13" }
41
+ "tokens.colors.canvas": *home
42
+ "tokens.colors.ink": *home
43
+ "tokens.colors.feature-border": *home
44
+ "tokens.typography.family.ui": *home
45
+ "tokens.typography.family.display": *home
46
+ "tokens.typography.family.mono": *home
47
+ "tokens.typography.hero.size": *home
48
+ "tokens.typography.hero.weight": *home
49
+ "tokens.typography.hero.lineHeight": *home
50
+ "tokens.typography.hero.use": *home
51
+ "tokens.typography.primary-action.size": *home
52
+ "tokens.typography.primary-action.weight": *home
53
+ "tokens.typography.primary-action.lineHeight": *home
54
+ "tokens.typography.primary-action.tracking": *home
55
+ "tokens.typography.primary-action.use": *home
56
+ "tokens.typography.docs-control.size": *docs
57
+ "tokens.typography.docs-control.weight": *docs
58
+ "tokens.typography.docs-control.lineHeight": *docs
59
+ "tokens.typography.docs-control.use": *docs
60
+ "tokens.spacing.primary-action-y": *home
61
+ "tokens.spacing.primary-action-x": *home
62
+ "tokens.spacing.docs-side-y": *docs
63
+ "tokens.spacing.docs-side-x": *docs
64
+ "tokens.rounded.primary-action": *home
65
+ "tokens.rounded.docs-control": *docs
66
+ "tokens.rounded.docs-icon": *docs
67
+ "tokens.components.marketing-feature-panel.type": *home
68
+ "tokens.components.marketing-feature-panel.bg": *home
69
+ "tokens.components.marketing-feature-panel.fg": *home
70
+ "tokens.components.marketing-feature-panel.border": *home
71
+ "tokens.components.marketing-feature-panel.radius": *home
72
+ "tokens.components.marketing-feature-panel.padding": *home
73
+ "tokens.components.marketing-feature-panel.shadow": *home
74
+ "tokens.components.marketing-feature-panel.use": *home
18
75
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-09"
76
+ source: live-extract
77
+ extracted: "2026-07-13"
78
+ components_harvested: true
21
79
  colors:
22
80
  primary: "#00ed64"
23
- brand: "#00ed64"
24
- primary-dark: "#00684a"
25
- canvas: "#001e2b"
26
- foreground: "#ffffff"
27
- on-primary: "#000000"
28
- accent-blue: "#006cfa"
29
- accent-blue-hover: "#3860be"
30
- accent-teal: "#1eaedb"
31
- surface: "#1c2d38"
32
- hairline: "#b8c4c2"
33
- border-dark: "#3d4f58"
34
- muted: "#5c6c75"
81
+ navy: "#001e2b"
82
+ forest-chrome: "#00684a"
83
+ link: "#006cfa"
84
+ canvas: "#ffffff"
85
+ ink: "#000000"
86
+ feature-border: "#e7eeec"
87
+ docs-canvas: "#f9fbfa"
88
+ docs-border: "#889397"
89
+ docs-muted: "#3d4f58"
90
+ docs-inverse: "#112733"
35
91
  typography:
36
- family: { sans: "Euclid Circular A", mono: "Source Code Pro" }
37
- display-hero: { size: 96, weight: 400, lineHeight: 1.20, use: "Serif authority hero (MongoDB Value Serif)" }
38
- display-secondary: { size: 64, weight: 400, lineHeight: 1.00, use: "Serif sub-hero (MongoDB Value Serif)" }
39
- section: { size: 36, weight: 500, lineHeight: 1.33, use: "Section heading" }
40
- subheading: { size: 24, weight: 500, lineHeight: 1.33, use: "Feature titles" }
41
- body-lg: { size: 20, weight: 400, lineHeight: 1.60, use: "Introductions" }
42
- body: { size: 18, weight: 400, lineHeight: 1.33, use: "Standard body" }
43
- body-light: { size: 16, weight: 300, lineHeight: 1.50, use: "Light-weight reading text" }
44
- nav: { size: 16, weight: 500, tracking: 0.16, use: "Navigation, emphasized" }
45
- caption: { size: 14, weight: 400, lineHeight: 1.71, use: "Metadata" }
46
- code-label: { size: 14, weight: 500, lineHeight: 1.14, tracking: 1, use: "Uppercase Source Code Pro labels" }
47
- spacing: [4, 7, 8, 10, 12, 14, 16, 18, 20, 24, 32]
48
- rounded: { sm: 4, md: 16, lg: 24, full: 9999 }
49
- shadow:
50
- subtle: "rgba(0,0,0,0.1) 0px 2px 4px"
51
- standard: "rgba(0,0,0,0.15) 0px 3px 20px"
52
- forest: "rgba(0,30,43,0.12) 0px 26px 44px, rgba(0,0,0,0.13) 0px 7px 13px"
53
- components_harvested: true
92
+ family: { ui: "Euclid Circular A", display: "MongoDB Value Serif", mono: "Source Code Pro" }
93
+ hero: { size: 64, weight: 400, lineHeight: 72, use: "Public home marketing H1" }
94
+ primary-action: { size: 16, weight: 500, lineHeight: 16, tracking: 0.16, use: "Public home and documentation primary action" }
95
+ docs-control: { size: 13, weight: 500, lineHeight: 20, use: "Small documentation control" }
96
+ spacing: { primary-action-y: 15, primary-action-x: 24, docs-side-y: 16, docs-side-x: 24 }
97
+ rounded: { primary-action: 4, docs-control: 6, docs-icon: 9999 }
54
98
  components:
55
- button-primary: { type: button, bg: "#00684a", fg: "#000000", border: "1px solid #00684a", radius: "100px", shadow: "rgba(0,0,0,0.06) 0px 1px 6px", states: "hover scale 1.1, active scale 0.85", use: "Primary green button on dark surface" }
56
- button-dark-teal: { type: button, bg: "#1c2d38", fg: "#5c6c75", border: "1px solid #3d4f58", radius: "100px", states: "hover bg #1eaedb, text white, translateX(5px)", use: "Dark teal pill button" }
57
- button-outlined: { type: button, bg: "transparent", fg: "#001e2b", border: "1px solid #b8c4c2", radius: "8px", states: "hover background tint", use: "Outlined button on light surface" }
58
- card: { type: card, bg: "#ffffff", border: "1px solid #b8c4c2", radius: "16px", shadow: "rgba(0,30,43,0.12) 0px 26px 44px", use: "Light-mode card" }
59
- card-dark: { type: card, bg: "#001e2b", border: "1px solid #3d4f58", radius: "16px", use: "Dark-mode card" }
60
- input: { type: input, fg: "#e8edeb", border: "1px solid #b8c4c2", padding: "12px 12px 12px 8px", radius: "4px", use: "Textarea / form field" }
61
- code-label: { type: badge, fg: "#00ed64", font: "14px / 500", use: "Uppercase Source Code Pro section label, 1-2px tracking" }
99
+ marketing-feature-panel: { type: card, bg: "#ffffff", fg: "#000000", border: "1px solid #e7eeec", radius: "40px", padding: "40px 48px", shadow: "rgba(0, 0, 0, 0.1) 0px 2px 4px 0px", use: "Observed public-home feature panel" }
62
100
  ---
63
101
 
64
102
  # Design System Inspiration of MongoDB
65
103
 
66
104
  ## 1. Visual Theme & Atmosphere
67
105
 
68
- MongoDB's website is a deep-forest-meets-terminal experience a design system rooted in the darkest teal-black (`#001e2b`) that evokes both the density of a database and the depth of a forest canopy. Against this near-black canvas, a striking neon green (`#00ed64`) pulses as the brand accent bright enough to feel electric, organic enough to feel alive. This isn't the cold neon of cyberpunk; it's the bioluminescent green of something growing in the dark.
106
+ MongoDB is a developer data platform built around a flexible document model and services that let teams build and scale modern applications. Its origin story is equally developer-centred: the founders’ experience operating DoubleClick at high scale led them to establish 10gen in 2007, launch MongoDB in 2009, and rename the company after the product in 2013. Today Atlas joins data services into a unified developer data platform. Across the captured public marketing, LeafyGreen design-system, and documentation surfaces, that technical purpose is expressed through a navy-and-spring-green signal system, strong rectangular actions, and a deliberately mixed typographic voice: Value Serif for display authority, Euclid Circular A for UI clarity, and Source Code Pro for code-like labels. This reference keeps those three public domains separate rather than treating the public website as an authenticated Atlas UI.
69
107
 
70
- The typography system is architecturally ambitious: MongoDB Value Serif for massive hero headlines (96px) creates an editorial, authoritative presence — serif type at database-company scale is a bold choice that says "we're not just another tech company." Euclid Circular A handles the heavy lifting of body and UI text with an unusually wide weight range (300–700), while Source Code Pro serves as the code and label font with distinctive uppercase treatments featuring very wide letter-spacing (1px–3px). This three-font system creates a hierarchy that spans editorial elegance → geometric professionalism → engineering precision.
108
+ - **High-signal green action:** `#00ed64` appears as a navy-text primary action on the public home and documentation headers.
109
+ - **Dark technical field:** `#001e2b` anchors dark marketing sections and inverse actions; LeafyGreen’s captured design-system page uses a separate `#112733` dark canvas.
110
+ - **Editorial plus operational typography:** Value Serif leads headings; Euclid and Source Code Pro support product reading and code/value notation.
111
+ - **Domain boundary:** home is marketing, `mongodb.design` is the LeafyGreen design system, and `/docs/` is documentation chrome. No authenticated product screen was captured.
71
112
 
72
- What makes MongoDB distinctive is its dual-mode design: a dark hero/feature section world (`#001e2b` with neon green accents) and a light content world (white with teal-gray borders `#b8c4c2`). The transition between these modes creates dramatic contrast. The shadow system uses teal-tinted dark shadows (`rgba(0, 30, 43, 0.12)`) that maintain the forest-dark atmosphere even on light surfaces. Buttons use pill shapes (100px–999px radius) with MongoDB Green borders (`#00684a`), and the entire component system references the LeafyGreen design system.
113
+ ## 2. Color Palette & Roles
73
114
 
74
- **Key Characteristics:**
75
- - Deep teal-black backgrounds (`#001e2b`) — forest-dark, not space-dark
76
- - Neon MongoDB Green (`#00ed64`) as the singular brand accent — electric and organic
77
- - MongoDB Value Serif for hero headlines — editorial authority at tech scale
78
- - Euclid Circular A for body with weight 300 (light) as a distinctive body weight
79
- - Source Code Pro with wide uppercase letter-spacing (1px–3px) for technical labels
80
- - Teal-tinted shadows: `rgba(0, 30, 43, 0.12)` — shadows carry the forest color
81
- - Dual-mode: dark teal hero sections + light white content sections
82
- - Pill buttons (100px radius) with green borders (`#00684a`)
83
- - Link Blue (`#006cfa`) and hover transition to `#3860be`
115
+ ### Observed public and documentation roles
84
116
 
85
- ## 2. Color Palette & Roles
117
+ - **Spring Green** (`#00ed64`): public home and documentation header primary-action background.
118
+ - **MongoDB Navy** (`#001e2b`): primary-action text and border; dark marketing-section foreground/background use.
119
+ - **Forest Green chrome** (`#00684a`): home announcement-strip background; it is not promoted to the canonical CTA fill.
120
+ - **Link Blue** (`#006cfa`): observed home text-link color.
121
+ - **Documentation canvas** (`#f9fbfa`): compact public documentation control background.
122
+ - **Documentation border** (`#889397`): observed one-pixel compact-control border.
123
+ - **Documentation muted text** (`#3d4f58`): documentation utility/control text.
124
+ - **LeafyGreen inverse canvas** (`#112733`): captured design-system search-field background.
86
125
 
87
- ### Primary Brand
88
- - **Forest Black** (`#001e2b`): Primary dark background — the deepest teal-black
89
- - **MongoDB Green** (`#00ed64`): Primary brand accent — neon green for highlights, underlines, gradients
90
- - **Dark Green** (`#00684a`): Button borders, link text on light — muted green for functional use
91
-
92
- ### Interactive
93
- - **Action Blue** (`#006cfa`): Secondary accent — links, interactive highlights
94
- - **Hover Blue** (`#3860be`): All link hover states transition to this blue
95
- - **Teal Active** (`#1eaedb`): Button hover background — bright teal
96
-
97
- ### Neutral Scale
98
- - **Deep Teal** (`#1c2d38`): Dark button backgrounds, secondary dark surfaces
99
- - **Teal Gray** (`#3d4f58`): Dark borders on dark surfaces
100
- - **Dark Slate** (`#21313c`): Dark link text variant
101
- - **Cool Gray** (`#5c6c75`): Muted text on dark, secondary button text
102
- - **Silver Teal** (`#b8c4c2`): Borders on light surfaces, dividers
103
- - **Light Input** (`#e8edeb`): Input text on dark surfaces
104
- - **Pure White** (`#ffffff`): Light section background, button text on dark
105
- - **Black** (`#000000`): Text on light surfaces, darkest elements
106
-
107
- ### Shadows
108
- - **Forest Shadow** (`rgba(0, 30, 43, 0.12) 0px 26px 44px, rgba(0, 0, 0, 0.13) 0px 7px 13px`): Primary card elevation — teal-tinted
109
- - **Standard Shadow** (`rgba(0, 0, 0, 0.15) 0px 3px 20px`): General elevation
110
- - **Subtle Shadow** (`rgba(0, 0, 0, 0.1) 0px 2px 4px`): Light card lift
126
+ The captured white, gray, and local marketing-card surfaces remain local observations. They do not establish a complete application semantic palette.
111
127
 
112
128
  ## 3. Typography Rules
113
129
 
114
- ### Font Families
115
- - **Display Serif**: `MongoDB Value Serif` — editorial hero headlines
116
- - **Body / UI**: `Euclid Circular A` geometric sans-serif workhorse
117
- - **Code / Labels**: `Source Code Pro` monospace with uppercase label treatments
118
- - **Fallbacks**: `Akzidenz-Grotesk Std` (with CJK: Noto Sans KR/SC/JP), `Times`, `Arial`, `system-ui`
119
-
120
- ### Hierarchy
121
-
122
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
123
- |------|------|------|--------|-------------|----------------|-------|
124
- | Display Hero | MongoDB Value Serif | 96px (6.00rem) | 400 | 1.20 (tight) | normal | Serif authority |
125
- | Display Secondary | MongoDB Value Serif | 64px (4.00rem) | 400 | 1.00 (tight) | normal | Serif sub-hero |
126
- | Section Heading | Euclid Circular A | 36px (2.25rem) | 500 | 1.33 | normal | Geometric precision |
127
- | Sub-heading | Euclid Circular A | 24px (1.50rem) | 500 | 1.33 | normal | Feature titles |
128
- | Body Large | Euclid Circular A | 20px (1.25rem) | 400 | 1.60 (relaxed) | normal | Introductions |
129
- | Body | Euclid Circular A | 18px (1.13rem) | 400 | 1.33 | normal | Standard body |
130
- | Body Light | Euclid Circular A | 16px (1.00rem) | 300 | 1.50–2.00 | normal | Light-weight reading text |
131
- | Nav / UI | Euclid Circular A | 16px (1.00rem) | 500 | 1.00–1.88 | 0.16px | Navigation, emphasized |
132
- | Body Bold | Euclid Circular A | 15px (0.94rem) | 700 | 1.50 | normal | Strong emphasis |
133
- | Button | Euclid Circular A | 13.5px–16px | 500–700 | 1.00 | 0.135px–0.9px | CTA labels |
134
- | Caption | Euclid Circular A | 14px (0.88rem) | 400 | 1.71 (relaxed) | normal | Metadata |
135
- | Small | Euclid Circular A | 11px (0.69rem) | 600 | 1.82 (relaxed) | 0.2px | Tags, annotations |
136
- | Code Heading | Source Code Pro | 40px (2.50rem) | 400 | 1.60 (relaxed) | normal | Code showcase titles |
137
- | Code Body | Source Code Pro | 16px (1.00rem) | 400 | 1.50 | normal | Code blocks |
138
- | Code Label | Source Code Pro | 14px (0.88rem) | 400–500 | 1.14 (tight) | 1px–2px | `text-transform: uppercase` |
139
- | Code Micro | Source Code Pro | 9px (0.56rem) | 600 | 2.67 (relaxed) | 2.5px | `text-transform: uppercase` |
140
-
141
- ### Principles
142
- - **Serif for authority**: MongoDB Value Serif at hero scale creates an editorial presence unusual in tech — it communicates that MongoDB is an institution, not a startup.
143
- - **Weight 300 as body default**: Euclid Circular A uses light (300) for body text, creating an airy reading experience that contrasts with the dense, dark backgrounds.
144
- - **Wide-tracked monospace labels**: Source Code Pro uppercase at 1px–3px letter-spacing creates technical signposts that feel like database field labels — systematic, structured, classified.
145
- - **Four-weight range**: 300 (light body) → 400 (standard) → 500 (UI/nav) → 700 (bold CTA) — a wider range than most systems, enabling fine-grained hierarchy.
130
+ ### Evidence classes
131
+
132
+ - **Official product-use:** LeafyGreen’s typography guidance says MongoDB Value Serif is used in the logo and primarily for H1/H2, Euclid Circular A is the frequently used product body font, and Source Code Pro displays code snippets and other values.
133
+ - **Live computed surface-use:** the supplied capture reports all three families as loaded with high confidence: Euclid Circular A (287 visible uses), MongoDB Value Serif (5), and Source Code Pro (3). Euclid and Value Serif have MongoDB-hosted font sources; Source Code Pro is loaded from Google-hosted files.
134
+ - **Official licence context:** Adobe licenses Source Code Pro under SIL Open Font License 1.1. That licence applies to Source Code Pro, not to MongoDB’s proprietary or brand-hosted font files.
135
+ - **Loaded but not promoted:** Akzidenz-Grotesk Std has loaded visible use in the bundle but has no captured source URL or matching LeafyGreen product-role statement. It is retained as a live observation, not a machine UI-family token.
136
+ - **Declared-only / system / unresolved:** icon fonts, Noto CJK fallback declarations, and Times/Arial system or unresolved fallbacks are not promoted. No substitute is rendered as a MongoDB font.
137
+
138
+ ### Measured public hierarchy
139
+
140
+ | Role | Font | Size | Weight | Line height | Tracking | Surface boundary |
141
+ |---|---|---:|---:|---:|---:|---|
142
+ | Public home hero | MongoDB Value Serif | 64px | 400 | 72px | normal | home marketing H1 |
143
+ | Public primary action | Euclid Circular A | 16px | 500 | 16px | 0.16px | home and documentation header |
144
+ | Public section heading | Euclid Circular A | 36px | 500 | 48px | normal | home marketing |
145
+ | Public code/value label | Source Code Pro | 14px | 400–500 | 16–24px | 1–2px | home marketing |
146
+ | LeafyGreen page title | MongoDB Value Serif | 48px | 400 | 64px | normal | design-system page |
147
+ | Documentation compact control | Euclid Circular A | 13px | 500 | 20px | normal | public docs |
146
148
 
147
149
  ## 4. Component Stylings
148
150
 
149
- ### Buttons
151
+ All variants below are baseline observations from the supplied 2026-07-13 collector bundle. The bundle records `interactionCount: 0`; therefore it does not establish hover, pressed, focus, menu, modal, toast, form-error, or transition variants.
152
+
153
+ ### Public primary action
154
+
155
+ **Home and documentation header action**
156
+ - Background: `#00ed64`
157
+ - Text: `#001e2b`
158
+ - Border: `1px solid #001e2b`
159
+ - Radius: `4px`
160
+ - Padding: `15px 24px`
161
+ - Font: `16px / 500 / Euclid Circular A`
162
+ - Use: public marketing and documentation header action; `home::[data-omd-capture="11"]`, also observed on `surface-3`
163
+
164
+ ### Public marketing feature panel
150
165
 
151
- **Primary Green (Dark Surface)**
152
- - Background: `#00684a` (muted MongoDB green)
166
+ **Large white feature panel**
167
+ - Background: `#ffffff`
153
168
  - Text: `#000000`
154
- - Radius: 50% (circular) or 100px (pill)
155
- - Border: `1px solid #00684a`
156
- - Shadow: `rgba(0,0,0,0.06) 0px 1px 6px`
157
- - Hover: scale 1.1
158
- - Active: scale 0.85
159
-
160
- **Dark Teal Button**
161
- - Background: `#1c2d38`
162
- - Text: `#5c6c75`
163
- - Radius: 100px (pill)
164
- - Border: `1px solid #3d4f58`
165
- - Hover: background `#1eaedb`, text white, translateX(5px)
166
-
167
- **Outlined Button (Light Surface)**
168
- - Background: transparent
169
+ - Border: `1px solid #e7eeec`
170
+ - Radius: `40px`
171
+ - Padding: `40px 48px`
172
+ - Shadow: `rgba(0, 0, 0, 0.1) 0px 2px 4px 0px`
173
+ - Use: home role-button feature panel; `home::[data-omd-capture="15"]`
174
+
175
+ ### Documentation compact control
176
+
177
+ **Small bordered control**
178
+ - Background: `#f9fbfa`
169
179
  - Text: `#001e2b`
170
- - Border: `1px solid #b8c4c2`
171
- - Radius: 4px–8px
172
- - Hover: background tint
173
-
174
- ### Cards & Containers
175
- - Light mode: white background with `1px solid #b8c4c2` border
176
- - Dark mode: `#001e2b` or `#1c2d38` background with `1px solid #3d4f58`
177
- - Radius: 16px (standard), 24px (medium), 48px (large/hero)
178
- - Shadow: `rgba(0,30,43,0.12) 0px 26px 44px` (forest-tinted)
179
- - Image containers: 30px–32px radius
180
-
181
- ### Inputs & Forms
182
- - Textarea: text `#e8edeb`, padding 12px 12px 12px 8px
183
- - Borders: `1px solid #b8c4c2` on light, `1px solid #3d4f58` on dark
184
- - Input radius: 4px
185
-
186
- ### Navigation
187
- - Dark header on forest-black background
188
- - Euclid Circular A 16px weight 500 for nav links
189
- - MongoDB logo (leaf icon + wordmark) left-aligned
190
- - Green CTA pill buttons right-aligned
191
- - Mega-menu dropdowns with product categories
192
-
193
- ### Image Treatment
194
- - Dashboard screenshots on dark backgrounds
195
- - Green-accented UI elements in screenshots
196
- - 30px–32px radius on image containers
197
- - Full-width dark sections for product showcases
198
-
199
- ### Distinctive Components
200
-
201
- **Neon Green Accent Underlines**
202
- - `0px 2px 2px 0px solid #00ed64` — bottom + right border creating accent underlines
203
- - Used on feature headings and highlighted text
204
- - Also appears as `#006cfa` (blue) variant
205
-
206
- **Source Code Label System**
207
- - 14px uppercase Source Code Pro with 1px–2px letter-spacing
208
- - Used as section category markers above headings
209
- - Creates a "database field label" aesthetic
180
+ - Border: `1px solid #889397`
181
+ - Radius: `6px`
182
+ - Font: `13px / 500 / Euclid Circular A`
183
+ - Use: compact public documentation control; `surface-3::[data-omd-capture="21"]`
184
+
185
+ ### Documentation icon control
186
+
187
+ **Circular icon control**
188
+ - Background: `#ffffff`
189
+ - Text: `#00684a`
190
+ - Border: `1px solid #e8edeb`
191
+ - Radius: `100%`
192
+ - Padding: `1px 6px`
193
+ - Shadow: `rgba(0, 30, 43, 0.1) 0px 3px 4px 0px`
194
+ - Use: public documentation icon control; `surface-3::[data-omd-capture="22"]`
195
+
196
+ ### LeafyGreen utility control
197
+
198
+ **Dark compact control**
199
+ - Background: `#3d4f58`
200
+ - Text: `#ffffff`
201
+ - Border: `1px solid #889397`
202
+ - Radius: `50px`
203
+ - Font: `13px / 500 / Euclid Circular A`
204
+ - Use: LeafyGreen design-system utility control; `surface-2::[data-omd-capture="48"]`
210
205
 
211
206
  ## 5. Layout Principles
212
207
 
213
- ### Spacing System
214
- - Base unit: 8px
215
- - Scale: 1px, 4px, 7px, 8px, 10px, 12px, 14px, 15px, 16px, 18px, 20px, 24px, 32px
216
-
217
- ### Grid & Container
218
- - Max content width centered
219
- - Dark hero section with contained content
220
- - Light content sections below
221
- - Card grids: 2–3 columns
222
- - Full-width dark footer
223
-
224
- ### Whitespace Philosophy
225
- - **Dramatic mode transitions**: The shift from dark teal sections to white content creates built-in visual breathing through contrast, not just space.
226
- - **Generous dark sections**: Dark hero and feature areas use extra vertical padding (80px+) to let the forest-dark background breathe.
227
- - **Compact light sections**: White content areas are denser, with tighter card grids and less vertical spacing.
228
-
229
- ### Border Radius Scale
230
- - Minimal (1px–2px): Small spans, badges
231
- - Subtle (4px): Inputs, small buttons
232
- - Standard (8px): Cards, links
233
- - Card (16px): Standard cards, containers
234
- - Toggle (20px): Switch elements
235
- - Large (24px): Large panels
236
- - Image (30px–32px): Image containers
237
- - Hero (48px): Hero cards
238
- - Pill (100px–999px): Buttons, navigation pills
239
- - Full (9999px): Maximum pill
208
+ ### Measured spacing
240
209
 
241
- ## 6. Depth & Elevation
210
+ - Public primary action: `15px 24px` at `home::[data-omd-capture="11"]`.
211
+ - Larger public primary actions: `16px 32px` at home CTA captures.
212
+ - Documentation side-nav items: `16px 24px` on the captured public docs surface.
213
+ - LeafyGreen navigation list item: `8px 16px` on the design-system surface.
214
+
215
+ The evidence does not establish a full cross-product spacing scale. Use the recorded values only in their source-domain contexts.
242
216
 
243
- | Level | Treatment | Use |
244
- |-------|-----------|-----|
245
- | Flat (Level 0) | No shadow | Default surfaces |
246
- | Subtle (Level 1) | `rgba(0,0,0,0.1) 0px 2px 4px` | Light card lift |
247
- | Standard (Level 2) | `rgba(0,0,0,0.15) 0px 3px 9px` | Standard cards |
248
- | Prominent (Level 3) | `rgba(0,0,0,0.15) 0px 3px 20px` | Elevated panels |
249
- | Forest (Level 4) | `rgba(0,30,43,0.12) 0px 26px 44px, rgba(0,0,0,0.13) 0px 7px 13px` | Hero cards — teal-tinted |
217
+ ### Shape boundary
218
+
219
+ - Public primary action: 4px.
220
+ - Documentation compact control: 6px.
221
+ - Public marketing feature panel: 40px.
222
+ - Documentation icon control: 100% circular.
223
+ - LeafyGreen utility control: 50px pill.
224
+
225
+ ## 6. Depth & Elevation
250
226
 
251
- **Shadow Philosophy**: MongoDB's shadow system is unique in that the primary elevation shadow uses `rgba(0, 30, 43, 0.12)` a teal-tinted shadow that carries the forest-dark brand color into the depth system. This means even on white surfaces, shadows feel like they belong to the MongoDB color world rather than being generic neutral black.
227
+ Two shadows are directly observed: the public marketing feature panel uses `rgba(0, 0, 0, 0.1) 0px 2px 4px 0px`; the documentation icon control uses `rgba(0, 30, 43, 0.1) 0px 3px 4px 0px`. No general elevation ladder is promoted from those local instances.
252
228
 
253
229
  ## 7. Do's and Don'ts
254
230
 
255
231
  ### Do
256
- - Use `#001e2b` (forest-black) for dark sections — not pure black
257
- - Apply MongoDB Green (`#00ed64`) sparingly for maximum electric impact
258
- - Use MongoDB Value Serif ONLY for hero/display headings Euclid Circular A for everything else
259
- - Apply Source Code Pro uppercase with wide tracking (1px–3px) for technical labels
260
- - Use teal-tinted shadows (`rgba(0,30,43,0.12)`) for primary card elevation
261
- - Maintain the dark/light section duality — dramatic contrast between modes
262
- - Use weight 300 for body text — the light weight is the readable voice
263
- - Apply pill radius (100px) to primary action buttons
232
+
233
+ - Use Spring Green (`#00ed64`) with MongoDB Navy (`#001e2b`) for the observed public primary-action pairing.
234
+ - Keep Value Serif for the captured display hierarchy, Euclid for UI/body roles, and Source Code Pro for code/value labels.
235
+ - Preserve the source-domain distinction between marketing, LeafyGreen, and documentation observations.
236
+ - Carry selector and surface provenance forward when using the component examples.
264
237
 
265
238
  ### Don't
266
- - Don't use pure black (`#000000`) for dark backgrounds — always use teal-black (`#001e2b`)
267
- - Don't use MongoDB Green (`#00ed64`) on backgrounds it's an accent for text, underlines, and small highlights
268
- - Don't use standard gray shadows always use teal-tinted (`rgba(0,30,43,...)`)
269
- - Don't apply serif font to body text MongoDB Value Serif is hero-only
270
- - Don't use narrow letter-spacing on Source Code Pro labels the wide tracking IS the identity
271
- - Don't mix dark and light section treatments within the same section
272
- - Don't use warm colors — the palette is strictly cool (teal, green, blue)
273
- - Don't forget the green accent underlines — they're the signature decorative element
239
+
240
+ - Do not substitute a system font for Euclid Circular A, MongoDB Value Serif, or Source Code Pro.
241
+ - Do not reclassify Forest Green (`#00684a`) announcement chrome as the canonical CTA fill.
242
+ - Do not infer interaction states, modal behavior, form errors, toasts, or component variants from this baseline-only bundle.
243
+ - Do not generalize public-site styles into an authenticated Atlas product interface.
274
244
 
275
245
  ## 8. Responsive Behavior
276
246
 
277
- ### Breakpoints
278
- | Name | Width | Key Changes |
279
- |------|-------|-------------|
280
- | Mobile Small | <425px | Tight single column |
281
- | Mobile | 425–768px | Standard mobile |
282
- | Tablet | 768–1024px | 2-column grids begin |
283
- | Desktop | 1024–1280px | Standard layout |
284
- | Large Desktop | 1280–1440px | Expanded layout |
285
- | Ultra-wide | >1440px | Maximum width, generous margins |
286
-
287
- ### Touch Targets
288
- - Pill buttons with generous padding
289
- - Navigation links at 16px with adequate spacing
290
- - Card surfaces as full-area touch targets
291
-
292
- ### Collapsing Strategy
293
- - Hero: MongoDB Value Serif 96px → 64px → scales further
294
- - Navigation: horizontal mega-menu → hamburger
295
- - Feature cards: multi-column → stacked
296
- - Dark/light sections maintain their mode at all sizes
297
- - Source Code Pro labels maintain uppercase treatment
298
-
299
- ### Image Behavior
300
- - Dashboard screenshots scale proportionally
301
- - Dark section backgrounds maintained full-width
302
- - Image radius maintained across breakpoints
247
+ The supplied evidence is a 1440×900 capture. It establishes no responsive breakpoint, mobile layout, touch-target, or collapse behavior claim.
303
248
 
304
249
  ## 9. Agent Prompt Guide
305
250
 
306
- ### Quick Color Reference
307
- - Dark background: Forest Black (`#001e2b`)
308
- - Brand accent: MongoDB Green (`#00ed64`)
309
- - Functional green: Dark Green (`#00684a`)
310
- - Link blue: Action Blue (`#006cfa`)
311
- - Text on light: Black (`#000000`)
312
- - Text on dark: White (`#ffffff`) or Light Input (`#e8edeb`)
313
- - Border light: Silver Teal (`#b8c4c2`)
314
- - Border dark: Teal Gray (`#3d4f58`)
315
-
316
- ### Example Component Prompts
317
- - "Create a hero on forest-black (#001e2b) background. Headline at 96px MongoDB Value Serif weight 400, line-height 1.20, white text with 'potential' highlighted in MongoDB Green (#00ed64). Subtitle at 18px Euclid Circular A weight 400. Green pill CTA (#00684a, 100px radius). Neon green gradient glow behind product screenshot."
318
- - "Design a card on white background: 1px solid #b8c4c2 border, 16px radius, shadow rgba(0,30,43,0.12) 0px 26px 44px. Title at 24px Euclid Circular A weight 500. Body at 16px weight 300. Source Code Pro 14px uppercase label above title with 2px letter-spacing."
319
- - "Build a dark section: #001e2b background, 1px solid #3d4f58 border on cards. White text. MongoDB Green (#00ed64) accent underlines on headings using bottom-border 2px solid."
320
- - "Create technical label: Source Code Pro 14px, text-transform uppercase, letter-spacing 2px, weight 500, #00ed64 color on dark background."
321
- - "Design a pill button: #1c2d38 background, 1px solid #3d4f58 border, 100px radius, #5c6c75 text. Hover: #1eaedb background, white text, translateX(5px)."
322
-
323
- ### Iteration Guide
324
- 1. Start with the mode decision: dark (#001e2b) for hero/features, white for content
325
- 2. MongoDB Green (#00ed64) is electric — use once per section for maximum impact
326
- 3. Serif headlines (MongoDB Value Serif) create the editorial authority — never use for body
327
- 4. Weight 300 body text creates the airy reading experience — don't default to 400
328
- 5. Source Code Pro uppercase with wide tracking for technical labels — the database voice
329
- 6. Teal-tinted shadows keep everything in the MongoDB color world
251
+ Use the reference as a source-bounded composition guide: a public marketing primary action can be `#00ed64` with `#001e2b` text/border, 4px radius, and Euclid Circular A 16px/500. Use MongoDB Value Serif for a measured public display headline and Source Code Pro for a code/value label. For LeafyGreen or documentation work, choose only the separately documented controls rather than importing marketing card geometry by default.
330
252
 
331
253
  ## 10. Voice & Tone
332
254
 
333
- MongoDB's voice is **enterprise-database-precise and developer-aware.** "The World's Leading Modern Data Platform" confident enterprise positioning. Source Code Pro uppercase labels signal "database voice" wide tracking, monospace authority.
255
+ MongoDBs first-party company story is developer-centred, practical, and ambitious: make a flexible data platform that helps developers build and scale. Its public writing pairs direct action language with concrete technical outcomes rather than generic database superlatives.
334
256
 
335
- | Context | Tone |
257
+ | Context | Observed or official direction |
336
258
  |---|---|
337
- | CTA | Verb. "Try free", "Get started", "Talk to sales" |
338
- | Marketing | Enterprise-data-platform language. Atlas (cloud) is first-class brand |
339
- | Documentation | Code-first, query-heavy |
340
- | Error | Specific. "Invalid ObjectId. Check format: 24-char hex." |
259
+ | Product mission | Empower innovators by unleashing the power of software and data. |
260
+ | Founder story | Frame scale, flexibility, and developer productivity as the problem to solve. |
261
+ | CTA | Use concise actions such as “Get Started” when supported by the captured public header. |
341
262
 
342
263
  **Voice samples**
343
- - Tagline: *"The World's Leading Modern Data Platform"* <!-- verified: mongodb.com homepage 2026-05 -->
344
-
345
- **Forbidden phrases.** "Revolutionary database". Generic NoSQL marketing.
264
+ - “Get Started” captured public primary action.
265
+ - “Our journey” — official company-history framing.
266
+ - “The needs of developers have always served as the company’s North Star.” — official story page.
346
267
 
347
268
  ## 11. Brand Narrative
348
269
 
349
- MongoDB was founded **2007 in New York City as 10gen** by **Dwight Merriman (former DoubleClick founder + CTO)**, **Eliot Horowitz (former DoubleClick engineer + ShopWiki CTO)**, and **Kevin P. Ryan (former DoubleClick CEO + Gilt Groupe founder)** — DoubleClick veterans who learned the limits of relational databases when scaling to **400,000+ ads/sec** ([MongoDB Inc. Wikipedia](https://en.wikipedia.org/wiki/MongoDB_Inc.), [Eliot Horowitz Wikipedia](https://en.wikipedia.org/wiki/Eliot_Horowitz)). 10gen originally aimed to build a PaaS on entirely open-source components but, finding no existing database that met their cloud-architecture principles, instead built the **document-oriented MongoDB**. **First public release 2009**. **Renamed 10gen → MongoDB Inc. on August 27 2013**. By 2017, MongoDB had raised **$311M in venture funding**. **NASDAQ IPO October 20 2017** under ticker **MDB**, raising **$192M** ([MongoDB — About](https://www.mongodb.com/company)). **Atlas (managed cloud) launched 2016**; by 2024-2025 Atlas accounts for **>70% of revenue** and the company's **market cap ranges $22B-$26B**. The brand voice — Spring Green CTAs `#00ed64` on Navy `#001e2b`, teal-tinted shadows, uppercase Source Code Pro labels — reflects the database-engineering register.
270
+ MongoDB traces its start to Dwight Merriman, Eliot Horowitz, and Kevin Ryan’s experience at DoubleClick, where relational databases struggled at more than 400,000 ads per second. MongoDB’s official history says they founded the company, then called 10gen, in 2007 to make a more scalable and flexible approach to data.
271
+
272
+ The team launched MongoDB in 2009 with a document model intended to manage large, unstructured data and scale for modern applications. The company renamed itself MongoDB in 2013 as the product gained traction. Its current account presents Atlas as the unified developer data platform that carries forward that developer-first direction across cloud providers and on-premises workloads.
350
273
 
351
274
  ## 12. Principles
352
275
 
353
- 1. **Atlas is the cloud product.** *UI implication:* Atlas distinct from on-prem MongoDB in marketing nav.
354
- 2. **Green primary `#00684a`.** *UI implication:* dark green as auth, never bright lime.
355
- 3. **Source Code Pro for technical labels.** Uppercase + wide tracking. *UI implication:* preserve this for chip labels.
356
- 4. **Teal-tinted shadows.** *UI implication:* all shadows have a slight teal undertone.
357
- 5. **0px-radius hero buttons, 4px-radius nav.** *UI implication:* mixed radius is intentional — sharp for data, soft for UX.
276
+ 1. **Build for developer agility.** *UI implication:* explain the concrete action or data outcome before introducing platform breadth.
277
+ 2. **Make flexibility legible.** *UI implication:* distinguish a public marketing message, design-system rule, and documentation affordance instead of flattening them into one generic UI.
278
+ 3. **Use type by role.** *UI implication:* Value Serif belongs in display hierarchy, Euclid in product reading/UI, and Source Code Pro in code/value contexts.
279
+ 4. **Keep high-signal actions disciplined.** *UI implication:* reserve Spring Green primary actions for the observed navy-text pairing; Forest Green remains announcement chrome in this evidence set.
358
280
 
359
281
  ## 13. Personas
360
282
 
361
- *Personas are fictional archetypes informed by MongoDB user segments (backend engineers, data architects, enterprise CTOs), not individual people.*
283
+ These are stakeholder groups named by MongoDB’s official company and story materials, not fictional user profiles.
362
284
 
363
- **Sergey Volkov, 38, Berlin.** Backend engineer building geo-distributed app. Atlas Multi-region for low-latency reads.
285
+ **Developers and builders.** MongoDB describes developers as the product’s North Star and the audience that needs a flexible way to manage and interact with data.
364
286
 
365
- **Aisha Patel, 41, San Francisco.** Data architect at Fortune 500. Manages 200+ MongoDB clusters across hybrid cloud.
287
+ **Innovators and application teams.** The company mission addresses teams creating, transforming, and disrupting industries with modern applications.
366
288
 
367
- **Heinz Müller, 50, Munich.** CTO at industrial SaaS. MongoDB Atlas as the deciding factor for cloud-native pivot.
289
+ **Organizations operating across environments.** Atlas is described as consolidating workloads through a unified experience for on-premises or preferred-cloud deployment.
368
290
 
369
291
  ## 14. States
370
292
 
371
- | State | Treatment |
372
- |---|---|
373
- | **Empty (no databases)** | "Create your first cluster" Atlas CTA |
374
- | **Empty (no collections)** | Inline shell command + create button |
375
- | **Loading (query)** | Per-stage execution explanation visible |
376
- | **Loading (cluster scaling)** | Progress with elapsed time, ETA |
377
- | **Error (query syntax)** | Inline below editor + line:column |
378
- | **Error (server)** | Specific MongoDB error code + docs link |
379
- | **Success (query)** | Results table + execution stats |
380
- | **Success (cluster created)** | Connection string + security checklist |
381
- | **Skeleton (cluster list)** | Teal-tinted placeholders |
382
- | **Disabled (read-only)** | Lock icon + role tooltip |
383
- | **Loading (long migration)** | Multi-step progress |
293
+ No empty, loading, success, error, disabled, skeleton, or interactive transition treatment was captured. These states are intentionally omitted rather than reconstructed from public baseline screenshots.
384
294
 
385
295
  ## 15. Motion & Easing
386
296
 
387
- | Token | Value | Use |
388
- |---|---|---|
389
- | `motion-instant` | 0ms | Selection |
390
- | `motion-fast` | 150ms | Hover |
391
- | `motion-standard` | 250ms | Modal, panel |
392
-
393
- Standard cubic-bezier; no bounce — enterprise register. `prefers-reduced-motion: reduce` removes hover transitions.
297
+ No duration, easing curve, or reduced-motion behavior was captured. No motion token is asserted.
394
298
 
395
299
  ---
396
300
 
397
- **Verified:** 2026-05-08 (omd:migrate run 40 — Apple-tier)
398
- **Tier 1 sources:** mongodb.com home + /products/platform/atlas-database (live DOM via playwright — **Primary `#00ed64` Spring Green** 4px / Navy `#001e2b` text / 48-52px / 15-16×24-48 / 16px·**500** + **Inverse Primary `#001e2b` Navy** 4px on light canvas; **`#00684a` Forest Green is banner-strip chrome bg only, NOT a CTA**; cookie utility 2px / 12.195px·600 separate track).
399
- **Tier 2 sources:** styles.refero.design / getdesign.md no record.
400
- **Tier 2 (Philosophy/founders/IPO):** Wikipedia (MongoDB Inc. + Eliot Horowitz), MongoDB About, MatrixBCG, PortersFiveForce, AlleyCorp, Medium (MongoDB IPO story).
401
- **Style ref:** `stripe`. **Conflicts unresolved:** none. **Earlier mistake reverted (significant):** prior footer claimed Primary was `#00684a` 0px hero — actually `#00684a` is banner-strip chrome bg, canonical Primary is **Spring Green `#00ed64` 4px / Navy text**. §4 needs material correction.
301
+ **Verified:** 2026-07-13
302
+ **Tier 1 sources:** supplied collector evidence for https://www.mongodb.com/, https://www.mongodb.design/, and https://www.mongodb.com/ko-kr/docs/; official typography guidance https://www.mongodb.design/foundations/typography; official company context https://www.mongodb.com/company and https://www.mongodb.com/company/our-story.
303
+ **Tier 2 sources:** https://getdesign.md/mongodb/design-md (opened; third-party analysis, no value promoted); https://styles.refero.design/?q=MongoDB (attempted; no usable result page).
304
+ **Conflicts unresolved:** none