oh-my-design-cli 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -4,451 +4,253 @@ name: Clay
4
4
  country: US
5
5
  category: design-tools
6
6
  homepage: "https://www.clay.com"
7
- primary_color: "#ffd23f"
7
+ primary_color: "#000000"
8
8
  logo:
9
9
  type: github
10
10
  slug: clay-run
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
- ds:
14
- name: Clay Newsroom
15
- url: "https://www.clay.com/press"
16
- type: brand
17
- description: Clay's official press kit and co-branding guidelines.
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: marketing, url: "https://www.clay.com/", inspected: "2026-07-13" }
18
+ - { id: surface-2, kind: marketing, url: "https://www.clay.com/partners/solutions", inspected: "2026-07-13" }
19
+ - { id: surface-3, kind: marketing, url: "https://www.clay.com/pricing", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-live, kind: product-surface, url: "https://www.clay.com/", captured: "2026-07-13" }
22
+ - { id: partners-live, kind: product-surface, url: "https://www.clay.com/partners/solutions", captured: "2026-07-13" }
23
+ - { id: pricing-live, kind: product-surface, url: "https://www.clay.com/pricing", captured: "2026-07-13" }
24
+ - { id: roobert-license, kind: license, url: "https://displaay.net/help/licenses", captured: "2026-07-13" }
25
+ conflicts: []
26
+ claims:
27
+ "tokens.colors.canvas": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
28
+ "tokens.colors.ink": *home
29
+ "tokens.colors.oat-action": *home
30
+ "tokens.colors.nav-muted": *home
31
+ "tokens.colors.tab-default": *home
32
+ "tokens.colors.tab-active": *home
33
+ "tokens.typography.family.ui": *home
34
+ "tokens.typography.compact-action.size": *home
35
+ "tokens.typography.compact-action.weight": *home
36
+ "tokens.typography.compact-action.lineHeight": *home
37
+ "tokens.typography.compact-action.tracking": *home
38
+ "tokens.typography.compact-action.use": *home
39
+ "tokens.spacing.action-y": *home
40
+ "tokens.spacing.action-x": *home
41
+ "tokens.rounded.action": *home
42
+ "tokens.rounded.tab": *home
43
+ "tokens.rounded.logo-card": *home
44
+ "tokens.components.logo-card.type": *home
45
+ "tokens.components.logo-card.bg": *home
46
+ "tokens.components.logo-card.radius": *home
47
+ "tokens.components.logo-card.padding": *home
48
+ "tokens.components.logo-card.use": *home
18
49
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-08"
21
- note: "primary = live interactive/text Clay Black (#000000, Tier 1); brand = Lemon-gold marketing swatch (#fbbd41). primary_color field #ffd23f is the press-kit gold, not present verbatim in prose."
50
+ source: live-extract
51
+ extracted: "2026-07-13"
52
+ components_harvested: false
22
53
  colors:
23
- primary: "#000000"
24
- brand: "#fbbd41"
25
- canvas: "#faf9f7"
26
- foreground: "#000000"
27
- muted: "#9f9b93"
28
- on-primary: "#ffffff"
29
- surface: "#ffffff"
30
- hairline: "#dad4c8"
31
- body: "#55534e"
32
- link: "#333333"
33
- accent-matcha: "#078a52"
34
- accent-slushie: "#3bd3fd"
35
- accent-lemon: "#fbbd41"
36
- accent-ube: "#43089f"
37
- accent-pomegranate: "#fc7981"
38
- accent-blueberry: "#01418d"
39
- error: "#ef4444"
40
- badge-bg: "#f0f8ff"
41
- badge-text: "#3859f9"
54
+ canvas: "#fefdfb"
55
+ ink: "#000000"
56
+ oat-action: "#f3f2ed"
57
+ nav-muted: "#79756d"
58
+ tab-default: "#f4f3f0"
59
+ tab-active: "#aaebfd"
42
60
  typography:
43
- family: { sans: "Roobert", mono: "Space Mono" }
44
- display-hero: { size: 80, weight: 600, lineHeight: 1.00, tracking: -3.2, use: "Hero headlines, all 5 stylistic sets" }
45
- display-secondary: { size: 60, weight: 600, lineHeight: 1.00, tracking: -2.4, use: "Secondary hero headlines" }
46
- section: { size: 44, weight: 600, lineHeight: 1.10, tracking: -1.32, use: "Section headings" }
47
- card-heading: { size: 32, weight: 600, lineHeight: 1.10, tracking: -0.64, use: "Card headings" }
48
- feature-title: { size: 20, weight: 600, lineHeight: 1.40, tracking: -0.4, use: "Feature titles" }
49
- subheading: { size: 20, weight: 500, lineHeight: 1.50, tracking: -0.16, use: "Sub-headings, no ss01" }
50
- body-large: { size: 20, weight: 400, lineHeight: 1.40, use: "Large body text" }
51
- body: { size: 18, weight: 400, lineHeight: 1.60, tracking: -0.36, use: "Relaxed body text" }
52
- body-standard: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard reading text" }
53
- button: { size: 16, weight: 500, lineHeight: 1.50, tracking: -0.16, use: "Button label" }
54
- button-large: { size: 24, weight: 400, lineHeight: 1.50, use: "Large button label" }
55
- nav-link: { size: 15, weight: 500, lineHeight: 1.60, use: "Navigation links" }
56
- caption: { size: 14, weight: 400, lineHeight: 1.50, tracking: -0.14, use: "Captions" }
57
- small: { size: 12, weight: 400, lineHeight: 1.50, use: "Small text" }
58
- uppercase-label: { size: 12, weight: 600, lineHeight: 1.20, tracking: 1.08, use: "Uppercase wayfinding labels" }
59
- badge: { size: 9.6, weight: 600, use: "Pill badges" }
60
- spacing: { xs: 4, sm: 8, md: 16, base: 16, lg: 24, xl: 32, xxl: 48, section: 64 }
61
- rounded: { sm: 4, md: 8, badge: 11, card: 12, feature: 24, section: 40, full: 1584 }
62
- shadow:
63
- clay: "rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset, rgba(0,0,0,0.05) 0px -0.5px 1px"
64
- hard-offset: "rgb(0,0,0) -7px 7px"
65
- components_harvested: true
61
+ family: { ui: "Roobertvf" }
62
+ compact-action: { size: 13.92, weight: 500, lineHeight: 20.88, tracking: -0.1392, use: "Compact public-marketing header action" }
63
+ spacing: { action-y: 8, action-x: 16 }
64
+ rounded: { action: 12, tab: 12, logo-card: 18 }
66
65
  components:
