heraspec 0.1.12 → 0.1.14

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 (129) hide show
  1. package/LICENSE +22 -22
  2. package/README.md +188 -103
  3. package/bin/heraspec.js +4805 -1122
  4. package/bin/heraspec.js.map +4 -4
  5. package/dist/core/templates/skills/CHANGELOG.md +117 -117
  6. package/dist/core/templates/skills/README-template.md +58 -58
  7. package/dist/core/templates/skills/README.md +38 -38
  8. package/dist/core/templates/skills/content-optimization-skill.md +104 -104
  9. package/dist/core/templates/skills/data/design-systems.csv +54 -0
  10. package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
  11. package/dist/core/templates/skills/data/pages.csv +9 -9
  12. package/dist/core/templates/skills/data/typography.csv +57 -57
  13. package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
  14. package/dist/core/templates/skills/design-system-skill.md +176 -0
  15. package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
  16. package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
  17. package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
  18. package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
  19. package/dist/core/templates/skills/documents/templates/script.js +56 -56
  20. package/dist/core/templates/skills/documents/templates/style.css +155 -155
  21. package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
  22. package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
  23. package/dist/core/templates/skills/documents-skill.md +104 -104
  24. package/dist/core/templates/skills/e2e-test-skill.md +119 -119
  25. package/dist/core/templates/skills/git-embed-skill.md +57 -0
  26. package/dist/core/templates/skills/integration-test-skill.md +118 -118
  27. package/dist/core/templates/skills/knowledge/README.md +63 -0
  28. package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
  29. package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
  30. package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
  31. package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
  32. package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
  33. package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
  34. package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
  35. package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
  36. package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
  37. package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
  38. package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
  39. package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
  40. package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
  41. package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
  42. package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
  43. package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
  44. package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
  45. package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
  46. package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
  47. package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
  48. package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
  49. package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
  50. package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
  51. package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
  52. package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
  53. package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
  54. package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
  55. package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
  56. package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
  57. package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
  58. package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
  59. package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
  60. package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
  61. package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
  62. package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
  63. package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
  64. package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
  65. package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
  66. package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
  67. package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
  68. package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
  69. package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
  70. package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
  71. package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
  72. package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
  73. package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
  74. package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
  75. package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
  76. package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
  77. package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
  78. package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
  79. package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
  80. package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
  81. package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
  82. package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
  83. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
  84. package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
  85. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
  86. package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
  87. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
  88. package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
  89. package/dist/core/templates/skills/knowledge/index.json +65 -0
  90. package/dist/core/templates/skills/module-codebase-skill.md +110 -110
  91. package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
  92. package/dist/core/templates/skills/project-memory-skill.md +222 -0
  93. package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
  94. package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
  95. package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
  96. package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
  97. package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
  98. package/dist/core/templates/skills/scripts/core.py +391 -385
  99. package/dist/core/templates/skills/scripts/search.py +1 -1
  100. package/dist/core/templates/skills/smart-explore-skill.md +141 -0
  101. package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
  102. package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
  103. package/dist/core/templates/skills/suggestion-skill.md +118 -118
  104. package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
  105. package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
  106. package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
  107. package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
  108. package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
  109. package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
  110. package/dist/core/templates/skills/templates/responsive-design.md +40 -40
  111. package/dist/core/templates/skills/ui-ux-skill.md +595 -584
  112. package/dist/core/templates/skills/unit-test-skill.md +111 -111
  113. package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
  114. package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
  115. package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
  116. package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
  117. package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
  118. package/dist/core/templates/skills/ux-element-skill.md +83 -83
  119. package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -76
  120. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
  121. package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
  122. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
  123. package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
  124. package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
  125. package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
  126. package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
  127. package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
  128. package/dist/index.js +4068 -278
  129. package/package.json +75 -72
