cdragon 0.1.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 (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,357 @@
1
+ ---
2
+ id: mongodb
3
+ name: Mongodb
4
+ country: US
5
+ category: backend-devops
6
+ homepage: "https://www.mongodb.com"
7
+ primary_color: "#00ed64"
8
+ logo:
9
+ type: simpleicons
10
+ slug: mongodb
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: LeafyGreen
15
+ url: "https://www.mongodb.design"
16
+ type: system
17
+ description: MongoDB's open-source design system with an extensive React component library.
18
+ ---
19
+
20
+ # Design System Inspiration of MongoDB
21
+
22
+ ## 1. Visual Theme & Atmosphere
23
+
24
+ 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.
25
+
26
+ 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.
27
+
28
+ 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.
29
+
30
+ **Key Characteristics:**
31
+ - Deep teal-black backgrounds (`#001e2b`) — forest-dark, not space-dark
32
+ - Neon MongoDB Green (`#00ed64`) as the singular brand accent — electric and organic
33
+ - MongoDB Value Serif for hero headlines — editorial authority at tech scale
34
+ - Euclid Circular A for body with weight 300 (light) as a distinctive body weight
35
+ - Source Code Pro with wide uppercase letter-spacing (1px–3px) for technical labels
36
+ - Teal-tinted shadows: `rgba(0, 30, 43, 0.12)` — shadows carry the forest color
37
+ - Dual-mode: dark teal hero sections + light white content sections
38
+ - Pill buttons (100px radius) with green borders (`#00684a`)
39
+ - Link Blue (`#006cfa`) and hover transition to `#3860be`
40
+
41
+ ## 2. Color Palette & Roles
42
+
43
+ ### Primary Brand
44
+ - **Forest Black** (`#001e2b`): Primary dark background — the deepest teal-black
45
+ - **MongoDB Green** (`#00ed64`): Primary brand accent — neon green for highlights, underlines, gradients
46
+ - **Dark Green** (`#00684a`): Button borders, link text on light — muted green for functional use
47
+
48
+ ### Interactive
49
+ - **Action Blue** (`#006cfa`): Secondary accent — links, interactive highlights
50
+ - **Hover Blue** (`#3860be`): All link hover states transition to this blue
51
+ - **Teal Active** (`#1eaedb`): Button hover background — bright teal
52
+
53
+ ### Neutral Scale
54
+ - **Deep Teal** (`#1c2d38`): Dark button backgrounds, secondary dark surfaces
55
+ - **Teal Gray** (`#3d4f58`): Dark borders on dark surfaces
56
+ - **Dark Slate** (`#21313c`): Dark link text variant
57
+ - **Cool Gray** (`#5c6c75`): Muted text on dark, secondary button text
58
+ - **Silver Teal** (`#b8c4c2`): Borders on light surfaces, dividers
59
+ - **Light Input** (`#e8edeb`): Input text on dark surfaces
60
+ - **Pure White** (`#ffffff`): Light section background, button text on dark
61
+ - **Black** (`#000000`): Text on light surfaces, darkest elements
62
+
63
+ ### Shadows
64
+ - **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
65
+ - **Standard Shadow** (`rgba(0, 0, 0, 0.15) 0px 3px 20px`): General elevation
66
+ - **Subtle Shadow** (`rgba(0, 0, 0, 0.1) 0px 2px 4px`): Light card lift
67
+
68
+ ## 3. Typography Rules
69
+
70
+ ### Font Families
71
+ - **Display Serif**: `MongoDB Value Serif` — editorial hero headlines
72
+ - **Body / UI**: `Euclid Circular A` — geometric sans-serif workhorse
73
+ - **Code / Labels**: `Source Code Pro` — monospace with uppercase label treatments
74
+ - **Fallbacks**: `Akzidenz-Grotesk Std` (with CJK: Noto Sans KR/SC/JP), `Times`, `Arial`, `system-ui`
75
+
76
+ ### Hierarchy
77
+
78
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
79
+ |------|------|------|--------|-------------|----------------|-------|
80
+ | Display Hero | MongoDB Value Serif | 96px (6.00rem) | 400 | 1.20 (tight) | normal | Serif authority |
81
+ | Display Secondary | MongoDB Value Serif | 64px (4.00rem) | 400 | 1.00 (tight) | normal | Serif sub-hero |
82
+ | Section Heading | Euclid Circular A | 36px (2.25rem) | 500 | 1.33 | normal | Geometric precision |
83
+ | Sub-heading | Euclid Circular A | 24px (1.50rem) | 500 | 1.33 | normal | Feature titles |
84
+ | Body Large | Euclid Circular A | 20px (1.25rem) | 400 | 1.60 (relaxed) | normal | Introductions |
85
+ | Body | Euclid Circular A | 18px (1.13rem) | 400 | 1.33 | normal | Standard body |
86
+ | Body Light | Euclid Circular A | 16px (1.00rem) | 300 | 1.50–2.00 | normal | Light-weight reading text |
87
+ | Nav / UI | Euclid Circular A | 16px (1.00rem) | 500 | 1.00–1.88 | 0.16px | Navigation, emphasized |
88
+ | Body Bold | Euclid Circular A | 15px (0.94rem) | 700 | 1.50 | normal | Strong emphasis |
89
+ | Button | Euclid Circular A | 13.5px–16px | 500–700 | 1.00 | 0.135px–0.9px | CTA labels |
90
+ | Caption | Euclid Circular A | 14px (0.88rem) | 400 | 1.71 (relaxed) | normal | Metadata |
91
+ | Small | Euclid Circular A | 11px (0.69rem) | 600 | 1.82 (relaxed) | 0.2px | Tags, annotations |
92
+ | Code Heading | Source Code Pro | 40px (2.50rem) | 400 | 1.60 (relaxed) | normal | Code showcase titles |
93
+ | Code Body | Source Code Pro | 16px (1.00rem) | 400 | 1.50 | normal | Code blocks |
94
+ | Code Label | Source Code Pro | 14px (0.88rem) | 400–500 | 1.14 (tight) | 1px–2px | `text-transform: uppercase` |
95
+ | Code Micro | Source Code Pro | 9px (0.56rem) | 600 | 2.67 (relaxed) | 2.5px | `text-transform: uppercase` |
96
+
97
+ ### Principles
98
+ - **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.
99
+ - **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.
100
+ - **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.
101
+ - **Four-weight range**: 300 (light body) → 400 (standard) → 500 (UI/nav) → 700 (bold CTA) — a wider range than most systems, enabling fine-grained hierarchy.
102
+
103
+ ## 4. Component Stylings
104
+
105
+ ### Buttons
106
+
107
+ **Primary Green (Dark Surface)**
108
+ - Background: `#00684a` (muted MongoDB green)
109
+ - Text: `#000000`
110
+ - Radius: 50% (circular) or 100px (pill)
111
+ - Border: `1px solid #00684a`
112
+ - Shadow: `rgba(0,0,0,0.06) 0px 1px 6px`
113
+ - Hover: scale 1.1
114
+ - Active: scale 0.85
115
+
116
+ **Dark Teal Button**
117
+ - Background: `#1c2d38`
118
+ - Text: `#5c6c75`
119
+ - Radius: 100px (pill)
120
+ - Border: `1px solid #3d4f58`
121
+ - Hover: background `#1eaedb`, text white, translateX(5px)
122
+
123
+ **Outlined Button (Light Surface)**
124
+ - Background: transparent
125
+ - Text: `#001e2b`
126
+ - Border: `1px solid #b8c4c2`
127
+ - Radius: 4px–8px
128
+ - Hover: background tint
129
+
130
+ ### Cards & Containers
131
+ - Light mode: white background with `1px solid #b8c4c2` border
132
+ - Dark mode: `#001e2b` or `#1c2d38` background with `1px solid #3d4f58`
133
+ - Radius: 16px (standard), 24px (medium), 48px (large/hero)
134
+ - Shadow: `rgba(0,30,43,0.12) 0px 26px 44px` (forest-tinted)
135
+ - Image containers: 30px–32px radius
136
+
137
+ ### Inputs & Forms
138
+ - Textarea: text `#e8edeb`, padding 12px 12px 12px 8px
139
+ - Borders: `1px solid #b8c4c2` on light, `1px solid #3d4f58` on dark
140
+ - Input radius: 4px
141
+
142
+ ### Navigation
143
+ - Dark header on forest-black background
144
+ - Euclid Circular A 16px weight 500 for nav links
145
+ - MongoDB logo (leaf icon + wordmark) left-aligned
146
+ - Green CTA pill buttons right-aligned
147
+ - Mega-menu dropdowns with product categories
148
+
149
+ ### Image Treatment
150
+ - Dashboard screenshots on dark backgrounds
151
+ - Green-accented UI elements in screenshots
152
+ - 30px–32px radius on image containers
153
+ - Full-width dark sections for product showcases
154
+
155
+ ### Distinctive Components
156
+
157
+ **Neon Green Accent Underlines**
158
+ - `0px 2px 2px 0px solid #00ed64` — bottom + right border creating accent underlines
159
+ - Used on feature headings and highlighted text
160
+ - Also appears as `#006cfa` (blue) variant
161
+
162
+ **Source Code Label System**
163
+ - 14px uppercase Source Code Pro with 1px–2px letter-spacing
164
+ - Used as section category markers above headings
165
+ - Creates a "database field label" aesthetic
166
+
167
+ ## 5. Layout Principles
168
+
169
+ ### Spacing System
170
+ - Base unit: 8px
171
+ - Scale: 1px, 4px, 7px, 8px, 10px, 12px, 14px, 15px, 16px, 18px, 20px, 24px, 32px
172
+
173
+ ### Grid & Container
174
+ - Max content width centered
175
+ - Dark hero section with contained content
176
+ - Light content sections below
177
+ - Card grids: 2–3 columns
178
+ - Full-width dark footer
179
+
180
+ ### Whitespace Philosophy
181
+ - **Dramatic mode transitions**: The shift from dark teal sections to white content creates built-in visual breathing through contrast, not just space.
182
+ - **Generous dark sections**: Dark hero and feature areas use extra vertical padding (80px+) to let the forest-dark background breathe.
183
+ - **Compact light sections**: White content areas are denser, with tighter card grids and less vertical spacing.
184
+
185
+ ### Border Radius Scale
186
+ - Minimal (1px–2px): Small spans, badges
187
+ - Subtle (4px): Inputs, small buttons
188
+ - Standard (8px): Cards, links
189
+ - Card (16px): Standard cards, containers
190
+ - Toggle (20px): Switch elements
191
+ - Large (24px): Large panels
192
+ - Image (30px–32px): Image containers
193
+ - Hero (48px): Hero cards
194
+ - Pill (100px–999px): Buttons, navigation pills
195
+ - Full (9999px): Maximum pill
196
+
197
+ ## 6. Depth & Elevation
198
+
199
+ | Level | Treatment | Use |
200
+ |-------|-----------|-----|
201
+ | Flat (Level 0) | No shadow | Default surfaces |
202
+ | Subtle (Level 1) | `rgba(0,0,0,0.1) 0px 2px 4px` | Light card lift |
203
+ | Standard (Level 2) | `rgba(0,0,0,0.15) 0px 3px 9px` | Standard cards |
204
+ | Prominent (Level 3) | `rgba(0,0,0,0.15) 0px 3px 20px` | Elevated panels |
205
+ | 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 |
206
+
207
+ **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.
208
+
209
+ ## 7. Do's and Don'ts
210
+
211
+ ### Do
212
+ - Use `#001e2b` (forest-black) for dark sections — not pure black
213
+ - Apply MongoDB Green (`#00ed64`) sparingly for maximum electric impact
214
+ - Use MongoDB Value Serif ONLY for hero/display headings — Euclid Circular A for everything else
215
+ - Apply Source Code Pro uppercase with wide tracking (1px–3px) for technical labels
216
+ - Use teal-tinted shadows (`rgba(0,30,43,0.12)`) for primary card elevation
217
+ - Maintain the dark/light section duality — dramatic contrast between modes
218
+ - Use weight 300 for body text — the light weight is the readable voice
219
+ - Apply pill radius (100px) to primary action buttons
220
+
221
+ ### Don't
222
+ - Don't use pure black (`#000000`) for dark backgrounds — always use teal-black (`#001e2b`)
223
+ - Don't use MongoDB Green (`#00ed64`) on backgrounds — it's an accent for text, underlines, and small highlights
224
+ - Don't use standard gray shadows — always use teal-tinted (`rgba(0,30,43,...)`)
225
+ - Don't apply serif font to body text — MongoDB Value Serif is hero-only
226
+ - Don't use narrow letter-spacing on Source Code Pro labels — the wide tracking IS the identity
227
+ - Don't mix dark and light section treatments within the same section
228
+ - Don't use warm colors — the palette is strictly cool (teal, green, blue)
229
+ - Don't forget the green accent underlines — they're the signature decorative element
230
+
231
+ ## 8. Responsive Behavior
232
+
233
+ ### Breakpoints
234
+ | Name | Width | Key Changes |
235
+ |------|-------|-------------|
236
+ | Mobile Small | <425px | Tight single column |
237
+ | Mobile | 425–768px | Standard mobile |
238
+ | Tablet | 768–1024px | 2-column grids begin |
239
+ | Desktop | 1024–1280px | Standard layout |
240
+ | Large Desktop | 1280–1440px | Expanded layout |
241
+ | Ultra-wide | >1440px | Maximum width, generous margins |
242
+
243
+ ### Touch Targets
244
+ - Pill buttons with generous padding
245
+ - Navigation links at 16px with adequate spacing
246
+ - Card surfaces as full-area touch targets
247
+
248
+ ### Collapsing Strategy
249
+ - Hero: MongoDB Value Serif 96px → 64px → scales further
250
+ - Navigation: horizontal mega-menu → hamburger
251
+ - Feature cards: multi-column → stacked
252
+ - Dark/light sections maintain their mode at all sizes
253
+ - Source Code Pro labels maintain uppercase treatment
254
+
255
+ ### Image Behavior
256
+ - Dashboard screenshots scale proportionally
257
+ - Dark section backgrounds maintained full-width
258
+ - Image radius maintained across breakpoints
259
+
260
+ ## 9. Agent Prompt Guide
261
+
262
+ ### Quick Color Reference
263
+ - Dark background: Forest Black (`#001e2b`)
264
+ - Brand accent: MongoDB Green (`#00ed64`)
265
+ - Functional green: Dark Green (`#00684a`)
266
+ - Link blue: Action Blue (`#006cfa`)
267
+ - Text on light: Black (`#000000`)
268
+ - Text on dark: White (`#ffffff`) or Light Input (`#e8edeb`)
269
+ - Border light: Silver Teal (`#b8c4c2`)
270
+ - Border dark: Teal Gray (`#3d4f58`)
271
+
272
+ ### Example Component Prompts
273
+ - "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."
274
+ - "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."
275
+ - "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."
276
+ - "Create technical label: Source Code Pro 14px, text-transform uppercase, letter-spacing 2px, weight 500, #00ed64 color on dark background."
277
+ - "Design a pill button: #1c2d38 background, 1px solid #3d4f58 border, 100px radius, #5c6c75 text. Hover: #1eaedb background, white text, translateX(5px)."
278
+
279
+ ### Iteration Guide
280
+ 1. Start with the mode decision: dark (#001e2b) for hero/features, white for content
281
+ 2. MongoDB Green (#00ed64) is electric — use once per section for maximum impact
282
+ 3. Serif headlines (MongoDB Value Serif) create the editorial authority — never use for body
283
+ 4. Weight 300 body text creates the airy reading experience — don't default to 400
284
+ 5. Source Code Pro uppercase with wide tracking for technical labels — the database voice
285
+ 6. Teal-tinted shadows keep everything in the MongoDB color world
286
+
287
+ ## 10. Voice & Tone
288
+
289
+ 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.
290
+
291
+ | Context | Tone |
292
+ |---|---|
293
+ | CTA | Verb. "Try free", "Get started", "Talk to sales" |
294
+ | Marketing | Enterprise-data-platform language. Atlas (cloud) is first-class brand |
295
+ | Documentation | Code-first, query-heavy |
296
+ | Error | Specific. "Invalid ObjectId. Check format: 24-char hex." |
297
+
298
+ **Voice samples**
299
+ - Tagline: *"The World's Leading Modern Data Platform"* <!-- verified: mongodb.com homepage 2026-05 -->
300
+
301
+ **Forbidden phrases.** "Revolutionary database". Generic NoSQL marketing.
302
+
303
+ ## 11. Brand Narrative
304
+
305
+ 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.
306
+
307
+ ## 12. Principles
308
+
309
+ 1. **Atlas is the cloud product.** *UI implication:* Atlas distinct from on-prem MongoDB in marketing nav.
310
+ 2. **Green primary `#00684a`.** *UI implication:* dark green as auth, never bright lime.
311
+ 3. **Source Code Pro for technical labels.** Uppercase + wide tracking. *UI implication:* preserve this for chip labels.
312
+ 4. **Teal-tinted shadows.** *UI implication:* all shadows have a slight teal undertone.
313
+ 5. **0px-radius hero buttons, 4px-radius nav.** *UI implication:* mixed radius is intentional — sharp for data, soft for UX.
314
+
315
+ ## 13. Personas
316
+
317
+ *Personas are fictional archetypes informed by MongoDB user segments (backend engineers, data architects, enterprise CTOs), not individual people.*
318
+
319
+ **Sergey Volkov, 38, Berlin.** Backend engineer building geo-distributed app. Atlas Multi-region for low-latency reads.
320
+
321
+ **Aisha Patel, 41, San Francisco.** Data architect at Fortune 500. Manages 200+ MongoDB clusters across hybrid cloud.
322
+
323
+ **Heinz Müller, 50, Munich.** CTO at industrial SaaS. MongoDB Atlas as the deciding factor for cloud-native pivot.
324
+
325
+ ## 14. States
326
+
327
+ | State | Treatment |
328
+ |---|---|
329
+ | **Empty (no databases)** | "Create your first cluster" Atlas CTA |
330
+ | **Empty (no collections)** | Inline shell command + create button |
331
+ | **Loading (query)** | Per-stage execution explanation visible |
332
+ | **Loading (cluster scaling)** | Progress with elapsed time, ETA |
333
+ | **Error (query syntax)** | Inline below editor + line:column |
334
+ | **Error (server)** | Specific MongoDB error code + docs link |
335
+ | **Success (query)** | Results table + execution stats |
336
+ | **Success (cluster created)** | Connection string + security checklist |
337
+ | **Skeleton (cluster list)** | Teal-tinted placeholders |
338
+ | **Disabled (read-only)** | Lock icon + role tooltip |
339
+ | **Loading (long migration)** | Multi-step progress |
340
+
341
+ ## 15. Motion & Easing
342
+
343
+ | Token | Value | Use |
344
+ |---|---|---|
345
+ | `motion-instant` | 0ms | Selection |
346
+ | `motion-fast` | 150ms | Hover |
347
+ | `motion-standard` | 250ms | Modal, panel |
348
+
349
+ Standard cubic-bezier; no bounce — enterprise register. `prefers-reduced-motion: reduce` removes hover transitions.
350
+
351
+ ---
352
+
353
+ **Verified:** 2026-05-08 (omd:migrate run 40 — Apple-tier)
354
+ **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).
355
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
356
+ **Tier 2 (Philosophy/founders/IPO):** Wikipedia (MongoDB Inc. + Eliot Horowitz), MongoDB About, MatrixBCG, PortersFiveForce, AlleyCorp, Medium (MongoDB IPO story).
357
+ **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.