67
- button-primary: { type: button, fg: "#000000", use: "Transparent fill, black text, hover rotateZ(-8deg) + hard offset shadow" }
68
- button-white-solid: { type: button, bg: "#ffffff", fg: "#000000", radius: 12, use: "White fill, animated rotation hover — CTA on colored sections" }
69
- button-ghost: { type: button, fg: "#000000", radius: 4, use: "Transparent fill, 1px border, dragonfruit hover" }
70
- card: { type: card, bg: "#ffffff", radius: 12, use: "White surface on cream, 1px solid #dad4c8 oat border, multi-layer clay shadow with inset highlight" }
71
- swatch-section: { type: card, use: "Full-width swatch-colored background (matcha/slushie/ube/lemon), white or black text by contrast" }
72
- dashed-border: { type: card, use: "1px dashed #dad4c8 for secondary/decorative containers — hand-drawn craft quality" }
73
- uppercase-label: { type: badge, fg: "#000000", font: "12/600", use: "Uppercase, 1.08px tracking — wayfinding system" }
66
+ logo-card: { type: card, bg: "#fefdfb", radius: "18px", padding: "16px 20px", use: "Customer-logo card on the public home marketing surface" }
74
67
  ---
75
68
 
76
- # Design System Inspiration of Clay
69
+ # Clay Design Reference
77
70
 
78
71
  ## 1. Visual Theme & Atmosphere
79
72
 
80
- Clay's website is a warm, playful celebration of color that treats B2B data enrichment like a craft rather than an enterprise chore. The design language is built on a foundation of warm cream backgrounds (`#faf9f7`) and oat-toned borders (`#dad4c8`, `#eee9df`) that give every surface the tactile quality of handmade paper. Against this artisanal canvas, a vivid swatch palette explodes with personality Matcha green, Slushie cyan, Lemon gold, Ube purple, Pomegranate pink, Blueberry navy, and Dragonfruit magenta each named like flavors at a juice bar, not colors in an enterprise UI kit.
73
+ Clay is a go-to-market infrastructure company for teams that build revenue systems from data, agents, orchestration, execution, and governance. Its current public homepage frames that work as infrastructure rather than a single enrichment tool, while Clay’s own account of the 2026 redesign says the old page no longer represented the breadth of the product. The captured public pages answer that technical story with a light, almost paper-white field, black type and actions, rounded compact controls, and unusually cheerful color moments in tabs, cards, and pricing. Clay describes the intended tension directly: make infrastructure and engineering feel fun and creative. This reference is deliberately bounded to the three captured public marketing pages—home, partner solutions, and pricing. It does not generalize their visual system into the authenticated product or documentation chrome, neither of which was supplied as evidence.
81
74
 
82
- The typography is anchored by Roobert, a geometric sans-serif with character, loaded with an extensive set of OpenType stylistic sets (`"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"`) that give the text a distinctive, slightly quirky personality. At display scale (80px, weight 600), Roobert uses aggressive negative letter-spacing (-3.2px) that compresses headlines into punchy, billboard-like statements. Space Mono serves as the monospace companion for code and technical labels, completing the craft-meets-tech duality.
83
-
84
- What makes Clay truly distinctive is its hover micro-animations: buttons on hover rotate slightly (`rotateZ(-8deg)`), translate upward (`translateY(-80%)`), change background to a contrasting swatch color, and cast a hard offset shadow (`rgb(0,0,0) -7px 7px`). This playful hover behavior — where a button literally tilts and jumps on interaction — creates a sense of physical delight that's rare in B2B software. Combined with generously rounded containers (24px–40px radius), dashed borders alongside solid ones, and a multi-layer shadow system that includes inset highlights, Clay feels like a design system that was made by people who genuinely enjoy making things.
85
-
86
- **Key Characteristics:**
87
- - Warm cream canvas (`#faf9f7`) with oat-toned borders (`#dad4c8`) — artisanal, not clinical
88
- - Named swatch palette: Matcha, Slushie, Lemon, Ube, Pomegranate, Blueberry, Dragonfruit
89
- - Roobert font with 5 OpenType stylistic sets — quirky geometric character
90
- - Playful hover animations: rotateZ(-8deg) + translateY(-80%) + hard offset shadow
91
- - Space Mono for code and technical labels
92
- - Generous border radius: 24px cards, 40px sections, 1584px pills
93
- - Mixed border styles: solid + dashed in the same interface
94
- - Multi-layer shadow with inset highlight: `0px 1px 1px` + `-1px inset` + `-0.5px`
75
+ - **Crisp neutral base:** the most repeated visible pair is `#fefdfb` and `#000000`, rather than a broad semantic application palette.
76
+ - **Playful local accents:** `#aaebfd` is an observed active tab fill; pricing and partner cards introduce additional local colors without establishing a global app-color scale.
77
+ - **Soft geometry:** small actions and tabs are 12px-rounded; a home customer-logo card is 18px-rounded.
78
+ - **System-plus-illustration story:** Clay’s first-party redesign account describes a playful Rube Goldberg visual for an interconnected GTM system; that is brand context, not a token claim.
95
79
 
96
80
  ## 2. Color Palette & Roles
97
81
 
98
- ### Primary
99
- - **Clay Black** (`#000000`): Text, headings, pricing card text, `--_theme--pricing-cards---text`
100
- - **Pure White** (`#ffffff`): Card backgrounds, button backgrounds, inverse text
101
- - **Warm Cream** (`#faf9f7`): Page background — the warm, paper-like canvas
82
+ ### Observed public-marketing roles
102
83
 