@@ -0,0 +1,257 @@
1
+ # Design System: MiniMax
2
+
3
+ ## 1. Visual Theme & Atmosphere
4
+
5
+ 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.
6
+
7
+ 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.
8
+
9
+ 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.
10
+
11
+ **Key Characteristics:**
12
+ - White-dominant layout with colorful product card accents
13
+ - Multi-font system: DM Sans (UI), Outfit (display), Poppins (mid-tier), Roboto (data)
14
+ - Pill buttons (9999px radius) for primary navigation and CTAs
15
+ - Generous rounded cards (20px–24px radius) for product showcases
16
+ - Brand blue spectrum: from `#1456f0` (brand-6) through `#3b82f6` (primary-500) to `#60a5fa` (light)
17
+ - Brand pink (`#ea5ec1`) as secondary accent
18
+ - Near-black text (`#222222`, `#18181b`) on white backgrounds
19
+ - Purple-tinted shadows (`rgba(44, 30, 116, 0.16)`) creating subtle brand-colored depth
20
+ - Dark footer section (`#181e25`) with product/company links
21
+
22
+ ## 2. Color Palette & Roles
23
+
24
+ ### Brand Primary
25
+ - **Brand Blue** (`#1456f0`): `--brand-6`, primary brand identity color
26
+ - **Sky Blue** (`#3daeff`): `--col-brand00`, lighter brand variant for accents
27
+ - **Brand Pink** (`#ea5ec1`): `--col-brand02`, secondary brand accent
28
+
29
+ ### Blue Scale (Primary)
30
+ - **Primary 200** (`#bfdbfe`): `--color-primary-200`, light blue backgrounds
31
+ - **Primary Light** (`#60a5fa`): `--color-primary-light`, active states, highlights
32
+ - **Primary 500** (`#3b82f6`): `--color-primary-500`, standard blue actions
33
+ - **Primary 600** (`#2563eb`): `--color-primary-600`, hover states
34
+ - **Primary 700** (`#1d4ed8`): `--color-primary-700`, pressed/active states
35
+ - **Brand Deep** (`#17437d`): `--brand-3`, deep blue for emphasis
36
+
37
+ ### Text Colors
38
+ - **Near Black** (`#222222`): `--col-text00`, primary text
39
+ - **Dark** (`#18181b`): Button text, headings
40
+ - **Charcoal** (`#181e25`): Dark surface text, footer background
41
+ - **Dark Gray** (`#45515e`): `--col-text04`, secondary text
42
+ - **Mid Gray** (`#8e8e93`): Tertiary text, muted labels
43
+ - **Light Gray** (`#5f5f5f`): `--brand-2`, helper text
44
+
45
+ ### Surface & Background
46
+ - **Pure White** (`#ffffff`): `--col-bg13`, primary background
47
+ - **Light Gray** (`#f0f0f0`): Secondary button backgrounds
48
+ - **Glass White** (`hsla(0, 0%, 100%, 0.4)`): `--fill-bg-white`, frosted glass overlay
49
+ - **Border Light** (`#f2f3f5`): Subtle section dividers
50
+ - **Border Gray** (`#e5e7eb`): Component borders
51
+
52
+ ### Semantic
53
+ - **Success Background** (`#e8ffea`): `--success-bg`, positive state backgrounds
54
+
55
+ ### Shadows
56
+ - **Standard** (`rgba(0, 0, 0, 0.08) 0px 4px 6px`): Default card shadow
57
+ - **Soft Glow** (`rgba(0, 0, 0, 0.08) 0px 0px 22.576px`): Ambient soft shadow
58
+ - **Brand Purple** (`rgba(44, 30, 116, 0.16) 0px 0px 15px`): Brand-tinted glow
59
+ - **Brand Purple Offset** (`rgba(44, 30, 116, 0.11) 6.5px 2px 17.5px`): Directional brand glow
60
+ - **Card Elevation** (`rgba(36, 36, 36, 0.08) 0px 12px 16px -4px`): Lifted card shadow
61
+
62
+ ## 3. Typography Rules
63
+
64
+ ### Font Families
65
+ - **Primary UI**: `DM Sans`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
66
+ - **Display**: `Outfit`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
67
+ - **Mid-tier**: `Poppins`
68
+ - **Data/Technical**: `Roboto`, with fallbacks: `Helvetica Neue, Helvetica, Arial`
69
+
70
+ ### Hierarchy
71
+
72
+ | Role | Font | Size | Weight | Line Height | Notes |
73
+ |------|------|------|--------|-------------|-------|
74
+ | Display Hero | DM Sans / Outfit | 80px (5.00rem) | 500 | 1.10 (tight) | Hero headlines |
75
+ | Section Heading | Outfit | 31px (1.94rem) | 600 | 1.50 | Feature section titles |
76
+ | Section Heading Alt | Roboto / DM Sans | 32px (2.00rem) | 600 | 0.88 (tight) | Compact headers |
77
+ | Card Title | Outfit | 28px (1.75rem) | 500–600 | 1.71 (relaxed) | Product card headings |
78
+ | Sub-heading | Poppins | 24px (1.50rem) | 500 | 1.50 | Mid-tier headings |
79
+ | Feature Label | Poppins | 18px (1.13rem) | 500 | 1.50 | Feature names |
80
+ | Body Large | DM Sans | 20px (1.25rem) | 500 | 1.50 | Emphasized body |
81
+ | Body | DM Sans | 16px (1.00rem) | 400–500 | 1.50 | Standard body text |
82
+ | Body Bold | DM Sans | 16px (1.00rem) | 700 | 1.50 | Strong emphasis |
83
+ | Nav/Link | DM Sans | 14px (0.88rem) | 400–500 | 1.50 | Navigation, links |
84
+ | Button Small | DM Sans | 13px (0.81rem) | 600 | 1.50 | Compact buttons |
85
+ | Caption | DM Sans / Poppins | 13px (0.81rem) | 400 | 1.70 (relaxed) | Metadata |
86
+ | Small Label | DM Sans | 12px (0.75rem) | 500–600 | 1.25–1.50 | Tags, badges |
87
+ | Micro | DM Sans / Outfit | 10px (0.63rem) | 400–500 | 1.50–1.80 | Tiny annotations |
88
+
89
+ ### Principles
90
+ - **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.
91
+ - **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).
92
+ - **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.
93
+ - **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.
94
+
95
+ ## 4. Component Stylings
96
+
97
+ ### Buttons
98
+
99
+ **Pill Primary Dark**
100
+ - Background: `#181e25`
101
+ - Text: `#ffffff`
102
+ - Padding: 11px 20px
103
+ - Radius: 8px
104
+ - Use: Primary CTA ("Get Started", "Learn More")
105
+
106
+ **Pill Nav**
107
+ - Background: `rgba(0, 0, 0, 0.05)` (subtle tint)
108
+ - Text: `#18181b`
109
+ - Radius: 9999px (full pill)
110
+ - Use: Navigation tabs, filter toggles
111
+
112
+ **Pill White**
113
+ - Background: `#ffffff`
114
+ - Text: `rgba(24, 30, 37, 0.8)`
115
+ - Radius: 9999px
116
+ - Opacity: 0.5 (default state)
117
+ - Use: Secondary nav, inactive tabs
118
+
119
+ **Secondary Light**
120
+ - Background: `#f0f0f0`
121
+ - Text: `#333333`
122
+ - Padding: 11px 20px
123
+ - Radius: 8px
124
+ - Use: Secondary actions
125
+
126
+ ### Product Cards
127
+ - Background: Vibrant gradients (pink/purple/orange/blue)
128
+ - Radius: 20px–24px (generous rounding)
129
+ - Shadow: `rgba(44, 30, 116, 0.16) 0px 0px 15px` (brand purple glow)
130
+ - Content: Product name, model version, descriptive text
131
+ - Each card has its own color palette matching the product identity
132
+
133
+ ### AI Product Cards (Matrix)
134
+ - Background: white with subtle shadow
135
+ - Radius: 13px–16px
136
+ - Shadow: `rgba(0, 0, 0, 0.08) 0px 4px 6px`
137
+ - Icon/illustration centered above product name
138
+ - Product name in DM Sans 14–16px weight 500
139
+
140
+ ### Links
141
+ - **Primary**: `#18181b` or `#181e25`, underline on dark text
142
+ - **Secondary**: `#8e8e93`, muted for less emphasis
143
+ - **On Dark**: `rgba(255, 255, 255, 0.8)` for footer and dark sections
144
+
145
+ ### Navigation
146
+ - Clean horizontal nav on white background
147
+ - MiniMax logo left-aligned (red accent in logo)
148
+ - DM Sans 14px weight 500 for nav items
149
+ - Pill-shaped active indicators (9999px radius)
150
+ - "Login" text link, minimal right-side actions
151
+ - Sticky header behavior
152
+
153
+ ## 5. Layout Principles
154
+
155
+ ### Spacing System
156
+ - Base unit: 8px
157
+ - Scale: 1px, 2px, 4px, 6px, 8px, 10px, 11px, 14px, 16px, 24px, 32px, 40px, 50px, 64px, 80px
158
+
159
+ ### Grid & Container
160
+ - Max content width centered on page
161
+ - Product card grids: horizontal scroll or 3–4 column layout
162
+ - Full-width white sections with contained content
163
+ - Dark footer at full-width
164
+
165
+ ### Breakpoints
166
+ | Name | Width | Key Changes |
167
+ |------|-------|-------------|
168
+ | Mobile | <768px | Single column, stacked cards |
169
+ | Tablet | 768–1024px | 2-column grids |
170
+ | Desktop | >1024px | Full layout, horizontal card scrolls |
171
+
172
+ ### Whitespace Philosophy
173
+ - **Gallery spacing**: Products are presented like gallery items with generous white space between cards, letting each AI model breathe as its own showcase.
174
+ - **Section rhythm**: Large vertical gaps (64px–80px) between major sections create distinct "chapters" of content.
175
+ - **Card breathing**: Product cards use internal padding of 16px–24px with ample whitespace around text.
176
+
177
+ ### Border Radius Scale
178
+ - Minimal (4px): Small tags, micro badges
179
+ - Standard (8px): Buttons, small cards
180
+ - Comfortable (11px–13px): Medium cards, panels
181
+ - Generous (16px–20px): Large product cards
182
+ - Large (22px–24px): Hero product cards, major containers
183
+ - Pill (30px–32px): Badge pills, rounded panels
184
+ - Full (9999px): Buttons, nav tabs
185
+
186
+ ## 6. Depth & Elevation
187
+
188
+ | Level | Treatment | Use |
189
+ |-------|-----------|-----|
190
+ | Flat (Level 0) | No shadow | White background, text blocks |
191
+ | Subtle (Level 1) | `rgba(0, 0, 0, 0.08) 0px 4px 6px` | Standard cards, containers |
192
+ | Ambient (Level 2) | `rgba(0, 0, 0, 0.08) 0px 0px 22.576px` | Soft glow around elements |
193
+ | Brand Glow (Level 3) | `rgba(44, 30, 116, 0.16) 0px 0px 15px` | Featured product cards |
194
+ | Elevated (Level 4) | `rgba(36, 36, 36, 0.08) 0px 12px 16px -4px` | Lifted cards, hover states |
195
+
196
+ **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.
197
+
198
+ ## 7. Do's and Don'ts
199
+
200
+ ### Do
201
+ - Use white as the dominant background — let product cards provide the color
202
+ - Apply pill radius (9999px) for navigation tabs and toggle buttons
203
+ - Use generous border radius (20px–24px) for product showcase cards
204
+ - Employ the purple-tinted shadow for featured/hero product cards
205
+ - Keep body text at DM Sans weight 400–500 — heavier weights for buttons only
206
+ - Use Outfit for display headings, DM Sans for everything functional
207
+ - Maintain the universal 1.50 line-height across body text
208
+ - Let colorful product illustrations/gradients serve as the primary visual interest
209
+
210
+ ### Don't
211
+ - Don't add colored backgrounds to main content sections — white is structural
212
+ - Don't use sharp corners (0–4px radius) on product cards — the rounded aesthetic is core
213
+ - Don't apply the brand pink (`#ea5ec1`) to text or buttons — it's for logo and decorative accents only
214
+ - Don't mix more than one display font per section (Outfit OR Poppins, not both)
215
+ - Don't use weight 700 for headings — 500–600 is the range, 700 is reserved for strong emphasis in body text
216
+ - Don't darken shadows beyond 0.16 opacity — the light, airy feel requires restraint
217
+ - Don't use Roboto for headings — it's the data/technical context font only
218
+
219
+ ## 8. Responsive Behavior
220
+
221
+ ### Breakpoints
222
+ | Name | Width | Key Changes |
223
+ |------|-------|-------------|
224
+ | Mobile | <768px | Single column, stacked product cards, hamburger nav |
225
+ | Tablet | 768–1024px | 2-column product grids, condensed spacing |
226
+ | Desktop | >1024px | Full horizontal card layouts, expanded spacing |
227
+
228
+ ### Collapsing Strategy
229
+ - Hero: 80px → responsive scaling to ~40px on mobile
230
+ - Product card grid: horizontal scroll → 2-column → single column stacked
231
+ - Navigation: horizontal → hamburger menu
232
+ - Footer: multi-column → stacked sections
233
+ - Spacing: 64–80px gaps → 32–40px on mobile
234
+
235
+ ## 9. Agent Prompt Guide
236
+
237
+ ### Quick Color Reference
238
+ - Background: `#ffffff` (primary), `#181e25` (dark/footer)
239
+ - Text: `#222222` (primary), `#45515e` (secondary), `#8e8e93` (muted)
240
+ - Brand Blue: `#1456f0` (brand), `#3b82f6` (primary-500), `#2563eb` (hover)
241
+ - Brand Pink: `#ea5ec1` (accent only)
242
+ - Borders: `#e5e7eb`, `#f2f3f5`
243
+
244
+ ### Example Component Prompts
245
+ - "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)."
246
+ - "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."
247
+ - "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."
248
+ - "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."
249
+ - "Design footer on dark (#181e25) background. Product links in DM Sans 14px, rgba(255,255,255,0.8). Multi-column layout."
250
+
251
+ ### Iteration Guide
252
+ 1. Start with white — color comes from product cards and illustrations only
253
+ 2. Pill buttons (9999px) for nav/tabs, standard radius (8px) for CTA buttons
254
+ 3. Purple-tinted shadows for featured cards, neutral shadows for everything else
255
+ 4. DM Sans handles 70% of text — Outfit is display-only, Poppins is mid-tier only
256
+ 5. Keep weights moderate (500–600 for headings) — the brand tone is confident but approachable
257
+ 6. Large radius cards (20–24px) for products, smaller radius (8–13px) for UI elements
@@ -0,0 +1,326 @@
1
+ # Design System: Mintlify
2
+
3
+ ## 1. Visual Theme & Atmosphere
4
+
5
+ Mintlify's website is a study in documentation-as-product design — a white, airy, information-rich surface that treats clarity as its highest aesthetic value. The page opens with a luminous white (`#ffffff`) background, near-black (`#0d0d0d`) text, and a signature green brand accent (`#18E299`) that signals freshness and intelligence without dominating the palette. The overall mood is calm, confident, and engineered for legibility — a design system that whispers "we care about your developer experience" in every pixel.
6
+
7
+ The Inter font family carries the entire typographic load. At display sizes (40–64px), it uses tight negative letter-spacing (-0.8px to -1.28px) and semibold weight (600), creating headlines that feel focused and compressed like well-written documentation headers. Body text at 16–18px with 150% line-height provides generous reading comfort. Geist Mono appears exclusively for code and technical labels — uppercase, tracked-out, small — the voice of the terminal inside the marketing page.
8
+
9
+ What distinguishes Mintlify from other documentation platforms is its atmospheric gradient hero. A soft, cloud-like green-to-white gradient wash behind the hero content creates a sense of ethereal intelligence — documentation that floats above the noise. Below the hero, the page settles into a disciplined alternation of white sections separated by subtle 5% opacity borders. Cards use generous padding (24px+) with large radii (16px–24px) and whisper-thin borders, creating containers that feel open rather than boxed.
10
+
11
+ **Key Characteristics:**
12
+ - Inter with tight negative tracking at display sizes (-0.8px to -1.28px) — compressed yet readable
13
+ - Geist Mono for code labels: uppercase, 12px, tracked-out, the terminal voice
14
+ - Brand green (`#18E299`) used sparingly — CTAs, hover states, focus rings, and accent touches
15
+ - Atmospheric gradient hero with cloud-like green-white wash
16
+ - Ultra-round corners: 16px for containers, 24px for featured cards, full-round (9999px) for buttons and pills
17
+ - Subtle 5% opacity borders (`rgba(0,0,0,0.05)`) creating barely-there separation
18
+ - 8px base spacing system with generous section padding (48px–96px)
19
+ - Clean white canvas — no gray backgrounds, no color sections, depth through borders and whitespace alone
20
+
21
+ ## 2. Color Palette & Roles
22
+
23
+ ### Primary
24
+ - **Near Black** (`#0d0d0d`): Primary text, headings, dark surfaces. Not pure black — the micro-softness improves reading comfort.
25
+ - **Pure White** (`#ffffff`): Page background, card surfaces, input backgrounds.
26
+ - **Brand Green** (`#18E299`): The signature accent — CTAs, links on hover, focus rings, brand identity.
27
+
28
+ ### Secondary Accents
29
+ - **Brand Green Light** (`#d4fae8`): Tinted green surface for badges, hover states, subtle backgrounds.
30
+ - **Brand Green Deep** (`#0fa76e`): Darker green for text on light-green badges, hover states on brand elements.
31
+ - **Warm Amber** (`#c37d0d`): Warning states, caution badges — `--twoslash-warn-bg`.
32
+ - **Soft Blue** (`#3772cf`): Tag backgrounds, informational annotations — `--twoslash-tag-bg`.
33
+ - **Error Red** (`#d45656`): Error states, destructive actions — `--twoslash-error-bg`.
34
+
35
+ ### Neutral Scale
36
+ - **Gray 900** (`#0d0d0d`): Primary heading text, nav links.
37
+ - **Gray 700** (`#333333`): Secondary text, descriptions, body copy.
38
+ - **Gray 500** (`#666666`): Tertiary text, muted labels.
39
+ - **Gray 400** (`#888888`): Placeholder text, disabled states, code annotations.
40
+ - **Gray 200** (`#e5e5e5`): Borders, dividers, card outlines.
41
+ - **Gray 100** (`#f5f5f5`): Subtle surface backgrounds, hover states.
42
+ - **Gray 50** (`#fafafa`): Near-white surface tint.
43
+
44
+ ### Interactive
45
+ - **Link Default** (`#0d0d0d`): Links match text color, relying on underline/context.
46
+ - **Link Hover** (`#18E299`): Brand green on hover — `var(--color-brand)`.
47
+ - **Focus Ring** (`#18E299`): Brand green focus outline for inputs and interactive elements.
48
+
49
+ ### Surface & Overlay
50
+ - **Card Background** (`#ffffff`): White cards on white background, separated by borders.
51
+ - **Border Subtle** (`rgba(0,0,0,0.05)`): 5% black opacity borders — the primary separation mechanism.
52
+ - **Border Medium** (`rgba(0,0,0,0.08)`): Slightly stronger borders for interactive elements.
53
+ - **Input Border Focus** (`var(--color-brand)`): Green ring on focused inputs.
54
+
55
+ ### Shadows & Depth
56
+ - **Card Shadow** (`rgba(0,0,0,0.03) 0px 2px 4px`): Barely-there ambient shadow for subtle lift.
57
+ - **Button Shadow** (`rgba(0,0,0,0.06) 0px 1px 2px`): Micro-shadow for button depth.
58
+ - **No heavy shadows**: Mintlify relies on borders, not shadows, for depth.
59
+
60
+ ## 3. Typography Rules
61
+
62
+ ### Font Family
63
+ - **Primary**: `Inter`, with fallback: `Inter Fallback, system-ui, -apple-system, sans-serif`
64
+ - **Monospace**: `Geist Mono`, with fallback: `Geist Mono Fallback, ui-monospace, SFMono-Regular, monospace`
65
+
66
+ ### Hierarchy
67
+
68
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
69
+ |------|------|------|--------|-------------|----------------|-------|
70
+ | Display Hero | Inter | 64px (4.00rem) | 600 | 1.15 (tight) | -1.28px | Maximum impact, hero headlines |
71
+ | Section Heading | Inter | 40px (2.50rem) | 600 | 1.10 (tight) | -0.8px | Feature section titles |
72
+ | Sub-heading | Inter | 24px (1.50rem) | 500 | 1.30 (tight) | -0.24px | Card headings, sub-sections |
73
+ | Card Title | Inter | 20px (1.25rem) | 600 | 1.30 (tight) | -0.2px | Feature card titles |
74
+ | Card Title Light | Inter | 20px (1.25rem) | 500 | 1.30 (tight) | -0.2px | Secondary card headings |
75
+ | Body Large | Inter | 18px (1.13rem) | 400 | 1.50 | normal | Hero descriptions, introductions |
76
+ | Body | Inter | 16px (1.00rem) | 400 | 1.50 | normal | Standard reading text |
77
+ | Body Medium | Inter | 16px (1.00rem) | 500 | 1.50 | normal | Navigation, emphasized text |
78
+ | Button | Inter | 15px (0.94rem) | 500 | 1.50 | normal | Button labels |
79
+ | Link | Inter | 14px (0.88rem) | 500 | 1.50 | normal | Navigation links, small CTAs |
80
+ | Caption | Inter | 14px (0.88rem) | 400–500 | 1.50–1.71 | normal | Metadata, descriptions |
81
+ | Label Uppercase | Inter | 13px (0.81rem) | 500 | 1.50 | 0.65px | `text-transform: uppercase`, section labels |
82
+ | Small | Inter | 13px (0.81rem) | 400–500 | 1.50 | -0.26px | Small body text |
83
+ | Mono Code | Geist Mono | 12px (0.75rem) | 500 | 1.50 | 0.6px | `text-transform: uppercase`, technical labels |
84
+ | Mono Badge | Geist Mono | 12px (0.75rem) | 600 | 1.50 | 0.6px | `text-transform: uppercase`, status badges |
85
+ | Mono Micro | Geist Mono | 10px (0.63rem) | 500 | 1.50 | normal | `text-transform: uppercase`, tiny labels |
86
+
87
+ ### Principles
88
+ - **Tight tracking at display sizes**: Inter at 40–64px uses -0.8px to -1.28px letter-spacing. This compression creates headlines that feel deliberate and space-efficient — documentation headings, not billboard copy.
89
+ - **Relaxed reading at body sizes**: 16–18px body text uses normal tracking with 150% line-height, creating generous reading lanes. Documentation demands comfort.
90
+ - **Two-font system**: Inter for all human-readable content, Geist Mono exclusively for technical/code contexts. The boundary is strict — no mixing.
91
+ - **Uppercase as hierarchy signal**: Section labels and technical tags use uppercase + positive tracking (0.6px–0.65px) as a clear visual delimiter between content types.
92
+ - **Three weights**: 400 (body/reading), 500 (UI/navigation/emphasis), 600 (headings/titles). No bold (700) in the system.
93
+
94
+ ## 4. Component Stylings
95
+
96
+ ### Buttons
97
+
98
+ **Primary Brand (Full-round)**
99
+ - Background: `#0d0d0d` (near-black)
100
+ - Text: `#ffffff`
101
+ - Padding: 8px 24px
102
+ - Radius: 9999px (full pill)
103
+ - Font: Inter 15px weight 500
104
+ - Shadow: `rgba(0,0,0,0.06) 0px 1px 2px`
105
+ - Hover: opacity 0.9
106
+ - Use: Primary CTA ("Get Started", "Start Building")
107
+
108
+ **Secondary / Ghost (Full-round)**
109
+ - Background: `#ffffff`
110
+ - Text: `#0d0d0d`
111
+ - Padding: 4.5px 12px
112
+ - Radius: 9999px (full pill)
113
+ - Border: `1px solid rgba(0,0,0,0.08)`
114
+ - Font: Inter 15px weight 500
115
+ - Hover: opacity 0.9
116
+ - Use: Secondary actions ("Request Demo", "View Docs")
117
+
118
+ **Transparent / Nav Button**
119
+ - Background: transparent
120
+ - Text: `#0d0d0d`
121
+ - Padding: 5px 6px
122
+ - Radius: 8px
123
+ - Border: none or `1px solid rgba(0,0,0,0.05)`
124
+ - Use: Navigation items, icon buttons
125
+
126
+ **Brand Accent Button**
127
+ - Background: `#18E299`
128
+ - Text: `#0d0d0d`
129
+ - Padding: 8px 24px
130
+ - Radius: 9999px
131
+ - Use: Special promotional CTAs
132
+
133
+ ### Cards & Containers
134
+
135
+ **Standard Card**
136
+ - Background: `#ffffff`
137
+ - Border: `1px solid rgba(0,0,0,0.05)`
138
+ - Radius: 16px
139
+ - Padding: 24px
140
+ - Shadow: `rgba(0,0,0,0.03) 0px 2px 4px`
141
+ - Hover: subtle border darkening to `rgba(0,0,0,0.08)`
142
+
143
+ **Featured Card**
144
+ - Background: `#ffffff`
145
+ - Border: `1px solid rgba(0,0,0,0.05)`
146
+ - Radius: 24px
147
+ - Padding: 32px
148
+ - Inner content areas may have their own 16px radius containers
149
+
150
+ **Logo/Trust Card**
151
+ - Background: `#fafafa` or `#ffffff`
152
+ - Border: `1px solid rgba(0,0,0,0.05)`
153
+ - Radius: 16px
154
+ - Centered logo/icon with consistent sizing
155
+
156
+ ### Inputs & Forms
157
+
158
+ **Email Input**
159
+ - Background: transparent or `#ffffff`
160
+ - Text: `#0d0d0d`
161
+ - Padding: 0px 12px (height controlled by line-height)
162
+ - Border: `1px solid rgba(0,0,0,0.08)`
163
+ - Radius: 9999px (full pill, matching buttons)
164
+ - Focus: `1px solid var(--color-brand)` + `outline: 1px solid var(--color-brand)`
165
+ - Placeholder: `#888888`
166
+
167
+ ### Navigation
168
+ - Clean horizontal nav on white, sticky with backdrop blur
169
+ - Brand logotype left-aligned
170
+ - Links: Inter 14–15px weight 500, `#0d0d0d` text
171
+ - Hover: color shifts to brand green `var(--color-brand)`
172
+ - CTA: dark pill button right-aligned ("Get Started")
173
+ - Mobile: hamburger menu collapse at 768px
174
+
175
+ ### Image Treatment
176
+ - Product screenshots with subtle 1px borders
177
+ - Rounded containers: 16px–24px radius
178
+ - Atmospheric gradient backgrounds behind hero images
179
+ - Cloud/sky imagery with soft green tinting
180
+
181
+ ### Distinctive Components
182
+
183
+ **Atmospheric Hero**
184
+ - Full-width gradient wash: soft green-to-white cloud-like gradient
185
+ - Centered headline with tight tracking
186
+ - Subtitle in muted gray
187
+ - Dual CTA buttons (dark primary + ghost secondary)
188
+ - The gradient creates a sense of elevation and intelligence
189
+
190
+ **Trust Bar / Logo Grid**
191
+ - "Loved by your favorite companies" section
192
+ - Company logos in muted grayscale
193
+ - Grid or horizontal layout with consistent sizing
194
+ - Subtle border separation between logos
195
+
196
+ **Feature Cards with Icons**
197
+ - Icon or illustration at top
198
+ - Title at 20px weight 600
199
+ - Description at 14–16px in gray
200
+ - Consistent padding and border treatment
201
+ - Grid layout: 2–3 columns on desktop
202
+
203
+ **CTA Footer Section**
204
+ - Dark or gradient background
205
+ - Large headline: "Make documentation your winning advantage"
206
+ - Email input with pill styling
207
+ - Brand green accent on CTAs
208
+
209
+ ## 5. Layout Principles
210
+
211
+ ### Spacing System
212
+ - Base unit: 8px
213
+ - Scale: 2px, 4px, 5px, 6px, 7px, 8px, 10px, 12px, 16px, 24px, 32px, 48px, 64px
214
+ - Section padding: 48px–96px vertical
215
+ - Card padding: 24px–32px
216
+ - Component gaps: 8px–16px
217
+
218
+ ### Grid & Container
219
+ - Max content width: approximately 1200px
220
+ - Hero: centered single-column with generous top padding (96px+)
221
+ - Feature sections: 2–3 column CSS Grid for cards
222
+ - Full-width sections with contained content
223
+ - Consistent horizontal padding: 24px (mobile) to 32px (desktop)
224
+
225
+ ### Whitespace Philosophy
226
+ - **Documentation-grade breathing room**: Every element has generous surrounding whitespace. Mintlify sells documentation, so the marketing page itself demonstrates reading comfort.
227
+ - **Sections as chapters**: Each feature section is a self-contained unit with 48px–96px vertical padding, creating clear "chapter breaks."
228
+ - **Content density is low**: Unlike developer tools that pack the page, Mintlify uses 1–2 key messages per section with supporting imagery.
229
+
230
+ ### Border Radius Scale
231
+ - Small (4px): Inline code, small tags, tooltips
232
+ - Medium (8px): Nav buttons, transparent buttons, small containers
233
+ - Standard (16px): Cards, content containers, image wrappers
234
+ - Large (24px): Featured cards, hero containers, section panels
235
+ - Full Pill (9999px): Buttons, inputs, badges, pills — the signature shape
236
+
237
+ ## 6. Depth & Elevation
238
+
239
+ | Level | Treatment | Use |
240
+ |-------|-----------|-----|
241
+ | Flat (Level 0) | No shadow, no border | Page background, text blocks |
242
+ | Subtle Border (Level 1) | `1px solid rgba(0,0,0,0.05)` | Standard card borders, dividers |
243
+ | Medium Border (Level 1b) | `1px solid rgba(0,0,0,0.08)` | Interactive elements, input borders |
244
+ | Ambient Shadow (Level 2) | `rgba(0,0,0,0.03) 0px 2px 4px` | Cards with subtle lift |
245
+ | Button Shadow (Level 2b) | `rgba(0,0,0,0.06) 0px 1px 2px` | Button micro-depth |
246
+ | Focus Ring (Accessibility) | `1px solid #18E299` outline | Focused inputs, active interactive elements |
247
+
248
+ **Shadow Philosophy**: Mintlify barely uses shadows. The depth system is almost entirely border-driven — ultra-subtle 5% opacity borders create separation without visual weight. When shadows appear, they're atmospheric whispers (`0.03 opacity, 2px blur, 4px spread`) that add the barest sense of lift. This restraint keeps the page feeling flat and paper-like — appropriate for a documentation company whose product is about clarity and readability.
249
+
250
+ ### Decorative Depth
251
+ - Hero gradient: atmospheric green-white cloud gradient behind hero content
252
+ - No background color alternation — white on white throughout
253
+ - Depth comes from border opacity variation (5% → 8%) and whitespace
254
+
255
+ ## 7. Dark Mode
256
+
257
+ ### Color Inversions
258
+ - **Background**: `#0d0d0d` (near-black)
259
+ - **Text Primary**: `#ededed` (near-white)
260
+ - **Text Secondary**: `#a0a0a0` (muted gray)
261
+ - **Brand Green**: `#18E299` (unchanged — the green works on both backgrounds)
262
+ - **Border**: `rgba(255,255,255,0.08)` (white at 8% opacity)
263
+ - **Card Background**: `#141414` (slightly lighter than page)
264
+ - **Shadow**: `rgba(0,0,0,0.4) 0px 2px 4px` (stronger shadow for contrast)
265
+
266
+ ### Key Adjustments
267
+ - Buttons invert: white background dark text becomes dark background light text
268
+ - Badge backgrounds shift to deeper tones with lighter text
269
+ - Focus ring remains brand green
270
+ - Hero gradient shifts to dark-tinted green atmospheric wash
271
+
272
+ ## 8. Responsive Behavior
273
+
274
+ ### Breakpoints
275
+ | Name | Width | Key Changes |
276
+ |------|-------|-------------|
277
+ | Mobile | <768px | Single column, stacked layout, hamburger nav |
278
+ | Tablet | 768–1024px | Two-column grids begin, expanded padding |
279
+ | Desktop | >1024px | Full layout, 3-column grids, maximum content width |
280
+
281
+ ### Touch Targets
282
+ - Buttons with full-pill shape have comfortable 8px+ vertical padding
283
+ - Navigation links spaced with adequate 16px+ gaps
284
+ - Mobile menu provides full-width tap targets
285
+
286
+ ### Collapsing Strategy
287
+ - Hero: 64px → 40px headline, maintains tight tracking proportionally
288
+ - Navigation: horizontal links + CTA → hamburger menu at 768px
289
+ - Feature cards: 3-column → 2-column → single column stacked
290
+ - Section spacing: 96px → 48px on mobile
291
+ - Footer: multi-column → stacked single column
292
+ - Trust bar: grid → horizontal scroll or stacked
293
+
294
+ ### Image Behavior
295
+ - Product screenshots maintain aspect ratio with responsive containers
296
+ - Hero gradient simplifies on mobile
297
+ - Full-width sections maintain edge-to-edge treatment
298
+
299
+ ## 9. Agent Prompt Guide
300
+
301
+ ### Quick Color Reference
302
+ - Primary CTA: Near Black (`#0d0d0d`)
303
+ - Background: Pure White (`#ffffff`)
304
+ - Heading text: Near Black (`#0d0d0d`)
305
+ - Body text: Gray 700 (`#333333`)
306
+ - Border: `rgba(0,0,0,0.05)` (5% opacity)
307
+ - Brand accent: Green (`#18E299`)
308
+ - Link hover: Brand Green (`#18E299`)
309
+ - Focus ring: Brand Green (`#18E299`)
310
+
311
+ ### Example Component Prompts
312
+ - "Create a hero section on white background with atmospheric green-white gradient wash. Headline at 64px Inter weight 600, line-height 1.15, letter-spacing -1.28px, color #0d0d0d. Subtitle at 18px Inter weight 400, line-height 1.50, color #666666. Dark pill CTA (#0d0d0d, 9999px radius, 8px 24px padding) and ghost pill button (white, 1px solid rgba(0,0,0,0.08), 9999px radius)."
313
+ - "Design a card: white background, 1px solid rgba(0,0,0,0.05) border, 16px radius, 24px padding, shadow rgba(0,0,0,0.03) 0px 2px 4px. Title at 20px Inter weight 600, letter-spacing -0.2px. Body at 14px weight 400, #666666."
314
+ - "Build a pill badge: #d4fae8 background, #0fa76e text, 9999px radius, 4px 12px padding, 13px Inter weight 500, uppercase."
315
+ - "Create navigation: white sticky header with backdrop-filter blur(12px). Inter 15px weight 500 for links, #0d0d0d text. Dark pill CTA 'Get Started' right-aligned, 9999px radius. Bottom border: 1px solid rgba(0,0,0,0.05)."
316
+ - "Design a trust section showing company logos in muted gray. Grid layout with 16px radius containers, 1px border at 5% opacity. Label above: 'Loved by your favorite companies' at 13px Inter weight 500, uppercase, tracking 0.65px."
317
+
318
+ ### Iteration Guide
319
+ 1. Always use full-pill radius (9999px) for buttons and inputs — this is Mintlify's signature shape
320
+ 2. Keep borders at 5% opacity (`rgba(0,0,0,0.05)`) — stronger borders break the airy feeling
321
+ 3. Letter-spacing scales with font size: -1.28px at 64px, -0.8px at 40px, -0.24px at 24px, normal at 16px
322
+ 4. Three weights only: 400 (read), 500 (interact), 600 (announce)
323
+ 5. Brand green (`#18E299`) is used sparingly — CTAs and hover states only, never for decorative fills
324
+ 6. Geist Mono uppercase for technical labels, Inter for everything else
325
+ 7. Section padding is generous: 64px–96px on desktop, 48px on mobile
326
+ 8. No gray background sections — white throughout, separation through borders and whitespace