heraspec 0.1.13 → 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 -119
  3. package/bin/heraspec.js +4800 -1126
  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 -151
  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,268 @@
1
+ # Design System: Raycast
2
+
3
+ ## 1. Visual Theme & Atmosphere
4
+
5
+ Raycast's marketing site feels like the dark interior of a precision instrument — a Swiss watch case carved from obsidian. The background isn't just dark, it's an almost-black blue-tint (`#07080a`) that creates a sense of being inside a macOS native application rather than a website. Every surface, every border, every shadow is calibrated to evoke the feeling of a high-performance desktop utility: fast, minimal, trustworthy.
6
+
7
+ The signature move is the layered shadow system borrowed from macOS window chrome: multi-layer box-shadows with inset highlights that simulate physical depth, as if cards and buttons are actual pressed or raised glass elements on a dark desk. Combined with Raycast Red (`#FF6363`) — deployed almost exclusively in the hero's iconic diagonal stripe pattern — the palette creates a brand that reads as "powerful tool with personality." The red doesn't dominate; it punctuates.
8
+
9
+ Inter is used everywhere — headings, body, buttons, captions — with extensive OpenType features (`calt`, `kern`, `liga`, `ss03`) creating a consistent, readable typographic voice. The positive letter-spacing (0.2px–0.4px on body text) is unusual for a dark UI and gives the text an airy, breathable quality that counterbalances the dense, dark surfaces. GeistMono appears for code elements, reinforcing the developer-tool identity.
10
+
11
+ **Key Characteristics:**
12
+ - Near-black blue-tinted background (`#07080a`) — not pure black, subtly blue-shifted
13
+ - macOS-native shadow system with multi-layer inset highlights simulating physical depth
14
+ - Raycast Red (`#FF6363`) as a punctuation color — hero stripes, not pervasive
15
+ - Inter with positive letter-spacing (0.2px) for an airy, readable dark-mode experience
16
+ - Radix UI component primitives powering the interaction layer
17
+ - Subtle rgba white borders (0.06–0.1 opacity) for containment on dark surfaces
18
+ - Keyboard shortcut styling with gradient key caps and heavy shadows
19
+
20
+ ## 2. Color Palette & Roles
21
+
22
+ ### Primary
23
+ - **Near-Black Blue** (`#07080a`): Primary page background — the foundational void with a subtle blue-cold undertone
24
+ - **Pure White** (`#ffffff`): Primary heading text, high-emphasis elements
25
+ - **Raycast Red** (`#FF6363` / `hsl(0, 100%, 69%)`): Brand accent — hero stripes, danger states, critical highlights
26
+
27
+ ### Secondary & Accent
28
+ - **Raycast Blue** (`hsl(202, 100%, 67%)` / ~`#55b3ff`): Interactive accent — links, focus states, selected items
29
+ - **Raycast Green** (`hsl(151, 59%, 59%)` / ~`#5fc992`): Success states, positive indicators
30
+ - **Raycast Yellow** (`hsl(43, 100%, 60%)` / ~`#ffbc33`): Warning accents, highlights
31
+ - **Blue Transparent** (`hsla(202, 100%, 67%, 0.15)`): Blue tint overlay for interactive surfaces
32
+ - **Red Transparent** (`hsla(0, 100%, 69%, 0.15)`): Red tint overlay for danger/error surfaces
33
+
34
+ ### Surface & Background
35
+ - **Deep Background** (`#07080a`): Page canvas, the darkest surface
36
+ - **Surface 100** (`#101111`): Elevated surface, card backgrounds
37
+ - **Key Start** (`#121212`): Keyboard key gradient start
38
+ - **Key End** (`#0d0d0d`): Keyboard key gradient end
39
+ - **Card Surface** (`#1b1c1e`): Badge backgrounds, tag fills, elevated containers
40
+ - **Button Foreground** (`#18191a`): Dark surface for button text on light backgrounds
41
+
42
+ ### Neutrals & Text
43
+ - **Near White** (`#f9f9f9` / `hsl(240, 11%, 96%)`): Primary body text, high-emphasis content
44
+ - **Light Gray** (`#cecece` / `#cdcdce`): Secondary body text, descriptions
45
+ - **Silver** (`#c0c0c0`): Tertiary text, subdued labels
46
+ - **Medium Gray** (`#9c9c9d`): Link default color, secondary navigation
47
+ - **Dim Gray** (`#6a6b6c`): Disabled text, low-emphasis labels
48
+ - **Dark Gray** (`#434345`): Muted borders, inactive navigation links
49
+ - **Border** (`hsl(195, 5%, 15%)` / ~`#252829`): Standard border color for cards and dividers
50
+ - **Dark Border** (`#2f3031`): Separator lines, table borders
51
+
52
+ ### Semantic & Accent
53
+ - **Error Red** (`hsl(0, 100%, 69%)`): Error states, destructive actions
54
+ - **Success Green** (`hsl(151, 59%, 59%)`): Success confirmations, positive states
55
+ - **Warning Yellow** (`hsl(43, 100%, 60%)`): Warnings, attention-needed states
56
+ - **Info Blue** (`hsl(202, 100%, 67%)`): Informational highlights, links
57
+
58
+ ### Gradient System
59
+ - **Keyboard Key Gradient**: Linear gradient from `#121212` (top) to `#0d0d0d` (bottom) — simulates physical key depth
60
+ - **Warm Glow**: `rgba(215, 201, 175, 0.05)` radial spread — subtle warm ambient glow behind featured elements
61
+
62
+ ## 3. Typography Rules
63
+
64
+ ### Font Family
65
+ - **Primary**: `Inter` — humanist sans-serif, used everywhere. Fallbacks: `Inter Fallback`, system sans-serif
66
+ - **System**: `SF Pro Text` — Apple system font for select macOS-native UI elements. Fallbacks: `SF Pro Icons`, `Inter`, `Inter Fallback`
67
+ - **Monospace**: `GeistMono` — Vercel's monospace font for code elements. Fallbacks: `ui-monospace`, `SFMono-Regular`, `Roboto Mono`, `Menlo`, `Monaco`
68
+ - **OpenType features**: `calt`, `kern`, `liga`, `ss03` enabled globally; `ss02`, `ss08` on display text; `liga` disabled (`"liga" 0`) on hero headings
69
+
70
+ ### Hierarchy
71
+
72
+ | Role | Size | Weight | Line Height | Letter Spacing | Notes |
73
+ |------|------|--------|-------------|----------------|-------|
74
+ | Display Hero | 64px | 600 | 1.10 | 0px | OpenType: liga 0, ss02, ss08 |
75
+ | Section Display | 56px | 400 | 1.17 | 0.2px | OpenType: calt, kern, liga, ss03 |
76
+ | Section Heading | 24px | 500 | normal | 0.2px | OpenType: calt, kern, liga, ss03 |
77
+ | Card Heading | 22px | 400 | 1.15 | 0px | OpenType: calt, kern, liga, ss03 |
78
+ | Sub-heading | 20px | 500 | 1.60 | 0.2px | Relaxed line-height for readability |
79
+ | Body Large | 18px | 400 | 1.15 | 0.2px | OpenType: calt, kern, liga, ss03 |
80
+ | Body | 16px | 500 | 1.60 | 0.2px | Primary body text, relaxed rhythm |
81
+ | Body Tight | 16px | 400 | 1.15 | 0.1px | UI labels, compact contexts |
82
+ | Button | 16px | 600 | 1.15 | 0.3px | Semibold, slightly wider tracking |
83
+ | Nav Link | 16px | 500 | 1.40 | 0.3px | Links in navigation |
84
+ | Caption | 14px | 500 | 1.14 | 0.2px | Small labels, metadata |
85
+ | Caption Bold | 14px | 600 | 1.40 | 0px | Emphasized captions |
86
+ | Small | 12px | 600 | 1.33 | 0px | Badges, tags, micro-labels |
87
+ | Small Link | 12px | 400 | 1.50 | 0.4px | Footer links, fine print |
88
+ | Code | 14px (GeistMono) | 500 | 1.60 | 0.3px | Code blocks, technical content |
89
+ | Code Small | 12px (GeistMono) | 400 | 1.60 | 0.2px | Inline code, terminal output |
90
+
91
+ ### Principles
92
+ - **Positive tracking on dark**: Unlike most dark UIs that use tight or neutral letter-spacing, Raycast applies +0.2px to +0.4px — creating an airy, readable feel that compensates for the dark background
93
+ - **Weight 500 as baseline**: Most body text uses medium weight (500), not regular (400) — subtle extra heft improves legibility on dark surfaces
94
+ - **Display restraint**: Hero text at 64px/600 is confident but not oversized — Raycast avoids typographic spectacle in favor of functional elegance
95
+ - **OpenType everywhere**: `ss03` (stylistic set 3) is enabled globally across Inter, giving the typeface a slightly more geometric, tool-like quality
96
+
97
+ ## 4. Component Stylings
98
+
99
+ ### Buttons
100
+ - **Primary Pill**: Transparent background, white text, pill shape (86px radius), multi-layer inset shadow (`rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset`). Hover: opacity 0.6
101
+ - **Secondary Button**: Transparent background, white text, 6px radius, `1px solid rgba(255, 255, 255, 0.1)` border, subtle drop shadow (`rgba(0, 0, 0, 0.03) 0px 7px 3px`). Hover: opacity 0.6
102
+ - **Ghost Button**: No background or border, gray text (`#6a6b6c`), 86px radius, same inset shadow. Hover: opacity 0.6, text brightens to white
103
+ - **CTA (Download)**: Semi-transparent white background (`hsla(0, 0%, 100%, 0.815)`), dark text (`#18191a`), pill shape. Hover: full white background (`hsl(0, 0%, 100%)`)
104
+ - **Transition**: All buttons use opacity transition for hover rather than background-color change — a signature Raycast interaction pattern
105
+
106
+ ### Cards & Containers
107
+ - **Standard Card**: `#101111` surface, `1px solid rgba(255, 255, 255, 0.06)` border, 12px–16px border-radius
108
+ - **Elevated Card**: Ring shadow `rgb(27, 28, 30) 0px 0px 0px 1px` outer + `rgb(7, 8, 10) 0px 0px 0px 1px inset` inner — creates a double-ring containment
109
+ - **Feature Card**: 16px–20px border-radius, subtle warm glow (`rgba(215, 201, 175, 0.05) 0px 0px 20px 5px`) behind hero elements
110
+ - **Hover**: Cards brighten slightly via border opacity increase or subtle shadow enhancement
111
+
112
+ ### Inputs & Forms
113
+ - Dark input fields with `#07080a` background, `1px solid rgba(255, 255, 255, 0.08)` border, 8px border-radius
114
+ - Focus state: Border brightens, blue glow (`hsla(202, 100%, 67%, 0.15)`) ring appears
115
+ - Text: `#f9f9f9` input color, `#6a6b6c` placeholder
116
+ - Labels: `#9c9c9d` at 14px weight 500
117
+
118
+ ### Navigation
119
+ - **Top nav**: Dark background blending with page, white text links at 16px weight 500
120
+ - **Nav links**: Gray text (`#9c9c9d`) → white on hover, underline decoration on hover
121
+ - **CTA button**: Semi-transparent white pill at nav end
122
+ - **Mobile**: Collapses to hamburger, maintains dark theme
123
+ - **Sticky**: Nav fixed at top with subtle border separator
124
+
125
+ ### Image Treatment
126
+ - **Product screenshots**: macOS window chrome style — rounded corners (12px), deep shadows simulating floating windows
127
+ - **Full-bleed sections**: Dark screenshots blend seamlessly into the dark background
128
+ - **Hero illustration**: Diagonal stripe pattern in Raycast Red — abstract, geometric, brand-defining
129
+ - **App UI embeds**: Showing actual Raycast command palette and extensions — product as content
130
+
131
+ ### Keyboard Shortcut Keys
132
+ - **Key cap styling**: Gradient background (`#121212` → `#0d0d0d`), heavy multi-layer shadow (`rgba(0, 0, 0, 0.4) 0px 1.5px 0.5px 2.5px` + inset shadows), creating realistic physical key appearance
133
+ - Border-radius: 4px–6px for individual keys
134
+
135
+ ### Badges & Tags
136
+ - **Neutral badge**: `#1b1c1e` background, white text, 6px radius, 14px font at weight 500, `0px 6px` padding
137
+ - Compact, pill-like treatment for categorization
138
+
139
+ ## 5. Layout Principles
140
+
141
+ ### Spacing System
142
+ - **Base unit**: 8px
143
+ - **Scale**: 1px, 2px, 3px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px
144
+ - **Section padding**: 80px–120px vertical between major sections
145
+ - **Card padding**: 16px–32px internal spacing
146
+ - **Component gaps**: 8px–16px between related elements
147
+
148
+ ### Grid & Container
149
+ - **Max width**: ~1200px container (breakpoint at 1204px), centered
150
+ - **Column patterns**: Single-column hero, 2–3 column feature grids, full-width showcase sections
151
+ - **App showcase**: Product UI presented in centered window frames
152
+
153
+ ### Whitespace Philosophy
154
+ - **Dramatic negative space**: Sections float in vast dark void, creating cinematic pacing between features
155
+ - **Dense product, sparse marketing**: The product UI screenshots are information-dense, but the surrounding marketing copy uses minimal text with generous spacing
156
+ - **Vertical rhythm**: Consistent 24px–32px gaps between elements within sections
157
+
158
+ ### Border Radius Scale
159
+ - **2px–3px**: Micro-elements, code spans, tiny indicators
160
+ - **4px–5px**: Keyboard keys, small interactive elements
161
+ - **6px**: Buttons, badges, tags — the workhorse radius
162
+ - **8px**: Input fields, inline components
163
+ - **9px–11px**: Images, medium containers
164
+ - **12px**: Standard cards, product screenshots
165
+ - **16px**: Large cards, feature sections
166
+ - **20px**: Hero cards, prominent containers
167
+ - **86px+**: Pill buttons, nav CTAs — full pill shape
168
+
169
+ ## 6. Depth & Elevation
170
+
171
+ | Level | Treatment | Use |
172
+ |-------|-----------|-----|
173
+ | Level 0 (Void) | No shadow, `#07080a` surface | Page background |
174
+ | Level 1 (Subtle) | `rgba(0, 0, 0, 0.28) 0px 1.189px 2.377px` | Minimal lift, inline elements |
175
+ | Level 2 (Ring) | `rgb(27, 28, 30) 0px 0px 0px 1px` outer + `rgb(7, 8, 10) 0px 0px 0px 1px inset` inner | Card containment, double-ring technique |
176
+ | Level 3 (Button) | `rgba(255, 255, 255, 0.05) 0px 1px 0px 0px inset` + `rgba(255, 255, 255, 0.25) 0px 0px 0px 1px` + `rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset` | macOS-native button press — white highlight top, dark inset bottom |
177
+ | Level 4 (Key) | 5-layer shadow stack with inset press effects | Keyboard shortcut key caps — physical 3D appearance |
178
+ | Level 5 (Floating) | `rgba(0, 0, 0, 0.5) 0px 0px 0px 2px` + `rgba(255, 255, 255, 0.19) 0px 0px 14px` + insets | Command palette, floating panels — heavy depth with glow |
179
+
180
+ ### Shadow Philosophy
181
+ Raycast's shadow system is the most macOS-native on the web. Multi-layer shadows combine:
182
+ - **Outer rings** for containment (replacing traditional borders)
183
+ - **Inset top highlights** (`rgba(255, 255, 255, 0.05–0.25)`) simulating light source from above
184
+ - **Inset bottom darks** (`rgba(0, 0, 0, 0.2)`) simulating shadow underneath
185
+ - The effect is physical: elements feel like glass or brushed metal, not flat rectangles
186
+
187
+ ### Decorative Depth
188
+ - **Warm glow**: `rgba(215, 201, 175, 0.05) 0px 0px 20px 5px` behind featured elements — a subtle warm aura on the cold dark canvas
189
+ - **Blue info glow**: `rgba(0, 153, 255, 0.15)` for interactive state emphasis
190
+ - **Red danger glow**: `rgba(255, 99, 99, 0.15)` for error/destructive state emphasis
191
+
192
+ ## 7. Do's and Don'ts
193
+
194
+ ### Do
195
+ - Use `#07080a` (not pure black) as the background — the blue-cold tint is essential to the Raycast feel
196
+ - Apply positive letter-spacing (+0.2px) on body text — this is deliberately different from most dark UIs
197
+ - Use multi-layer shadows with inset highlights for interactive elements — the macOS-native depth is signature
198
+ - Keep Raycast Red (`#FF6363`) as punctuation, not pervasive — reserve it for hero moments and error states
199
+ - Use `rgba(255, 255, 255, 0.06)` borders for card containment — barely visible, structurally essential
200
+ - Apply weight 500 as the body text baseline — medium weight improves dark-mode legibility
201
+ - Use pill shapes (86px+ radius) for primary CTAs, rectangular shapes (6px–8px) for secondary actions
202
+ - Enable OpenType features `calt`, `kern`, `liga`, `ss03` on all Inter text
203
+ - Use opacity transitions (hover: opacity 0.6) for button interactions, not color changes
204
+
205
+ ### Don't
206
+ - Use pure black (`#000000`) as the background — the blue tint differentiates Raycast from generic dark themes
207
+ - Apply negative letter-spacing on body text — Raycast deliberately uses positive spacing for readability
208
+ - Use Raycast Blue as the primary accent for everything — blue is for interactive/info, red is the brand color
209
+ - Create single-layer flat shadows — the multi-layer inset system is core to the macOS-native aesthetic
210
+ - Use regular weight (400) for body text when 500 is available — the extra weight prevents dark-mode text from feeling thin
211
+ - Mix warm and cool borders — stick to the cool gray (`hsl(195, 5%, 15%)`) border palette
212
+ - Apply heavy drop shadows without inset companions — shadows always come in pairs (outer + inset)
213
+ - Use decorative elements, gradients, or colorful backgrounds — the dark void is the stage, content is the performer
214
+
215
+ ## 8. Responsive Behavior
216
+
217
+ ### Breakpoints
218
+ | Name | Width | Key Changes |
219
+ |------|-------|-------------|
220
+ | Mobile | <600px | Single column, stacked cards, hamburger nav, hero text reduces to ~40px |
221
+ | Small Tablet | 600px–768px | 2-column grid begins, nav partially visible |
222
+ | Tablet | 768px–1024px | 2–3 column features, nav expanding, screenshots scale |
223
+ | Desktop | 1024px–1200px | Full layout, all nav links visible, 64px hero display |
224
+ | Large Desktop | >1200px | Max-width container centered, generous side margins |
225
+
226
+ ### Touch Targets
227
+ - Pill buttons: 86px radius with 20px padding — well above 44px minimum
228
+ - Secondary buttons: 8px padding minimum, but border provides visual target expansion
229
+ - Nav links: 16px text with surrounding padding for accessible touch targets
230
+
231
+ ### Collapsing Strategy
232
+ - **Navigation**: Full horizontal nav → hamburger at mobile with slide-out menu
233
+ - **Hero**: 64px display → 48px → 36px across breakpoints
234
+ - **Feature grids**: 3-column → 2-column → single-column stack
235
+ - **Product screenshots**: Scale within containers, maintaining macOS window chrome proportions
236
+ - **Keyboard shortcut displays**: Simplify or hide on mobile where keyboard shortcuts are irrelevant
237
+
238
+ ### Image Behavior
239
+ - Product screenshots scale responsively within fixed-ratio containers
240
+ - Hero diagonal stripe pattern scales proportionally
241
+ - macOS window chrome rounded corners maintained at all sizes
242
+ - No lazy-loading artifacts — images are critical to the product narrative
243
+
244
+ ## 9. Agent Prompt Guide
245
+
246
+ ### Quick Color Reference
247
+ - Primary Background: Near-Black Blue (`#07080a`)
248
+ - Primary Text: Near White (`#f9f9f9`)
249
+ - Brand Accent: Raycast Red (`#FF6363`)
250
+ - Interactive Blue: Raycast Blue (`hsl(202, 100%, 67%)` / ~`#55b3ff`)
251
+ - Secondary Text: Medium Gray (`#9c9c9d`)
252
+ - Card Surface: Surface 100 (`#101111`)
253
+ - Border: Dark Border (`hsl(195, 5%, 15%)` / ~`#252829`)
254
+
255
+ ### Example Component Prompts
256
+ - "Create a hero section on #07080a background with 64px Inter heading (weight 600, line-height 1.1), near-white text (#f9f9f9), and a semi-transparent white pill CTA button (hsla(0,0%,100%,0.815), 86px radius, dark text #18191a)"
257
+ - "Design a feature card with #101111 background, 1px solid rgba(255,255,255,0.06) border, 16px border-radius, double-ring shadow (rgb(27,28,30) 0px 0px 0px 1px outer), 22px Inter heading, and #9c9c9d body text"
258
+ - "Build a navigation bar on dark background (#07080a), Inter links at 16px weight 500 in #9c9c9d, hover to white, and a translucent white pill button at the right end"
259
+ - "Create a keyboard shortcut display with key caps using gradient background (#121212→#0d0d0d), 5-layer shadow for physical depth, 4px radius, Inter 12px weight 600 text"
260
+ - "Design an alert card with #101111 surface, Raycast Red (#FF6363) left border accent, translucent red glow (hsla(0,100%,69%,0.15)), white heading, and #cecece description text"
261
+
262
+ ### Iteration Guide
263
+ When refining existing screens generated with this design system:
264
+ 1. Check the background is `#07080a` not pure black — the blue tint is critical
265
+ 2. Verify letter-spacing is positive (+0.2px) on body text — negative spacing breaks the Raycast aesthetic
266
+ 3. Ensure shadows have both outer and inset layers — single-layer shadows look flat and wrong
267
+ 4. Confirm Inter has OpenType features `calt`, `kern`, `liga`, `ss03` enabled
268
+ 5. Test that hover states use opacity transitions (0.6) not color swaps — this is a core interaction pattern
@@ -0,0 +1,261 @@
1
+ # Design System: Replicate
2
+
3
+ ## 1. Visual Theme & Atmosphere
4
+
5
+ Replicate's interface is a developer playground crackling with creative energy — a bold, high-contrast design that feels more like a music festival poster than a typical API platform. The hero section explodes with a vibrant orange-red-magenta gradient that immediately signals "this is where AI models come alive," while the body of the page grounds itself in a clean white canvas where code snippets and model galleries take center stage.
6
+
7
+ The design personality is defined by two extreme choices: **massive display typography** (up to 128px) using the custom rb-freigeist-neue face, and **exclusively pill-shaped geometry** (9999px radius on everything). The display font is thick, bold, and confident — its heavy weight at enormous sizes creates text that feels like it's shouting with joy rather than whispering authority. Combined with basier-square for body text (a clean geometric sans) and JetBrains Mono for code, the system serves developers who want power and playfulness in equal measure.
8
+
9
+ What makes Replicate distinctive is its community-powered energy. The model gallery with AI-generated images, the dotted-underline links, the green status badges, and the "Imagine what you can build" closing manifesto all create a space that feels alive and participatory — not a corporate product page but a launchpad for creative developers.
10
+
11
+ **Key Characteristics:**
12
+ - Explosive orange-red-magenta gradient hero (#ea2804 brand anchor)
13
+ - Massive display typography (128px) in heavy rb-freigeist-neue
14
+ - Exclusively pill-shaped geometry: 9999px radius on EVERYTHING
15
+ - High-contrast black (#202020) and white palette with red brand accent
16
+ - Developer-community energy: model galleries, code examples, dotted-underline links
17
+ - Green status badges (#2b9a66) for live/operational indicators
18
+ - Bold/heavy font weights (600-700) creating maximum typographic impact
19
+ - Playful closing manifesto: "Imagine what you can build."
20
+
21
+ ## 2. Color Palette & Roles
22
+
23
+ ### Primary
24
+ - **Replicate Dark** (`#202020`): The primary text color and dark surface — a near-black that's the anchor of all text and borders. Slightly warmer than pure #000.
25
+ - **Replicate Red** (`#ea2804`): The core brand color — a vivid, saturated orange-red used in the hero gradient, accent borders, and high-signal moments.
26
+ - **Secondary Red** (`#dd4425`): A slightly warmer variant for button borders and link hover states.
27
+
28
+ ### Secondary & Accent
29
+ - **Status Green** (`#2b9a66`): Badge/pill background for "running" or operational status indicators.
30
+ - **GitHub Dark** (`#24292e`): A blue-tinted dark used for code block backgrounds and developer contexts.
31
+
32
+ ### Surface & Background
33
+ - **Pure White** (`#ffffff`): The primary page body background.
34
+ - **Near White** (`#fcfcfc`): Button text on dark surfaces and the lightest content.
35
+ - **Hero Gradient**: A dramatic orange → red → magenta → pink gradient for the hero section. Transitions from warm (#ea2804 family) through hot pink.
36
+
37
+ ### Neutrals & Text
38
+ - **Medium Gray** (`#646464`): Secondary body text and de-emphasized content.
39
+ - **Warm Gray** (`#4e4e4e`): Emphasized secondary text.
40
+ - **Mid Silver** (`#8d8d8d`): Tertiary text, footnotes.
41
+ - **Light Silver** (`#bbbbbb`): Dotted-underline link decoration color, muted metadata.
42
+ - **Pure Black** (`#000000`): Maximum-emphasis borders and occasional text.
43
+
44
+ ### Gradient System
45
+ - **Hero Blaze**: A dramatic multi-stop gradient flowing through orange (`#ea2804`) → red → magenta → hot pink. This gradient occupies the full hero section and is the most visually dominant element on the page.
46
+ - **Dark Sections**: Deep dark (#202020) sections with white/near-white text provide contrast against the white body.
47
+
48
+ ## 3. Typography Rules
49
+
50
+ ### Font Family
51
+ - **Display**: `rb-freigeist-neue`, with fallbacks: `ui-sans-serif, system-ui`
52
+ - **Body / UI**: `basier-square`, with fallbacks: `ui-sans-serif, system-ui`
53
+ - **Code**: `jetbrains-mono`, with fallbacks: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New`
54
+
55
+ ### Hierarchy
56
+
57
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
58
+ |------|------|------|--------|-------------|----------------|-------|
59
+ | Display Mega | rb-freigeist-neue | 128px (8rem) | 700 | 1.00 (tight) | normal | The maximum: closing manifesto |
60
+ | Display / Hero | rb-freigeist-neue | 72px (4.5rem) | 700 | 1.00 (tight) | -1.8px | Hero section headline |
61
+ | Section Heading | rb-freigeist-neue | 48px (3rem) | 400–700 | 1.00 (tight) | normal | Feature section titles |
62
+ | Sub-heading | rb-freigeist-neue | 30px (1.88rem) | 600 | 1.20 (tight) | normal | Card headings |
63
+ | Sub-heading Sans | basier-square | 38.4px (2.4rem) | 400 | 0.83 (ultra-tight) | normal | Large body headings |
64
+ | Feature Title | basier-square / rb-freigeist-neue | 18px (1.13rem) | 600 | 1.56 | normal | Small section titles, labels |
65
+ | Body Large | basier-square | 20px (1.25rem) | 400 | 1.40 | normal | Intro paragraphs |
66
+ | Body / Button | basier-square | 16–18px (1–1.13rem) | 400–600 | 1.50–1.56 | normal | Standard text, buttons |
67
+ | Caption | basier-square | 14px (0.88rem) | 400–600 | 1.43 | -0.35px to normal | Metadata, descriptions |
68
+ | Small / Tag | basier-square | 12px (0.75rem) | 400 | 1.33 | normal | Tags (lowercase transform) |
69
+ | Code | jetbrains-mono | 14px (0.88rem) | 400 | 1.43 | normal | Code snippets, API examples |
70
+ | Code Small | jetbrains-mono | 11px (0.69rem) | 400 | 1.50 | normal | Tiny code references |
71
+
72
+ ### Principles
73
+ - **Heavy display, light body**: rb-freigeist-neue at 700 weight creates thundering headlines, while basier-square at 400 handles body text with quiet efficiency. The contrast is extreme and intentional.
74
+ - **128px is a real size**: The closing manifesto "Imagine what you can build." uses 128px — bigger than most mobile screens. This is the design equivalent of shouting from a rooftop.
75
+ - **Negative tracking on hero**: -1.8px letter-spacing at 72px creates dense, impactful hero text.
76
+ - **Lowercase tags**: 12px basier-square uses `text-transform: lowercase` — an unusual choice that creates a casual, developer-friendly vibe.
77
+ - **Weight 600 as emphasis**: When basier-square needs emphasis, it uses 600 (semibold) — never bold (700), which is reserved for rb-freigeist-neue display text.
78
+
79
+ ## 4. Component Stylings
80
+
81
+ ### Buttons
82
+
83
+ **Dark Solid**
84
+ - Background: Replicate Dark (`#202020`)
85
+ - Text: Near White (`#fcfcfc`)
86
+ - Padding: 0px 4px (extremely compact)
87
+ - Outline: Replicate Dark 4px solid
88
+ - Radius: pill-shaped (implied by system)
89
+ - Maximum emphasis — dark pill on light surface
90
+
91
+ **White Outlined**
92
+ - Background: Pure White (`#ffffff`)
93
+ - Text: Replicate Dark (`#202020`)
94
+ - Border: `1px solid #202020`
95
+ - Radius: pill-shaped
96
+ - Clean outlined pill for secondary actions
97
+
98
+ **Transparent Glass**
99
+ - Background: `rgba(255, 255, 255, 0.1)` (frosted glass)
100
+ - Text: Replicate Dark (`#202020`)
101
+ - Padding: 6px 56px 6px 28px (asymmetric — icon/search layout)
102
+ - Border: transparent
103
+ - Outline: Light Silver (`#bbbbbb`) 1px solid
104
+ - Used for search/input-like buttons
105
+
106
+ ### Cards & Containers
107
+ - Background: Pure White or subtle gray
108
+ - Border: `1px solid #202020` for prominent containment
109
+ - Radius: pill-shaped (9999px) for badges, labels, images
110
+ - Shadow: minimal standard shadows
111
+ - Model gallery: grid of AI-generated image thumbnails
112
+ - Accent border: `1px solid #ea2804` for highlighted/featured items
113
+
114
+ ### Inputs & Forms
115
+ - Background: `rgba(255, 255, 255, 0.1)` (frosted glass)
116
+ - Text: Replicate Dark (`#202020`)
117
+ - Border: transparent with outline
118
+ - Padding: 6px 56px 6px 28px (search-bar style)
119
+
120
+ ### Navigation
121
+ - Clean horizontal nav on white
122
+ - Logo: Replicate wordmark in dark
123
+ - Links: dark text with dotted underline on hover
124
+ - CTA: Dark pill button
125
+ - GitHub link and sign-in
126
+
127
+ ### Image Treatment
128
+ - AI-generated model output images in a gallery grid
129
+ - Pill-shaped image containers (9999px)
130
+ - Full-width gradient hero section
131
+ - Product screenshots with dark backgrounds
132
+
133
+ ### Distinctive Components
134
+
135
+ **Model Gallery Grid**
136
+ - Horizontal scrolling or grid of AI-generated images
137
+ - Each image in a pill-shaped container
138
+ - Model names and run counts displayed
139
+ - The visual heart of the community platform
140
+
141
+ **Dotted Underline Links**
142
+ - Links use `text-decoration: underline dotted #bbbbbb`
143
+ - A distinctive, developer-notebook aesthetic
144
+ - Lighter and more casual than solid underlines
145
+
146
+ **Status Badges**
147
+ - Status Green (`#2b9a66`) background with white text
148
+ - Pill-shaped (9999px)
149
+ - 14px font size
150
+ - Indicates model availability/operational status
151
+
152
+ **Manifesto Section**
153
+ - "Imagine what you can build." at 128px
154
+ - Dark background with white text
155
+ - Images embedded between words
156
+ - The emotional climax of the page
157
+
158
+ ## 5. Layout Principles
159
+
160
+ ### Spacing System
161
+ - Base unit: 8px
162
+ - Scale: 1px, 2px, 4px, 6px, 8px, 10px, 12px, 16px, 24px, 32px, 48px, 64px, 96px, 160px, 192px
163
+ - Button padding: varies widely (0px 4px to 6px 56px)
164
+ - Section vertical spacing: very generous (96–192px)
165
+
166
+ ### Grid & Container
167
+ - Fluid width with responsive constraints
168
+ - Hero: full-width gradient with centered content
169
+ - Model gallery: multi-column responsive grid
170
+ - Feature sections: mixed layouts
171
+ - Code examples: contained dark blocks
172
+
173
+ ### Whitespace Philosophy
174
+ - **Bold and generous**: Massive spacing between sections (up to 192px) creates distinct zones.
175
+ - **Dense within galleries**: Model images are tightly packed in the grid for browsable density.
176
+ - **The gradient IS the whitespace**: The hero gradient section occupies significant vertical space as a colored void.
177
+
178
+ ### Border Radius Scale
179
+ - **Pill (9999px)**: The ONLY radius in the system. Everything interactive, every image, every badge, every label, every container uses 9999px. This is the most extreme pill-radius commitment in any major tech brand.
180
+
181
+ ## 6. Depth & Elevation
182
+
183
+ | Level | Treatment | Use |
184
+ |-------|-----------|-----|
185
+ | Flat (Level 0) | No shadow | White body, text blocks |
186
+ | Bordered (Level 1) | `1px solid #202020` | Cards, buttons, containers |
187
+ | Accent Border (Level 2) | `1px solid #ea2804` | Featured/highlighted items |
188
+ | Gradient Hero (Level 3) | Full-width blaze gradient | Hero section, maximum visual impact |
189
+ | Dark Section (Level 4) | Dark bg (#202020) with light text | Manifesto, footer, feature sections |
190
+
191
+ **Shadow Philosophy**: Replicate relies on **borders and background color** for depth rather than shadows. The `1px solid #202020` border is the primary containment mechanism. The dramatic gradient hero and dark/light section alternation provide all the depth the design needs.
192
+
193
+ ## 7. Do's and Don'ts
194
+
195
+ ### Do
196
+ - Use pill-shaped (9999px) radius on EVERYTHING — buttons, images, badges, containers
197
+ - Use rb-freigeist-neue at weight 700 for display text — go big (72px+) or go home
198
+ - Use the orange-red brand gradient for hero sections
199
+ - Use Replicate Dark (#202020) as the primary dark — not pure black
200
+ - Apply dotted underline decoration on text links (#bbbbbb)
201
+ - Use Status Green (#2b9a66) for operational/success badges
202
+ - Keep body text in basier-square at 400–600 weight
203
+ - Use JetBrains Mono for all code content
204
+ - Create a "manifesto" section with 128px type for emotional impact
205
+
206
+ ### Don't
207
+ - Don't use any border-radius other than 9999px — the pill system is absolute
208
+ - Don't use the brand red (#ea2804) as a surface/background color — it's for gradients and accent borders
209
+ - Don't reduce display text below 48px on desktop — the heavy display font needs size to breathe
210
+ - Don't use light/thin font weights on rb-freigeist-neue — 600–700 is the range
211
+ - Don't use solid underlines on links — dotted is the signature
212
+ - Don't add drop shadows — depth comes from borders and background color
213
+ - Don't use warm neutrals — the gray scale is purely neutral (#202020 → #bbbbbb)
214
+ - Don't skip the code examples — they're primary content, not decoration
215
+ - Don't make the hero gradient subtle — it should be BOLD and vibrant
216
+
217
+ ## 8. Responsive Behavior
218
+
219
+ ### Breakpoints
220
+ *No explicit breakpoints detected — likely using fluid/container-query responsive system.*
221
+
222
+ ### Touch Targets
223
+ - Pill buttons with generous padding
224
+ - Gallery images as large touch targets
225
+ - Navigation adequately spaced
226
+
227
+ ### Collapsing Strategy
228
+ - **Hero text**: 128px → 72px → 48px progressive scaling
229
+ - **Model gallery**: Grid reduces columns
230
+ - **Navigation**: Collapses to hamburger
231
+ - **Manifesto**: Scales down but maintains impact
232
+
233
+ ### Image Behavior
234
+ - AI-generated images scale within pill containers
235
+ - Gallery reflows to fewer columns on narrow screens
236
+ - Hero gradient maintained at all sizes
237
+
238
+ ## 9. Agent Prompt Guide
239
+
240
+ ### Quick Color Reference
241
+ - Primary Text: "Replicate Dark (#202020)"
242
+ - Page Background: "Pure White (#ffffff)"
243
+ - Brand Accent: "Replicate Red (#ea2804)"
244
+ - Secondary Text: "Medium Gray (#646464)"
245
+ - Muted/Decoration: "Light Silver (#bbbbbb)"
246
+ - Status: "Status Green (#2b9a66)"
247
+ - Dark Surface: "Replicate Dark (#202020)"
248
+
249
+ ### Example Component Prompts
250
+ - "Create a hero section with a vibrant orange-red-magenta gradient background. Headline at 72px rb-freigeist-neue weight 700, white text, -1.8px letter-spacing. Include a dark pill CTA button and a white outlined pill button."
251
+ - "Design a model card with pill-shaped (9999px) image container, model name at 16px basier-square weight 600, run count at 14px in Medium Gray. Border: 1px solid #202020."
252
+ - "Build a status badge: pill-shaped (9999px), Status Green (#2b9a66) background, white text at 14px basier-square."
253
+ - "Create a manifesto section on Replicate Dark (#202020) with 'Imagine what you can build.' at 128px rb-freigeist-neue weight 700, white text. Embed small AI-generated images between the words."
254
+ - "Design a code block: dark background (#24292e), JetBrains Mono at 14px, white text. Pill-shaped container."
255
+
256
+ ### Iteration Guide
257
+ 1. Everything is pill-shaped — never specify any other border-radius
258
+ 2. Display text is HEAVY — weight 700, sizes 48px+
259
+ 3. Links use dotted underline (#bbbbbb) — never solid
260
+ 4. The gradient hero is the visual anchor — make it bold
261
+ 5. Use basier-square for body, rb-freigeist-neue for display, JetBrains Mono for code