103
- ### Swatch Palette Named Colors
84
+ - **Paper canvas** (`#fefdfb`): home customer-logo card fill (`home::div.logo-card`); it is an observed card surface, not a claim about an authenticated app canvas.
85
+ - **Ink** (`#000000`): body, navigation, and the compact dark header action across all three captured pages.
86
+ - **Oat action** (`#f3f2ed`): compact light header action on home, partner-solutions, and pricing.
87
+ - **Muted navigation label** (`#79756d`): home navigation-content label text.
88
+ - **Default tab fill** (`#f4f3f0`): home `.tab-btn` default.
89
+ - **Active tab fill** (`#aaebfd`): home `.tab-btn.cc-active`.
104
90
 
105
- **Matcha (Green)**
106
- - **Matcha 300** (`#84e7a5`): `--_swatches---color--matcha-300`, light green accent
107
- - **Matcha 600** (`#078a52`): `--_swatches---color--matcha-600`, mid green
108
- - **Matcha 800** (`#02492a`): `--_swatches---color--matcha-800`, deep green for dark sections
91
+ Other bright surfaces appear in the bundle—for example partner testimonial fills and pricing-plan colors—but each is local to its observed component. They are not promoted to a universal status or product palette.
109
92
 
110
- **Slushie (Cyan)**
111
- - **Slushie 500** (`#3bd3fd`): `--_swatches---color--slushie-500`, bright cyan accent
112
- - **Slushie 800** (`#0089ad`): `--_swatches---color--slushie-800`, deep teal
93
+ ## 3. Typography Rules
113
94
 
114
- **Lemon (Gold)**
115
- - **Lemon 400** (`#f8cc65`): `--_swatches---color--lemon-400`, warm pale gold
116
- - **Lemon 500** (`#fbbd41`): `--_swatches---color--lemon-500`, primary gold
117
- - **Lemon 700** (`#d08a11`): `--_swatches---color--lemon-700`, deep amber
118
- - **Lemon 800** (`#9d6a09`): `--_swatches---color--lemon-800`, dark amber
95
+ ### Evidence classes
119
96
 
120
- **Ube (Purple)**
121
- - **Ube 300** (`#c1b0ff`): `--_swatches---color--ube-300`, soft lavender
122
- - **Ube 800** (`#43089f`): `--_swatches---color--ube-800`, deep purple
123
- - **Ube 900** (`#32037d`): `--_swatches---color--ube-900`, darkest purple
97
+ - **Live computed public-web use:** visible text on the three captured marketing pages resolves to `Roobertvf, Arial, sans-serif`. The collector reports `Roobertvf` as loaded with high confidence, 1,564 visible uses, and two Clay-hosted WOFF2 sources. It is the sole machine UI-family token here because computed usage, FontFaceSet status, and source URLs agree.
98
+ - **Official foundry and licence context:** Displaay identifies Roobert as a mono-linear geometric sans with variable weight, slant, and mono axes. Its web licence covers WOFF/WOFF2 use through `@font-face`; that licence describes the foundry’s terms, not a reusable Clay asset licence.
99
+ - **Declared-only families:** Canela, Canela Web, Inter, Roobert (static family name), Roobert mono, Space Mono, Phosphor, and Webflow icon faces appear in declarations, but the supplied collector found no visible loaded use for them. They remain declared-only and are not substituted or promoted to UI tokens.
100
+ - **Unobserved domains:** no authenticated product surface or documentation chrome was captured, so this reference makes no product-font or docs-font claim.
124
101
 
125
- **Pomegranate (Pink/Red)**
126
- - **Pomegranate 400** (`#fc7981`): `--_swatches---color--pomegranate-400`, warm coral-pink
102
+ ### Measured public-marketing hierarchy
127
103
 
128
- **Blueberry (Navy Blue)**
129
- - **Blueberry 800** (`#01418d`): `--_swatches---color--blueberry-800`, deep navy
104
+ | Role | Font | Size | Weight | Line height | Tracking | Evidence boundary |
105
+ |---|---|---:|---:|---:|---:|---|
106
+ | Compact header action | Roobertvf | 13.92px | 500 | 20.88px | -0.1392px | `home::[data-omd-capture="9"]` and `"10"` |
107
+ | Tab control | Roobertvf | 16px | 500 | 24px | normal | `home::[data-omd-capture="116"]` |
108
+ | Logo card text context | Roobertvf | 16px | 400 | 24px | normal | `home::div.logo-card` |
130
109
 
131
- ### Neutral Scale (Warm)
132
- - **Warm Silver** (`#9f9b93`): Secondary/muted text, footer links
133
- - **Warm Charcoal** (`#55534e`): Tertiary text, dark muted links
134
- - **Dark Charcoal** (`#333333`): Link text on light backgrounds
110
+ ## 4. Components
135
111
 
136
- ### Surface & Border
137
- - **Oat Border** (`#dad4c8`): Primary border — warm, cream-toned structural lines
138
- - **Oat Light** (`#eee9df`): Secondary lighter border
139
- - **Cool Border** (`#e6e8ec`): Cool-toned border for contrast sections
140
- - **Dark Border** (`#525a69`): Border on dark sections
141
- - **Light Frost** (`#eff1f3`): Subtle button background (at 0% opacity on hover)
112
+ All variants below are public-marketing observations. Selectors, surface IDs, and pseudo-state snapshots are retained so that the values are not mistaken for a general Clay product component library. The bundle reports `interactionCount: 0`; pseudo-state values are visual snapshots, not evidence of motion, transition timing, or a full interaction contract.
142
113
 
143
- ### Badges
144
- - **Badge Blue Bg** (`#f0f8ff`): Blue-tinted badge surface
145
- - **Badge Blue Text** (`#3859f9`): Vivid blue badge text
146
- - **Focus Ring** (`rgb(20, 110, 245) solid 2px`): Accessibility focus indicator
114
+ ### Header action
147
115
 
