cdragon 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,374 @@
1
+ ---
2
+ id: clickhouse
3
+ name: ClickHouse
4
+ country: US
5
+ category: backend-devops
6
+ homepage: "https://clickhouse.com"
7
+ primary_color: "#fff100"
8
+ logo:
9
+ type: simpleicons
10
+ slug: clickhouse
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: ClickHouse Design
15
+ url: "https://clickhouse.design"
16
+ type: system
17
+ description: ClickHouse brand hub plus the Click UI design system and component library.
18
+ ---
19
+
20
+ # Design System Inspiration of ClickHouse
21
+
22
+ ## 1. Visual Theme & Atmosphere
23
+
24
+ ClickHouse's interface is a high-performance cockpit rendered in acid yellow-green on obsidian black — a design that screams "speed" before you read a single word. The entire experience lives in darkness: pure black backgrounds (`#000000`) with dark charcoal cards (`#414141` borders) creating a terminal-grade aesthetic where the only chromatic interruption is the signature neon yellow-green (`#faff69`) that slashes across CTAs, borders, and highlighted moments like a highlighter pen on a dark console.
25
+
26
+ The typography is aggressively heavy — Inter at weight 900 (Black) for the hero headline at 96px creates text blocks that feel like they have physical mass. This "database for AI" site communicates raw power through visual weight: thick type, high-contrast neon accents, and performance stats displayed as oversized numbers. There's nothing subtle about ClickHouse's design, and that's entirely the point — it mirrors the product's promise of extreme speed and performance.
27
+
28
+ What makes ClickHouse distinctive is the electrifying tension between the near-black canvas and the neon yellow-green accent. This color combination (`#faff69` on `#000000`) creates one of the highest-contrast pairings in any tech brand, making every CTA button, every highlighted card, and every accent border impossible to miss. Supporting this is a forest green (`#166534`) for secondary CTAs that adds depth to the action hierarchy without competing with the neon.
29
+
30
+ **Key Characteristics:**
31
+ - Pure black canvas (#000000) with neon yellow-green (#faff69) accent — maximum contrast
32
+ - Extra-heavy display typography: Inter at weight 900 (Black) up to 96px
33
+ - Dark charcoal card system with #414141 borders at 80% opacity
34
+ - Forest green (#166534) secondary CTA buttons
35
+ - Performance stats as oversized display numbers
36
+ - Uppercase labels with wide letter-spacing (1.4px) for navigation structure
37
+ - Active/pressed state shifts text to pale yellow (#f4f692)
38
+ - All links hover to neon yellow-green — unified interactive signal
39
+ - Inset shadows on select elements creating "pressed into the surface" depth
40
+
41
+ ## 2. Color Palette & Roles
42
+
43
+ ### Primary
44
+ - **Neon Volt** (`#faff69`): The signature brand color — a vivid acid yellow-green that's the sole chromatic accent on the black canvas. Used for primary CTAs, accent borders, link hovers, and highlighted moments.
45
+ - **Forest Green** (`#166534`): Secondary CTA color — a deep, saturated green for "Get Started" and primary action buttons that need distinction from the neon.
46
+ - **Dark Forest** (`#14572f`): A darker green variant for borders and secondary accents.
47
+
48
+ ### Secondary & Accent
49
+ - **Pale Yellow** (`#f4f692`): Active/pressed state text color — a softer, more muted version of Neon Volt for state feedback.
50
+ - **Border Olive** (`#4f5100`): A dark olive-yellow for ghost button borders — the neon's muted sibling.
51
+ - **Olive Dark** (`#161600`): The darkest neon-tinted color for subtle brand text.
52
+
53
+ ### Surface & Background
54
+ - **Pure Black** (`#000000`): The primary page background — absolute black for maximum contrast.
55
+ - **Near Black** (`#141414`): Button backgrounds and slightly elevated dark surfaces.
56
+ - **Charcoal** (`#414141`): The primary border color at 80% opacity — the workhorse for card and container containment.
57
+ - **Deep Charcoal** (`#343434`): Darker border variant for subtle division lines.
58
+ - **Hover Gray** (`#3a3a3a`): Button hover state background — slightly lighter than Near Black.
59
+
60
+ ### Neutrals & Text
61
+ - **Pure White** (`#ffffff`): Primary text on dark surfaces.
62
+ - **Silver** (`#a0a0a0`): Secondary body text and muted content.
63
+ - **Mid Gray** (`#585858` at 28%): Subtle gray overlay for depth effects.
64
+ - **Border Gray** (`#e5e7eb`): Light border variant (used in rare light contexts).
65
+
66
+ ### Gradient System
67
+ - **None in the traditional sense.** ClickHouse uses flat color blocks and high-contrast borders. The "gradient" is the contrast itself — neon yellow-green against pure black creates a visual intensity that gradients would dilute.
68
+
69
+ ## 3. Typography Rules
70
+
71
+ ### Font Family
72
+ - **Primary**: `Inter` (Next.js optimized variant `__Inter_d1b8ee`)
73
+ - **Secondary Display**: `Basier` (`__basier_a58b65`), with fallbacks: `Arial, Helvetica`
74
+ - **Code**: `Inconsolata` (`__Inconsolata_a25f62`)
75
+
76
+ ### Hierarchy
77
+
78
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
79
+ |------|------|------|--------|-------------|----------------|-------|
80
+ | Display Mega | Inter | 96px (6rem) | 900 | 1.00 (tight) | normal | Maximum impact, extra-heavy |
81
+ | Display / Hero | Inter | 72px (4.5rem) | 700 | 1.00 (tight) | normal | Section hero titles |
82
+ | Feature Heading | Basier | 36px (2.25rem) | 600 | 1.30 (tight) | normal | Feature section anchors |
83
+ | Sub-heading | Inter / Basier | 24px (1.5rem) | 600–700 | 1.17–1.38 | normal | Card headings |
84
+ | Feature Title | Inter / Basier | 20px (1.25rem) | 600–700 | 1.40 | normal | Small feature titles |
85
+ | Body Large | Inter | 18px (1.13rem) | 400–700 | 1.56 | normal | Intro paragraphs, button text |
86
+ | Body / Button | Inter | 16px (1rem) | 400–700 | 1.50 | normal | Standard body, nav, buttons |
87
+ | Caption | Inter | 14px (0.88rem) | 400–700 | 1.43 | normal | Metadata, descriptions, links |
88
+ | Uppercase Label | Inter | 14px (0.88rem) | 600 | 1.43 | 1.4px | Section overlines, wide-tracked |
89
+ | Code | Inconsolata | 16px (1rem) | 600 | 1.50 | normal | Code blocks, commands |
90
+ | Small | Inter | 12px (0.75rem) | 500 | 1.33 | normal | Smallest text |
91
+ | Micro | Inter | 11.2px (0.7rem) | 500 | 1.79 (relaxed) | normal | Tags, tiny labels |
92
+
93
+ ### Principles
94
+ - **Weight 900 is the weapon**: The display headline uses Inter Black (900) — a weight most sites never touch. Combined with 96px size, this creates text with a physical, almost architectural presence.
95
+ - **Full weight spectrum**: The system uses 400, 500, 600, 700, and 900 — covering the full gamut. Weight IS hierarchy.
96
+ - **Uppercase with maximum tracking**: Section overlines use 1.4px letter-spacing — wider than most systems — creating bold structural labels that stand out against the dense dark background.
97
+ - **Dual sans-serif**: Inter handles display and body; Basier handles feature section headings at 600 weight. This creates a subtle personality shift between "data/performance" (Inter) and "product/feature" (Basier) contexts.
98
+
99
+ ## 4. Component Stylings
100
+
101
+ ### Buttons
102
+
103
+ **Neon Primary**
104
+ - Background: Neon Volt (`#faff69`)
105
+ - Text: Near Black (`#151515`)
106
+ - Padding: 0px 16px
107
+ - Radius: sharp (4px)
108
+ - Border: `1px solid #faff69`
109
+ - Hover: background shifts to dark (`rgb(29, 29, 29)`), text stays
110
+ - Active: text shifts to Pale Yellow (`#f4f692`)
111
+ - The eye-catching CTA — neon on black
112
+
113
+ **Dark Solid**
114
+ - Background: Near Black (`#141414`)
115
+ - Text: Pure White (`#ffffff`)
116
+ - Padding: 12px 16px
117
+ - Radius: 4px or 8px
118
+ - Border: `1px solid #141414`
119
+ - Hover: bg shifts to Hover Gray (`#3a3a3a`), text to 80% opacity
120
+ - Active: text to Pale Yellow
121
+ - The standard action button
122
+
123
+ **Forest Green**
124
+ - Background: Forest Green (`#166534`)
125
+ - Text: Pure White (`#ffffff`)
126
+ - Padding: 12px 16px
127
+ - Border: `1px solid #141414`
128
+ - Hover: same dark shift
129
+ - Active: Pale Yellow text
130
+ - The "Get Started" / primary conversion button
131
+
132
+ **Ghost / Outlined**
133
+ - Background: transparent
134
+ - Text: Pure White (`#ffffff`)
135
+ - Padding: 0px 32px
136
+ - Radius: 4px
137
+ - Border: `1px solid #4f5100` (olive-tinted)
138
+ - Hover: dark bg shift
139
+ - Active: Pale Yellow text
140
+ - Secondary actions with neon-tinted border
141
+
142
+ **Pill Toggle**
143
+ - Background: transparent
144
+ - Radius: pill (9999px)
145
+ - Used for toggle/switch elements
146
+
147
+ ### Cards & Containers
148
+ - Background: transparent or Near Black
149
+ - Border: `1px solid rgba(65, 65, 65, 0.8)` — the signature charcoal containment
150
+ - Radius: 4px (small elements) or 8px (cards, containers)
151
+ - Shadow Level 1: subtle (`rgba(0,0,0,0.1) 0px 1px 3px, rgba(0,0,0,0.1) 0px 1px 2px -1px`)
152
+ - Shadow Level 2: medium (`rgba(0,0,0,0.1) 0px 10px 15px -3px, rgba(0,0,0,0.1) 0px 4px 6px -4px`)
153
+ - Shadow Level 3: inset (`rgba(0,0,0,0.06) 0px 4px 4px, rgba(0,0,0,0.14) 0px 4px 25px inset`) — the "pressed" effect
154
+ - Neon-highlighted cards: selected/active cards get neon yellow-green border or accent
155
+
156
+ ### Navigation
157
+ - Dark nav on black background
158
+ - Logo: ClickHouse wordmark + icon in yellow/neon
159
+ - Links: white text, hover to Neon Volt (#faff69)
160
+ - CTA: Neon Volt button or Forest Green button
161
+ - Uppercase labels for categories
162
+
163
+ ### Distinctive Components
164
+
165
+ **Performance Stats**
166
+ - Oversized numbers (72px+, weight 700–900)
167
+ - Brief descriptions beneath
168
+ - High-contrast neon accents on key metrics
169
+ - The primary visual proof of performance claims
170
+
171
+ **Neon-Highlighted Card**
172
+ - Standard dark card with neon yellow-green border highlight
173
+ - Creates "selected" or "featured" treatment
174
+ - The accent border makes the card pop against the dark canvas
175
+
176
+ **Code Blocks**
177
+ - Dark surface with Inconsolata at weight 600
178
+ - Neon and white syntax highlighting
179
+ - Terminal-like aesthetic
180
+
181
+ **Trust Bar**
182
+ - Company logos on dark background
183
+ - Monochrome/white logo treatment
184
+ - Horizontal layout
185
+
186
+ ## 5. Layout Principles
187
+
188
+ ### Spacing System
189
+ - Base unit: 8px
190
+ - Scale: 2px, 6px, 7px, 8px, 10px, 12px, 16px, 20px, 24px, 25px, 32px, 40px, 44px, 48px, 64px
191
+ - Button padding: 12px 16px (standard), 0px 16px (compact), 0px 32px (wide ghost)
192
+ - Section vertical spacing: generous (48–64px)
193
+
194
+ ### Grid & Container
195
+ - Max container width: up to 2200px (extra-wide) with responsive scaling
196
+ - Hero: full-width dark with massive typography
197
+ - Feature sections: multi-column card grids with dark borders
198
+ - Stats: horizontal metric bar
199
+ - Full-dark page — no light sections
200
+
201
+ ### Whitespace Philosophy
202
+ - **Dark void as canvas**: The pure black background provides infinite depth — elements float in darkness.
203
+ - **Dense information**: Feature cards and stats are packed with data, reflecting the database product's performance focus.
204
+ - **Neon highlights as wayfinding**: Yellow-green accents guide the eye through the dark interface like runway lights.
205
+
206
+ ### Border Radius Scale
207
+ - Sharp (4px): Buttons, badges, small elements, code blocks
208
+ - Comfortable (8px): Cards, containers, dividers
209
+ - Pill (9999px): Toggle buttons, status indicators
210
+
211
+ ## 6. Depth & Elevation
212
+
213
+ | Level | Treatment | Use |
214
+ |-------|-----------|-----|
215
+ | Flat (Level 0) | No shadow | Black background, text blocks |
216
+ | Bordered (Level 1) | `1px solid rgba(65,65,65,0.8)` | Standard cards, containers |
217
+ | Subtle (Level 2) | `0px 1px 3px rgba(0,0,0,0.1)` | Subtle card lift |
218
+ | Elevated (Level 3) | `0px 10px 15px -3px rgba(0,0,0,0.1)` | Feature cards, hover states |
219
+ | Pressed/Inset (Level 4) | `0px 4px 25px rgba(0,0,0,0.14) inset` | Active/pressed elements — "sunk into the surface" |
220
+ | Neon Highlight (Level 5) | Neon Volt border (`#faff69`) | Featured/selected cards, maximum emphasis |
221
+
222
+ **Shadow Philosophy**: ClickHouse uses shadows on a black canvas, where they're barely visible — they exist more for subtle dimensionality than obvious elevation. The most distinctive depth mechanism is the **inset shadow** (Level 4), which creates a "pressed into the surface" effect unique to ClickHouse. The neon border highlight (Level 5) is the primary attention-getting depth mechanism.
223
+
224
+ ## 7. Do's and Don'ts
225
+
226
+ ### Do
227
+ - Use Neon Volt (#faff69) as the sole chromatic accent — it must pop against pure black
228
+ - Use Inter at weight 900 for hero display text — the extreme weight IS the personality
229
+ - Keep everything on pure black (#000000) — never use dark gray as the page background
230
+ - Use charcoal borders (rgba(65,65,65,0.8)) for all card containment
231
+ - Apply Forest Green (#166534) for primary CTA buttons — distinct from neon for action hierarchy
232
+ - Show performance stats as oversized display numbers — it's the core visual argument
233
+ - Use uppercase with wide letter-spacing (1.4px) for section labels
234
+ - Apply Pale Yellow (#f4f692) for active/pressed text states
235
+ - Link hovers should ALWAYS shift to Neon Volt — unified interactive feedback
236
+
237
+ ### Don't
238
+ - Don't introduce additional colors — the palette is strictly black, neon, green, and gray
239
+ - Don't use the neon as a background fill — it's an accent and border color only (except on CTA buttons)
240
+ - Don't reduce display weight below 700 — heavy weight is core to the personality
241
+ - Don't use light/white backgrounds anywhere — the entire experience is dark
242
+ - Don't round corners beyond 8px — the sharp geometry reflects database precision
243
+ - Don't use soft/diffused shadows on black — they're invisible. Use border-based depth instead
244
+ - Don't skip the inset shadow on active states — the "pressed" effect is distinctive
245
+ - Don't use warm neutrals — all grays are perfectly neutral
246
+
247
+ ## 8. Responsive Behavior
248
+
249
+ ### Breakpoints
250
+ | Name | Width | Key Changes |
251
+ |------|-------|-------------|
252
+ | Mobile | <640px | Single column, stacked cards |
253
+ | Small Tablet | 640–768px | Minor adjustments |
254
+ | Tablet | 768–1024px | 2-column grids |
255
+ | Desktop | 1024–1280px | Standard layout |
256
+ | Large Desktop | 1280–1536px | Expanded content |
257
+ | Ultra-wide | 1536–2200px | Maximum container width |
258
+
259
+ ### Touch Targets
260
+ - Buttons with 12px 16px padding minimum
261
+ - Card surfaces as touch targets
262
+ - Adequate nav link spacing
263
+
264
+ ### Collapsing Strategy
265
+ - **Hero text**: 96px → 72px → 48px → 36px
266
+ - **Feature grids**: Multi-column → 2 → 1 column
267
+ - **Stats**: Horizontal → stacked
268
+ - **Navigation**: Full → hamburger
269
+
270
+ ### Image Behavior
271
+ - Product screenshots maintain aspect ratio
272
+ - Code blocks use horizontal scroll on narrow screens
273
+ - All images on dark backgrounds
274
+
275
+ ## 9. Agent Prompt Guide
276
+
277
+ ### Quick Color Reference
278
+ - Brand Accent: "Neon Volt (#faff69)"
279
+ - Page Background: "Pure Black (#000000)"
280
+ - CTA Green: "Forest Green (#166534)"
281
+ - Card Border: "Charcoal (rgba(65,65,65,0.8))"
282
+ - Primary Text: "Pure White (#ffffff)"
283
+ - Secondary Text: "Silver (#a0a0a0)"
284
+ - Active State: "Pale Yellow (#f4f692)"
285
+ - Button Surface: "Near Black (#141414)"
286
+
287
+ ### Example Component Prompts
288
+ - "Create a hero section on Pure Black (#000000) with a massive headline at 96px Inter weight 900, line-height 1.0. Pure White text. Add a Neon Volt (#faff69) CTA button (dark text, 4px radius, 0px 16px padding) and a ghost button (transparent, 1px solid #4f5100 border)."
289
+ - "Design a feature card on black with 1px solid rgba(65,65,65,0.8) border and 8px radius. Title at 24px Inter weight 700, body at 16px in Silver (#a0a0a0). Add a neon-highlighted variant with 1px solid #faff69 border."
290
+ - "Build a performance stats bar: large numbers at 72px Inter weight 700 in Pure White. Brief descriptions at 14px in Silver. On black background."
291
+ - "Create a Forest Green (#166534) CTA button: white text, 12px 16px padding, 4px radius, 1px solid #141414 border. Hover: bg shifts to #3a3a3a, text to 80% opacity."
292
+ - "Design an uppercase section label: 14px Inter weight 600, letter-spacing 1.4px, uppercase. Silver (#a0a0a0) text on black background."
293
+
294
+ ### Iteration Guide
295
+ 1. Keep everything on pure black — no dark gray alternatives
296
+ 2. Neon Volt (#faff69) is for accents and CTAs only — never large backgrounds
297
+ 3. Weight 900 for hero, 700 for headings, 600 for labels, 400-500 for body
298
+ 4. Active states use Pale Yellow (#f4f692) — not just opacity changes
299
+ 5. All links hover to Neon Volt — consistent interactive feedback
300
+ 6. Charcoal borders (rgba(65,65,65,0.8)) are the primary depth mechanism
301
+
302
+ ## 10. Voice & Tone
303
+
304
+ ClickHouse's voice is **benchmark-driven and engineer-pragmatic.** Marketing emphasizes raw performance numbers ("100x faster", "petabyte-scale") and open-source heritage. Closer to research paper than marketing — measured claims with citations.
305
+
306
+ | Context | Tone |
307
+ |---|---|
308
+ | CTA | Verb. "Sign up", "Get a demo", "Start building" |
309
+ | Marketing | Numeric. Always lead with benchmark |
310
+ | Documentation | SQL-first, code-heavy, terse |
311
+ | Error (query) | SQL error + line number, never wrapped friendly |
312
+ | Onboarding | Choose: managed cloud / self-host / try in browser |
313
+
314
+ **Voice samples**
315
+ - *"Sign up"* / *"Get a demo"* <!-- verified: clickhouse.com homepage 2026-05 -->
316
+
317
+ **Forbidden phrases.** Adjectival superlatives without numbers. "Magic" / "AI-powered" framing.
318
+
319
+ ## 11. Brand Narrative
320
+
321
+ ClickHouse was originally developed at **Yandex** (Russia's largest tech company) starting in **2009** as an experimental real-time analytics project, with first production deployment in **2012** ([ClickHouse — Wikipedia](https://en.wikipedia.org/wiki/ClickHouse), [Introducing ClickHouse Inc. (2021 blog)](https://clickhouse.com/blog/introducing-click-house-inc)). Used internally for **Yandex.Metrica** (web analytics). **Open-sourced under Apache 2.0 in 2016** — adoption by Uber, Cloudflare, eBay quickly followed. **ClickHouse, Inc. incorporated September 2021** by **Aaron Katz (CEO)** and **Yury Izrailevsky** (co-founder). Funding: **Series A ~$50M (Sept 2021)** led by Index Ventures + Benchmark, with Yandex N.V. participating ([BusinessWire](https://www.businesswire.com/news/home/20210920005219/en/ClickHouse-Inc.-Announces-Incorporation-Along-With-%2450M-In-Series-A-Funding)); **Series B $250M @ $2B (Oct 28, 2021)** led by Coatue + Altimeter; **Series C $350M @ $6.35B (May 2025)** led by Khosla Ventures + BOND + IVP + Battery + Bessemer; **total raised >$650M** ([Forkable](https://www.forkable.io/p/open-source-database-company-clickhouse), [Index Ventures retrospective](https://www.indexventures.com/perspectives/the-fast-and-the-furious-how-clickhouse-the-worlds-fastest-open-source-database-is-creating-the-first-real-time-data-warehouse/)). Brand voice carries original Yandex engineering culture — performance-first, benchmark-cited, SQL-purist.
322
+
323
+ ## 12. Principles
324
+
325
+ 1. **Performance is the headline.** *UI implication:* hero modules contain a metric, not a tagline.
326
+ 2. **SQL is sacred.** *UI implication:* query interfaces accept standard SQL; extensions clearly labeled.
327
+ 3. **Open source is the default.** *UI implication:* "Self-host" and "Cloud" entry points equal prominence.
328
+ 4. **Charcoal borders, not shadows.** *UI implication:* never shadow on dark theme cards.
329
+ 5. **Pale yellow is the active state.** *UI implication:* selected = explicit yellow, not opacity.
330
+
331
+ ## 13. Personas
332
+
333
+ *Personas are fictional archetypes informed by ClickHouse user segments (data engineers, observability builders, analytics leads), not individual people.*
334
+
335
+ **Sergey Volkov, 38, Berlin.** Senior data engineer at ad-tech. Self-hosted on K8s for 50PB+.
336
+
337
+ **Aisha Patel, 31, San Francisco.** Founding engineer at observability startup using ClickHouse Cloud.
338
+
339
+ **Rui Chen, 45, Singapore.** Data platform lead at regional bank. Evaluating vs Snowflake.
340
+
341
+ ## 14. States
342
+
343
+ | State | Treatment |
344
+ |---|---|
345
+ | **Empty (no databases)** | "Create your first database" with SQL CREATE snippet |
346
+ | **Empty (query result)** | "0 rows returned in 12ms" — query-stat focused |
347
+ | **Loading (query)** | Inline spinner + estimated rows scanned |
348
+ | **Loading (table scan)** | Progress bar with rows/sec + bytes/sec |
349
+ | **Error (SQL syntax)** | Inline below editor with line:column |
350
+ | **Error (server)** | "Server error (200): table not found." |
351
+ | **Success (query)** | Result table appears, query stats line |
352
+ | **Success (cluster created)** | Connection string visible, copy-button |
353
+ | **Skeleton (cluster list)** | Charcoal-border placeholder rows |
354
+ | **Disabled (read-only role)** | 0.5 opacity + lock icon |
355
+ | **Loading (long query)** | Pause/cancel after 5s; partial results stream |
356
+
357
+ ## 15. Motion & Easing
358
+
359
+ | Token | Value | Use |
360
+ |---|---|---|
361
+ | `motion-instant` | 0ms | Result row select |
362
+ | `motion-fast` | 150ms | Hover, link to Neon Volt |
363
+ | `motion-standard` | 250ms | Modal |
364
+ | `motion-active-pulse` | 300ms | Pale yellow active appearance |
365
+
366
+ Standard cubic-bezier; no bounce. Charcoal borders never animate. `prefers-reduced-motion: reduce` makes link hover instant.
367
+
368
+ ---
369
+
370
+ **Verified:** 2026-05-08 (B1 loop)
371
+ **Tier 1 sources:** clickhouse.com (live DOM via playwright — dark `#141414` ghost; cookie banner `#166534` Allow / `#141414` Dismiss; nav 8px / 14px·500)
372
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
373
+ **Tier 1 (Philosophy):** clickhouse.com homepage benchmarks; ClickHouse, Inc. corporate history; Aaron Katz public talks.
374
+ **Style ref:** `stripe`. **Conflicts unresolved:** none.