148
- ### Shadows
149
- - **Clay Shadow** (`rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset, rgba(0,0,0,0.05) 0px -0.5px 1px`): Multi-layer with inset highlight — the signature
150
- - **Hard Offset** (`rgb(0,0,0) -7px 7px`): Hover state — playful hard shadow
116
+ **Dark compact action**
117
+ - Background: `#000000`
118
+ - Text: `#ffffff`
119
+ - Border: `1px solid transparent`
120
+ - Radius: `12px`
121
+ - Padding: `8px 16px`
122
+ - Font: `13.92px / 500 / Roobertvf`
123
+ - Use: compact public header action on `home`, `surface-2`, and `surface-3`; default evidence `home::[data-omd-capture="10"]`
124
+ - Pressed: `rgb(9, 10, 12)` background at `home::[data-omd-capture="10"]::state-pressed`
125
+ - Focus: `rgb(2, 2, 2)` background at `home::[data-omd-capture="10"]::state-focus`
151
126
 
152
- ## 3. Typography Rules
153
-
154
- ### Font Families
155
- - **Primary**: `Roobert`, fallback: `Arial`
156
- - **Monospace**: `Space Mono`
157
- - **OpenType Features**: `"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"` on all Roobert text (display uses all 5; body/UI uses `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"`)
158
-
159
- ### Hierarchy
160
-
161
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
162
- |------|------|------|--------|-------------|----------------|-------|
163
- | Display Hero | Roobert | 80px (5.00rem) | 600 | 1.00 (tight) | -3.2px | All 5 stylistic sets |
164
- | Display Secondary | Roobert | 60px (3.75rem) | 600 | 1.00 (tight) | -2.4px | All 5 stylistic sets |
165
- | Section Heading | Roobert | 44px (2.75rem) | 600 | 1.10 (tight) | -0.88px to -1.32px | All 5 stylistic sets |
166
- | Card Heading | Roobert | 32px (2.00rem) | 600 | 1.10 (tight) | -0.64px | All 5 stylistic sets |
167
- | Feature Title | Roobert | 20px (1.25rem) | 600 | 1.40 | -0.4px | All 5 stylistic sets |
168
- | Sub-heading | Roobert | 20px (1.25rem) | 500 | 1.50 | -0.16px | 4 stylistic sets (no ss01) |
169
- | Body Large | Roobert | 20px (1.25rem) | 400 | 1.40 | normal | 4 stylistic sets |
170
- | Body | Roobert | 18px (1.13rem) | 400 | 1.60 (relaxed) | -0.36px | 4 stylistic sets |
171
- | Body Standard | Roobert | 16px (1.00rem) | 400 | 1.50 | normal | 4 stylistic sets |
172
- | Body Medium | Roobert | 16px (1.00rem) | 500 | 1.20–1.40 | -0.16px to -0.32px | 4–5 stylistic sets |
173
- | Button | Roobert | 16px (1.00rem) | 500 | 1.50 | -0.16px | 4 stylistic sets |
174
- | Button Large | Roobert | 24px (1.50rem) | 400 | 1.50 | normal | 4 stylistic sets |
175
- | Button Small | Roobert | 12.8px (0.80rem) | 500 | 1.50 | -0.128px | 4 stylistic sets |
176
- | Nav Link | Roobert | 15px (0.94rem) | 500 | 1.60 (relaxed) | normal | 4 stylistic sets |
177
- | Caption | Roobert | 14px (0.88rem) | 400 | 1.50–1.60 | -0.14px | 4 stylistic sets |
178
- | Small | Roobert | 12px (0.75rem) | 400 | 1.50 | normal | 4 stylistic sets |
179
- | Uppercase Label | Roobert | 12px (0.75rem) | 600 | 1.20 (tight) | 1.08px | `text-transform: uppercase`, 4 sets |
180
- | Badge | Roobert | 9.6px | 600 | — | — | Pill badges |
181
-
182
- ### Principles
183
- - **Five stylistic sets as identity**: The combination of `"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"` on Roobert creates a distinctive typographic personality. `ss01` is reserved for headings and emphasis — body text omits it, creating a subtle hierarchy through glyph variation.
184
- - **Aggressive display compression**: -3.2px at 80px, -2.4px at 60px — the most compressed display tracking alongside the most generous body spacing (1.60 line-height), creating dramatic contrast.
185
- - **Weight 600 for headings, 500 for UI, 400 for body**: Clean three-tier system where each weight has a strict role.
186
- - **Uppercase labels with positive tracking**: 12px uppercase at 1.08px letter-spacing creates the systematic wayfinding pattern.
187
-
188
- ## 4. Component Stylings
189
-
190
- ### Buttons
191
-
192
- **Primary (Transparent with Hover Animation)**
193
- - Background: transparent (`rgba(239, 241, 243, 0)`)
127
+ **Oat compact action**
128
+ - Background: `#f3f2ed`
194
129
  - Text: `#000000`
195
- - Padding: 6.4px 12.8px
196
- - Border: none (or `1px solid #717989` for outlined variant)
197
- - Hover: background shifts to swatch color (e.g., `#434346`), text to white, `rotateZ(-8deg)`, `translateY(-80%)`, hard shadow `rgb(0,0,0) -7px 7px`
198
- - Focus: `rgb(20, 110, 245) solid 2px` outline
199
-
200
- **White Solid**
130
+ - Border: `1px solid transparent`
131
+ - Radius: `12px`
132
+ - Padding: `8px 16px`
133
+ - Font: `13.92px / 500 / Roobertvf`
134
+ - Use: paired compact public header action; default evidence `home::[data-omd-capture="9"]`
135
+ - Hover: `rgb(237, 234, 227)` background at `home::[data-omd-capture="9"]::state-hover`
136
+ - Pressed: `rgb(233, 229, 221)` background at `home::[data-omd-capture="9"]::state-pressed`
137
+ - Focus: `rgb(242, 241, 236)` background at `home::[data-omd-capture="9"]::state-focus`
138
+
139
+ ### Marketing tab
140
+
141
+ **Default**
142
+ - Background: `#f4f3f0`
143
+ - Text: `#1b1a18`
144
+ - Radius: `12px`
145
+ - Padding: `10px 16px`
146
+ - Font: `16px / 500 / Roobertvf`
147
+ - Use: public home tab; evidence `home::[data-omd-capture="116"]`
148
+
149
+ **Active color variant**
150
+ - Background: `#aaebfd`
151
+ - Text: `#1b1a18`
152
+ - Radius: `12px`
153
+ - Padding: `10px 16px`
154
+ - Font: `16px / 500 / Roobertvf`
155
+ - Use: active public home tab; evidence `home::[data-omd-capture="123"]`
156
+
157
+ ### Customer-logo card
158
+
159
+ **Default**
160
+ - Background: `#fefdfb`
161
+ - Border: `1px 0px solid` with observed mixed border colors
162
+ - Radius: `18px`
163
+ - Padding: `16px 20px`
164
+ - Font: `16px / 400 / Roobertvf`
165
+ - Use: customer-logo card on the public home page; evidence `home::div.logo-card`
166
+
167
+ ### Pricing select
168
+
169
+ **Default**
201
170
  - Background: `#ffffff`
202
- - Text: `#000000`
203
- - Padding: 6.4px
204
- - Hover: oat-200 swatch color, animated rotation + shadow
205
- - Use: Primary CTA on colored sections
171
+ - Border: `1px solid #d1cdc7`
172
+ - Radius: `8px`
173
+ - Padding: `12px 16px 12px 40px`
174
+ - Font: `14px / 400 / Roobertvf`
175
+ - Use: pricing-page select; evidence `surface-3::[data-omd-capture="104"]`
176
+ - Disabled: `rgb(244, 243, 240)` background at `surface-3::[data-omd-capture="100"]`
206
177
 
207
- **Ghost Outlined**
208
- - Background: transparent
209
- - Text: `#000000`
210
- - Padding: 8px
211
- - Border: `1px solid #717989`
212
- - Radius: 4px
213
- - Hover: dragonfruit swatch color, white text, animated rotation
214
-
215
- ### Cards & Containers
216
- - Background: `#ffffff` on cream canvas
217
- - Border: `1px solid #dad4c8` (warm oat) or `1px dashed #dad4c8`
218
- - Radius: 12px (standard cards), 24px (feature cards/images), 40px (section containers/footer)
219
- - Shadow: `rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset, rgba(0,0,0,0.05) 0px -0.5px 1px`
220
- - Colorful section backgrounds using swatch palette (matcha, slushie, ube, lemon)
221
-
222
- ### Inputs & Forms
223
- - Text: `#000000`
224
- - Border: `1px solid #717989`
225
- - Radius: 4px
226
- - Focus: `rgb(20, 110, 245) solid 2px` outline
227
-
228
- ### Navigation
229
- - Sticky top nav on cream background
230
- - Roobert 15px weight 500 for nav links
231
- - Clay logo left-aligned
232
- - CTA buttons right-aligned with pill radius
233
- - Border bottom: `1px solid #dad4c8`
234
- - Mobile: hamburger collapse at 767px
235
-
236
- ### Image Treatment
237
- - Product screenshots in white cards with oat borders
238
- - Colorful illustrated sections with swatch background colors
239
- - 8px–24px radius on images
240
- - Full-width colorful section backgrounds
241
-
242
- ### Distinctive Components
243
-
244
- **Swatch Color Sections**
245
- - Full-width sections with swatch-colored backgrounds (matcha green, slushie cyan, ube purple, lemon gold)
246
- - White text on dark swatches, black text on light swatches
247
- - Each section tells a distinct product story through its color
248
-
249
- **Playful Hover Buttons**
250
- - Rotate -8deg + translate upward on hover
251
- - Hard offset shadow (`-7px 7px`) instead of soft blur
252
- - Background transitions to contrasting swatch color
253
- - Creates a physical, toy-like interaction quality
254
-
255
- **Dashed Border Elements**
256
- - Dashed borders (`1px dashed #dad4c8`) alongside solid borders
257
- - Used for secondary containers and decorative elements
258
- - Adds a hand-drawn, craft-like quality
178
+ ---
179
+
180
+ **Verified:** 2026-07-13
181
+ **Tier 1 sources:** `https://www.clay.com/` (public marketing), `https://www.clay.com/partners/solutions` (public marketing), `https://www.clay.com/pricing` (public marketing), `https://www.clay.com/blog/new-homepage-2026` (official positioning and design context), `https://displaay.net/typeface/roobert` and `https://displaay.net/help/licenses` (font and licence context)
182
+ **Tier 2 sources:** `https://getdesign.md/clay` (record exists but identifies an unrelated creative agency; no Clay GTM token value used), `https://styles.refero.design/?q=Clay` (attempted; safe open returned an internal error, no usable record)
183
+ **Conflicts unresolved:** none
259
184
 
260
185
  ## 5. Layout Principles
261
186
 
262
- ### Spacing System
263
- - Base unit: 8px
264
- - Scale: 1px, 2px, 4px, 6.4px, 8px, 12px, 12.8px, 16px, 18px, 20px, 24px
265
-
266
- ### Grid & Container
267
- - Max content width centered
268
- - Feature sections alternate between white cards and colorful swatch backgrounds
269
- - Card grids: 2–3 columns on desktop
270
- - Full-width colorful sections break the grid
271
- - Footer with generous 40px radius container
272
-
273
- ### Whitespace Philosophy
274
- - **Warm, generous breathing**: The cream background provides a warm rest between content blocks. Spacing is generous but not austere — it feels inviting, like a well-set table.
275
- - **Color as spatial rhythm**: The alternating swatch-colored sections create visual rhythm through hue rather than just whitespace. Each color section is its own "room."
276
- - **Craft-like density inside cards**: Within cards, content is compact and well-organized, contrasting with the generous outer spacing.
277
-
278
- ### Border Radius Scale
279
- - Sharp (4px): Ghost buttons, inputs
280
- - Standard (8px): Small cards, images, links
281
- - Badge (11px): Tag badges
282
- - Card (12px): Standard cards, buttons
283
- - Feature (24px): Feature cards, images, panels
284
- - Section (40px): Large sections, footer, containers
285
- - Pill (1584px): CTAs, pill-shaped buttons
187
+ - **Header controls:** the repeated compact header pair uses 8px vertical and 16px horizontal padding at the captured 1440×900 viewport.
188
+ - **Local grouping:** observed home tabs use 10px 16px padding; logo cards use 16px 20px. No site-wide spacing scale is asserted from those local values.
189
+ - **Bounded scope:** the supplied capture has one desktop viewport. It does not establish responsive breakpoints, authenticated-product tables, or documentation layouts.
286
190
 
287
191
  ## 6. Depth & Elevation
288
192
 
289
- | Level | Treatment | Use |
290
- |-------|-----------|-----|
291
- | Flat (Level 0) | No shadow, cream canvas | Page background |
292
- | Clay Shadow (Level 1) | `rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px inset, rgba(0,0,0,0.05) 0px -0.5px` | Cards, buttons — multi-layer with inset highlight |
293
- | Hover Hard (Level 2) | `rgb(0,0,0) -7px 7px` | Hover state — playful hard offset shadow |
294
- | Focus (Level 3) | `rgb(20, 110, 245) solid 2px` | Keyboard focus ring |
295
-
296
- **Shadow Philosophy**: Clay's shadow system is uniquely three-layered: a downward cast (`0px 1px 1px`), an upward inset highlight (`0px -1px 1px inset`), and a subtle edge (`0px -0.5px 1px`). This creates a "pressed into clay" quality where elements feel both raised AND embedded — like a clay tablet where content is stamped into the surface. The hover hard shadow (`-7px 7px`) is deliberately retro-graphic, referencing print-era drop shadows and adding physical playfulness.
297
-
298
- ### Decorative Depth
299
- - Full-width swatch-colored sections create dramatic depth through color contrast
300
- - Dashed borders add visual texture alongside solid borders
301
- - Product illustrations with warm, organic art style
193
+ The captured customer-logo card, tabs, and header actions report `boxShadow: none`. No reusable elevation ladder or shadow token is established. Color, border treatment, and corner radius—not shadow—carry the observed separation on these public surfaces.
302
194
 
303
195
  ## 7. Do's and Don'ts
304
196
 
305
197
  ### Do
306
- - Use warm cream (`#faf9f7`) as the page background — the warmth is the identity
307
- - Apply all 5 OpenType stylistic sets on Roobert headings: `"ss01", "ss03", "ss10", "ss11", "ss12"`
308
- - Use the named swatch palette (Matcha, Slushie, Lemon, Ube, Pomegranate, Blueberry) for section backgrounds
309
- - Apply the playful hover animation: `rotateZ(-8deg)`, `translateY(-80%)`, hard shadow `-7px 7px`
310
- - Use warm oat borders (`#dad4c8`) not neutral gray
311
- - Mix solid and dashed borders for visual variety
312
- - Use generous radius: 24px for cards, 40px for sections
313
- - Use weight 600 exclusively for headings, 500 for UI, 400 for body
198
+
199
+ - Keep the public-marketing neutral base (`#fefdfb`, `#000000`, and oat action `#f3f2ed`) crisp and legible.
200
+ - Treat bright tab, partner, and pricing colors as local story accents unless another surface verifies a broader role.
201
+ - Use the measured 12px compact-action and tab corners only in the public contexts documented above.
202
+ - Preserve Roobertvf as the observed web family; disclose unavailable or declared-only faces rather than substituting them.
314
203
 
315
204
  ### Don't
316
- - Don't use cool gray backgrounds — the warm cream (`#faf9f7`) is non-negotiable
317
- - Don't use neutral gray borders (`#ccc`, `#ddd`) always use the warm oat tones
318
- - Don't mix more than 2 swatch colors in the same section
319
- - Don't skip the OpenType stylistic sets they define Roobert's character
320
- - Don't use subtle hover effects the rotation + hard shadow is the signature interaction
321
- - Don't use small border radius (<12px) on feature cards — the generous rounding is structural
322
- - Don't use standard shadows (blur-based) — Clay uses hard offset and multi-layer inset
323
- - Don't forget the uppercase labels with 1.08px tracking — they're the wayfinding system
205
+
206
+ - Do not apply public marketing colors or components to Clay’s authenticated product without product-surface evidence.
207
+ - Do not turn the recorded pseudo-state snapshots into claims about animation, focus-ring behavior, or accessibility support.
208
+ - Do not promote Canela, Inter, Space Mono, or Roobert Mono from declarations to live UI fonts without a computed loaded-use match.
209
+ - Do not infer mobile breakpoints or a universal card radius from the single captured viewport.
324
210
 
325
211
  ## 8. Responsive Behavior
326
212
 
327
- ### Breakpoints
328
- | Name | Width | Key Changes |
329
- |------|-------|-------------|
330
- | Mobile Small | <479px | Single column, tight padding |
331
- | Mobile | 479–767px | Standard mobile, stacked layout |
332
- | Tablet | 768–991px | 2-column grids, condensed nav |
333
- | Desktop | 992px+ | Full layout, 3-column grids, expanded sections |
334
-
335
- ### Touch Targets
336
- - Buttons: minimum 6.4px + 12.8px padding for adequate touch area
337
- - Nav links: 15px font with generous spacing
338
- - Mobile: full-width buttons for easy tapping
339
-
340
- ### Collapsing Strategy
341
- - Hero: 80px → 60px → smaller display text
342
- - Navigation: horizontal → hamburger at 767px
343
- - Feature sections: multi-column → stacked
344
- - Colorful sections: maintain full-width but compress padding
345
- - Card grids: 3-column → 2-column → single column
346
-
347
- ### Image Behavior
348
- - Product screenshots scale proportionally
349
- - Colorful section illustrations adapt to viewport width
350
- - Rounded corners maintained across breakpoints
213
+ Only a 1440×900 desktop capture was supplied. The public pages may of course be responsive, but no breakpoint, reflow, touch-target, or mobile-navigation behavior is recorded here.
351
214
 
352
215
  ## 9. Agent Prompt Guide
353
216
 
354
- ### Quick Color Reference
355
- - Background: Warm Cream (`#faf9f7`)
356
- - Text: Clay Black (`#000000`)
357
- - Secondary text: Warm Silver (`#9f9b93`)
358
- - Border: Oat Border (`#dad4c8`)
359
- - Green accent: Matcha 600 (`#078a52`)
360
- - Cyan accent: Slushie 500 (`#3bd3fd`)
361
- - Gold accent: Lemon 500 (`#fbbd41`)
362
- - Purple accent: Ube 800 (`#43089f`)
363
- - Pink accent: Pomegranate 400 (`#fc7981`)
364
-
365
- ### Example Component Prompts
366
- - "Create a hero on warm cream (#faf9f7) background. Headline at 80px Roobert weight 600, line-height 1.00, letter-spacing -3.2px, OpenType 'ss01 ss03 ss10 ss11 ss12', black text. Subtitle at 20px weight 400, line-height 1.40, #9f9b93 text. Two buttons: white solid pill (12px radius) and ghost outlined (4px radius, 1px solid #717989)."
367
- - "Design a colorful section with Matcha 800 (#02492a) background. Heading at 44px Roobert weight 600, letter-spacing -1.32px, white text. Body at 18px weight 400, line-height 1.60, #84e7a5 text. White card inset with oat border (#dad4c8), 24px radius."
368
- - "Build a button with playful hover: default transparent background, black text, 16px Roobert weight 500. On hover: background #434346, text white, transform rotateZ(-8deg) translateY(-80%), hard shadow rgb(0,0,0) -7px 7px."
369
- - "Create a card: white background, 1px solid #dad4c8 border, 24px radius. Shadow: rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset. Title at 32px Roobert weight 600, letter-spacing -0.64px."
370
- - "Design an uppercase label: 12px Roobert weight 600, text-transform uppercase, letter-spacing 1.08px, OpenType 'ss03 ss10 ss11 ss12'."
371
-
372
- ### Iteration Guide
373
- 1. Start with warm cream (#faf9f7) — never cool white
374
- 2. Swatch colors are for full sections, not small accents — go bold with matcha, slushie, ube
375
- 3. Oat borders (#dad4c8) everywhere — dashed variants for decoration
376
- 4. OpenType stylistic sets are mandatory — they make Roobert look like Roobert
377
- 5. Hover animations are the signature — rotation + hard shadow, not subtle fades
378
- 6. Generous radius: 24px cards, 40px sections — nothing looks sharp or corporate
379
- 7. Three weights: 600 (headings), 500 (UI), 400 (body) — strict roles
217
+ Use this reference for a Clay-like **public GTM-infrastructure marketing moment**, not as a clone of Clay’s authenticated application: paper-white cards, black compact calls to action, 12px control corners, and one locally meaningful bright tab or plan accent. Keep the typography to the observed Roobertvf web family only when it is actually available and licensed for the target project; otherwise leave the family unresolved rather than presenting a substitute as Roobert.
380
218
 
381
219
  ## 10. Voice & Tone
382
220
 
383
- Clay's voice is **playfully irreverent + sales-team-fluent.** Marketing mixes GTM jargon ("outbound-sourced pipeline", "CRM enrichment") with disarming humor and motion (cards rotate on hover). The combination: "we know GTM is dry, we made the tool fun."
221
+ Clays official redesign account balances systems language with creative explanation: data, agents, orchestration, execution, and governance are presented as connected building blocks rather than opaque AI magic. The same post describes the desired brand world as playful, expansive, creative, and precise. That is useful public-marketing guidance; it is not a documented product-error-copy system.
384
222
 
385
- | Context | Tone |
223
+ | Context | Observed direction |
386
224
  |---|---|
387
- | CTA | Direct verb. "Get started", "Book a demo", "Start building for free" |
388
- | Marketing | Customer-quote-driven. "How Clay uses Clay" |
389
- | Error | Specific. "LinkedIn rate limit hit. Resume in 4 hours or upgrade plan." |
390
- | Documentation | Recipe-style, copy-paste examples |
391
-
392
- **Voice samples**
393
- - *"Start building for free"* <!-- verified: clay.com homepage 2026-05 -->
394
- - *"How Clay uses Clay"* <!-- verified: clay.com case studies -->
225
+ | Positioning | State the infrastructure and the outcome plainly. |
226
+ | Explanation | Name the building blocks and show their relationship. |
227
+ | Brand story | Pair technical clarity with a playful visual metaphor. |
395
228
 
396
- **Forbidden phrases.** "AI-powered" without explanation. "10× your outbound" superlative. Aggressive sales pressure.
229
+ **Official wording samples**
230
+ - *“Clay is the infrastructure GTM engineers build on.”* — official homepage-relaunch account.
231
+ - *“Data” / “Agents” / “Orchestration” / “Execution” / “Governance”* — five official primitives.
232
+ - *“fun and creative”* — Clay’s stated design challenge for the infrastructure story.
397
233
 
398
234
  ## 11. Brand Narrative
399
235
 
400
- Clay was founded in **2017** by **Kareem Amin** (CEO) in New York ([Sequoia — Partnering with Clay](https://sequoiacap.com/article/partnering-with-clay-on-a-mission-to-grow/), [Kareem Amin LinkedIn](https://www.linkedin.com/in/kareemamin)). **Varun Anand** joined as **co-founder + Head of Operations in 2021** ([Inside Clay's unconventional path to $1.25B First Round Review podcast](https://review.firstround.com/podcast/inside-clays-unconventional-path-to-1-25b/)). Pivot from no-code-platform to **GTM-data-platform** around 2021 when sales/RevOps teams emerged as the actual customers "Spreadsheet for outbound" GTM-specific Airtable. Now: **10,000+ customers**, **150+ integrated data sources**. Funding: **Series B expansion $40M at $1.25B valuation**, then **Series C $100M led by CapitalG** (Alphabet's independent growth fund) on 2025-08-05 ([BusinessWire](https://www.businesswire.com/news/home/20250805719448/en/AI-GTM-Leader-Clay-Raises-$100M-Series-C-to-Fuel-GTM-Engineering-Roles-Industrywide)). Clay coined the **"GTM Engineering"** role category — published for it as a signature marketing position.
236
+ Clay’s official 2026 homepage account says the prior site primarily represented a data-enrichment product and no longer reflected the breadth of the current offer. The new public position is GTM infrastructure: teams combine data, agents, orchestration, execution, and governance to build their own revenue systems. Clay explains the visual transition as continuity rather than a reset, using a Rube Goldberg machine to make an interconnected engineered system feel playful and understandable. The source is a first-party marketing narrative; it does not establish unobserved product-interface rules or historical company facts beyond that account.
401
237
 
402
238
  ## 12. Principles
403
239
 
404
- 1. **Cells are the unit.** *UI implication:* table-first canvas, no tabs above data plane.
405
- 2. **Recipe-style, not magic.** Workflows show every step + provider. *UI implication:* every step editable, never opaque.
406
- 3. **Hover is the play.** Cards rotate, shadows pop. *UI implication:* generous hover transitions on cards (rotate ~3deg + hard shadow `4px 4px 0 #000`).
407
- 4. **Customer voice over marketing voice.** *UI implication:* case studies first-class nav.
408
- 5. **Three weights, strict roles.** *UI implication:* never introduce 700 or 300.
409
-
410
- ## 13. Personas
411
-
412
- *Personas are fictional archetypes informed by Clay user segments (RevOps, BDR managers, founders), not individual people.*
240
+ 1. **Systems over a single feature.** Clay’s published five-primitives framing connects data through governance. *Reference UI implication:* explain relationships and flow before decorating isolated widgets.
241
+ 2. **Customer-specific building blocks.** Clay says each GTM system looks different. *Reference UI implication:* favor composable examples over a one-size-fits-all outcome claim.
242
+ 3. **Technical clarity with play.** Clay describes the challenge of making infrastructure fun and creative. *Reference UI implication:* use an intentional, concrete visual metaphor only when it clarifies the system.
413
243
 
414
- **Yusuf Khan, 32, NYC.** RevOps lead at B2B SaaS. 15 nightly enrichment workflows.
244
+ The UI implications are this reference’s interpretation of official positioning, not published Clay product principles.
415
245
 
416
- **Sarah Yoon, 27, San Francisco.** Founding BDR at Series A startup. Clay for list building + AI personalization.
246
+ ## 13. Personas
417
247
 
418
- **Olivia Bennett, 45, London.** Agency founder running outbound for 12 clients. Workflow templates across clients.
248
+ No named or fictional personas are asserted. First-party positioning identifies GTM engineers and GTM leaders as the public audience for systems built from the five primitives; its examples span revenue-critical work such as RevOps, growth, customer success, and data-oriented operations. This is an audience boundary, not a substitute for Clay’s user research.
419
249
 
420
250
  ## 14. States
421
251
 
422
- | State | Treatment |
423
- |---|---|
424
- | **Empty (no workflows)** | Centered illustration + "Create your first workflow" CTA |
425
- | **Empty (no data in table)** | Inline "+ Add a column" / "+ Add a row" with playful arrows |
426
- | **Loading (enrichment)** | Per-cell spinner with elapsed time, cancellable |
427
- | **Loading (workflow run)** | Top-bar progress with step count |
428
- | **Error (provider failed)** | Cell shows red `#ef4444` border + tooltip with provider name |
429
- | **Error (rate limit)** | Banner with countdown to next-allowed time + upgrade CTA |
430
- | **Success (enrichment)** | Subtle green border pulse on cells, no toast |
431
- | **Success (workflow ran)** | Notification chip top-right, dismissible |
432
- | **Skeleton (table loading)** | Rotating skeleton cards (signature motion) |
433
- | **Disabled (preview-only)** | 0.6 opacity + lock icon overlay |
434
- | **Loading (AI generation)** | Per-row "AI is writing..." with cancel link |
252
+ No authenticated product, empty, loading, success, or error-state surface was captured. The only state evidence retained in §4 is the collector’s public-marketing pseudo-state snapshots for the header actions and the pricing select; it must not be extrapolated into application-state guidance.
435
253
 
436
254
  ## 15. Motion & Easing
437
255
 
438
- | Token | Value | Use |
439
- |---|---|---|
440
- | `motion-instant` | 0ms | Cell commit |
441
- | `motion-fast` | 200ms | Hover (slower for rotation effect) |
442
- | `motion-rotate` | 300ms | Card rotation on hover |
443
- | `motion-shadow-snap` | 100ms | Hard shadow pop-in |
444
- | `motion-standard` | 300ms | Modal, panel |
445
-
446
- Easings: `ease-rotate cubic-bezier(0.4, 0, 0.2, 1)`, slight overshoot. **Hover rotation is the signature** — never disable except under `prefers-reduced-motion: reduce`.
447
-
448
- ---
449
-
450
- **Verified:** 2026-05-08 (B1 loop)
451
- **Tier 1 sources:** clay.com (live DOM via playwright — Black `#000000` Primary 12px / 8×16 / 42px / 16px·500; content cards 16px radius)
452
- **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
453
- **Tier 1 (Philosophy):** clay.com homepage; founder LinkedIn / podcast appearances.
454
- **Style ref:** `stripe`. **Conflicts unresolved:** none.
256
+ The evidence bundle contains no observed interaction actions (`interactionCount: 0`) and no measured transition or easing values. Although pseudo-state snapshots exist for some public actions, no motion token, duration, or reduced-motion rule is established.