oh-my-design-cli 1.8.6 → 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 (275) 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 +2761 -85
  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/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,338 @@
1
+ ---
2
+ id: datarize
3
+ name: Datarize
4
+ display_name_kr: 데이터라이즈
5
+ country: KR
6
+ category: marketing
7
+ homepage: "https://www.datarize.ai"
8
+ primary_color: "#191919"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=datarize.ai&sz=128"
12
+ verified: "2026-07-13"
13
+ added: "2026-06-26"
14
+ omd: "0.1"
15
+ verification_v2:
16
+ schema: 2
17
+ checked: "2026-07-13"
18
+ surfaces:
19
+ - { id: home, kind: marketing, url: "https://www.datarize.ai/", inspected: "2026-07-13" }
20
+ - { id: blog, kind: editorial, url: "https://www.datarize.ai/blog/hidden_product", inspected: "2026-07-13" }
21
+ - { id: pricing, kind: pricing, url: "https://www.datarize.ai/pricing", inspected: "2026-07-13" }
22
+ sources:
23
+ - { id: home-live, kind: product-surface, url: "https://www.datarize.ai/", captured: "2026-07-13" }
24
+ - { id: blog-live, kind: product-surface, url: "https://www.datarize.ai/blog/hidden_product", captured: "2026-07-13" }
25
+ - { id: pricing-live, kind: product-surface, url: "https://www.datarize.ai/pricing", captured: "2026-07-13" }
26
+ - { id: about, kind: official-doc, url: "https://www.datarize.ai/en/about", captured: "2026-07-13" }
27
+ - { id: terms, kind: official-doc, url: "https://policy.datarize.ai/en/terms", captured: "2026-07-13" }
28
+ - { id: product-guide, kind: official-doc, url: "https://datarize.gitbook.io/docs/guide-en", captured: "2026-07-13" }
29
+ - { id: pretendard-project, kind: official-doc, url: "https://github.com/orioncactus/pretendard/blob/main/packages/pretendard/docs/en/README.md", captured: "2026-07-13" }
30
+ - { id: pretendard-license, kind: license, url: "https://github.com/orioncactus/pretendard/blob/main/LICENSE", captured: "2026-07-13" }
31
+ conflicts: []
32
+ claims:
33
+ "tokens.colors.action": &home { surface_id: home, source_id: home-live, method: live-inspect, captured: "2026-07-13" }
34
+ "tokens.colors.body": &blog { surface_id: blog, source_id: blog-live, method: live-inspect, captured: "2026-07-13" }
35
+ "tokens.colors.canvas": *home
36
+ "tokens.colors.hairline": *home
37
+ "tokens.colors.ink": *home
38
+ "tokens.colors.link": *home
39
+ "tokens.colors.surface": &pricing { surface_id: pricing, source_id: pricing-live, method: live-inspect, captured: "2026-07-13" }
40
+ "tokens.components.pricing-tab.bg": *pricing
41
+ "tokens.components.pricing-tab.fg": *pricing
42
+ "tokens.components.pricing-tab.font": *pricing
43
+ "tokens.components.pricing-tab.padding": *pricing
44
+ "tokens.components.pricing-tab.radius": *pricing
45
+ "tokens.components.pricing-tab.states": *pricing
46
+ "tokens.components.pricing-tab.type": *pricing
47
+ "tokens.components.pricing-tab.use": *pricing
48
+ "tokens.rounded.full": *home
49
+ "tokens.rounded.md": *home
50
+ "tokens.rounded.pill": *home
51
+ "tokens.rounded.sm": *home
52
+ "tokens.shadow.none": *home
53
+ "tokens.spacing.lg": *home
54
+ "tokens.spacing.md": *home
55
+ "tokens.spacing.section": *home
56
+ "tokens.spacing.sm": *home
57
+ "tokens.spacing.xl": *home
58
+ "tokens.spacing.xs": *home
59
+ "tokens.spacing.xxl": *home
60
+ "tokens.spacing.xxxl": *home
61
+ "tokens.typography.body.lineHeight": *blog
62
+ "tokens.typography.body.size": *blog
63
+ "tokens.typography.body.use": *blog
64
+ "tokens.typography.body.weight": *blog
65
+ "tokens.typography.cta.size": *home
66
+ "tokens.typography.cta.use": *home
67
+ "tokens.typography.cta.weight": *home
68
+ "tokens.typography.display-hero.lineHeight": *home
69
+ "tokens.typography.display-hero.size": *home
70
+ "tokens.typography.display-hero.tracking": *home
71
+ "tokens.typography.display-hero.use": *home
72
+ "tokens.typography.display-hero.weight": *home
73
+ "tokens.typography.family.marketing": *home
74
+ "tokens.typography.nav.lineHeight": *home
75
+ "tokens.typography.nav.size": *home
76
+ "tokens.typography.nav.use": *home
77
+ "tokens.typography.nav.weight": *home
78
+ "tokens.typography.section.lineHeight": *home
79
+ "tokens.typography.section.size": *home
80
+ "tokens.typography.section.tracking": *home
81
+ "tokens.typography.section.use": *home
82
+ "tokens.typography.section.weight": *home
83
+ tokens:
84
+ source: live-extract
85
+ extracted: "2026-07-13"
86
+ note: "July evidence covers Datarize-owned Korean marketing home, blog, and pricing surfaces at desktop. It does not cover the authenticated console, GitBook documentation chrome, or an official design system."
87
+ colors:
88
+ canvas: "#ffffff"
89
+ ink: "#191919"
90
+ action: "#111111"
91
+ body: "#5d6875"
92
+ link: "#007aff"
93
+ surface: "#f2f5fa"
94
+ hairline: "#e5e7eb"
95
+ typography:
96
+ family: { marketing: "Pretendard" }
97
+ display-hero: { size: 64, weight: 700, lineHeight: 83.2, tracking: -3.2, use: "Marketing homepage H1; loaded Pretendard Bold" }
98
+ section: { size: 44, weight: 600, lineHeight: 57.2, tracking: -0.05, use: "Marketing H2; loaded Pretendard SemiBold" }
99
+ body: { size: 16, weight: 400, lineHeight: 24, use: "Blog and pricing body copy; loaded Pretendard Regular" }
100
+ nav: { size: 15, weight: 500, lineHeight: 21, use: "Marketing navigation; loaded Pretendard Medium" }
101
+ cta: { size: 16, weight: 600, use: "Marketing CTA links; loaded Pretendard Variable" }
102
+ spacing: { xs: 6, sm: 8, md: 10, lg: 14, xl: 16, xxl: 20, xxxl: 24, section: 32 }
103
+ rounded: { sm: 8, md: 10, pill: 50, full: 999 }
104
+ shadow:
105
+ none: "none"
106
+ components_harvested: true
107
+ components:
108
+ pricing-tab: { type: tab, bg: "#ffffff", fg: "#191919", radius: "999px", padding: "8px 16px", font: "12px / 400 Pretendard", states: "selected and alternate selection captured after tab interaction", use: "Observed selected pricing tab on the public pricing surface" }
109
+ ---
110
+
111
+ # Design System Inspiration of Datarize
112
+
113
+ ## 1. Visual Theme & Atmosphere
114
+
115
+ Datarize is an e-commerce growth and CRM platform: its official site presents AI that turns customer behavior into analysis, campaign action, and revenue growth. The current public story is broader than a single campaign tool—Audience, on-site banners, email, analytics, and metrics sit in its product navigation—while its guide describes the operational sequence from store data collection to campaign execution. The company frames that as “Autonomous Marketing Intelligence,” a current international-facing expression alongside its Korean marketing surfaces.
116
+
117
+ On the supplied July desktop capture, the Korean marketing home, blog route, and pricing page are restrained rather than dashboard-like: white is the canvas (`#ffffff`), with near-black `#191919` carrying most visible text and a smaller `#111111` action treatment. The most repeatable contrast is structural, not decorative—white and near-black CTA pills, an outlined alternate action, and a pale `#f2f5fa` pricing tab group. A medium blue `#007aff` appears as a home-page text-link accent, while `#5d6875` is the most frequently observed supporting copy color. This document intentionally does not carry forward prior lime, yellow, royal-blue, or large-card claims: they were not observed in the July evidence bundle.
118
+
119
+ The recognizable typography is a Korean marketing stack built from loaded Pretendard faces: Bold sets a 64px hero, SemiBold sets 44px section headings, and Regular/Medium handle body and navigation. The evidence supports this for the captured marketing surfaces only. The authenticated console, linked GitBook documentation chrome, and any separate product UI system were not captured, so this is not a statement that one visual system governs every Datarize surface.
120
+
121
+ **Key Characteristics:**
122
+
123
+ - White canvas (`#ffffff`) with near-black `#191919` marketing text
124
+ - `#111111` and `#191919` pill CTAs; `#111111` also appears as the outlined CTA ink
125
+ - Loaded Pretendard variants on the captured marketing surfaces
126
+ - `#007aff` home-page text-link accent and `#5d6875` supporting copy
127
+ - 8px / 10px small corners and 50px / 100px / 999px pill geometry
128
+ - Flat observed controls (`box-shadow: none`); no general elevation scale is claimed
129
+
130
+ ## 2. Color Palette & Roles
131
+
132
+ ### Observed Marketing Colors
133
+
134
+ - **Canvas** (`#ffffff`): Captured page and selected-tab background.
135
+ - **Marketing Ink** (`#191919`): Dominant text/border value across the three captured surfaces; also the fill of a shared 50px CTA link.
136
+ - **Action Ink** (`#111111`): Captured 50px home CTA fill and the text/border of outline CTA links.
137
+ - **Supporting Slate** (`#5d6875`): Frequently captured supporting text, including pricing content.
138
+ - **Text-link Blue** (`#007aff`): Home-only text-link accent in the supplied bundle.
139
+ - **Pale Surface** (`#f2f5fa`): Observed as the pricing tab-group background; it is not promoted to a general card token.
140
+ - **Hairline** (`#e5e7eb`): Observed on home testimonial-navigation buttons.
141
+
142
+ ### Boundary
143
+
144
+ `#f9ff91`, `#f7ff91`, `#ffef42`, and `#466cf3` appeared in the previous reference but were not present in the July raw color observations. They are therefore absent from the canonical palette and tokens rather than treated as a current brand fact.
145
+
146
+ ## 3. Typography Rules
147
+
148
+ ### Evidence classes
149
+
150
+ - **Live marketing-surface use:** the July bundle records loaded `Pretendard Regular` (177 visible uses), `Pretendard Medium` (85), `Pretendard SemiBold` (58), `Pretendard Variable` (13, with 92 jsDelivr source URLs), and `Pretendard Bold` (3). These faces support the named typography entries below.
151
+ - **Live but not promoted:** the literal computed family `Pretendard` occurs without a matching loaded face (21 uses), and `Inter` has one loaded visible use without a source URL. Neither becomes a general Datarize family token.
152
+ - **Declared-only:** `Fragment Mono`, `Inter Placeholder`, and several Pretendard placeholder/weight declarations have zero visible use. They are not design tokens.
153
+ - **Official distributed font asset and license:** Pretendard’s own repository documents web distribution and SIL Open Font License 1.1. This corroborates the captured webfont source and licensing boundary; it is not an official Datarize typography guideline.
154
+ - **Product/console boundary:** Datarize’s terms identify `console.datarize.ai` as the service page, but it was not captured. No font claim here is generalized to that product surface.
155
+
156
+ ### Captured hierarchy
157
+
158
+ | Role | Family evidence | Size | Weight | Line height | Tracking | Captured context |
159
+ |---|---|---:|---:|---:|---:|---|
160
+ | Marketing hero | Pretendard Bold, loaded | 64px | 700 | 83.2px | -3.2px | Homepage H1 |
161
+ | Section heading | Pretendard SemiBold, loaded | 44px | 600 | 57.2px | -0.05px | Homepage H2 |
162
+ | Supporting heading | Pretendard SemiBold, loaded | 24px | 600 | 33.6px | -1.2px | Captured marketing heading |
163
+ | Body | Pretendard Regular, loaded | 16px | 400 | 24px | normal | Blog/pricing body copy |
164
+ | Navigation | Pretendard Medium, loaded | 15px | 500 | 21px | normal | Shared marketing navigation |
165
+ | CTA | Pretendard Variable, loaded | 16px | 600 | normal | normal | Home/pricing CTA links |
166
+
167
+ ## 4. Component Stylings
168
+
169
+ ### Marketing CTA links
170
+
171
+ **Action ink pill**
172
+
173
+ - Background: `#111111`
174
+ - Text: `#ffffff`
175
+ - Border: 0px solid `#ffffff`
176
+ - Radius: 50px
177
+ - Padding: 14px 24px
178
+ - Font: 16px / 600 / Pretendard Variable
179
+ - Height: 47px
180
+ - Use: Homepage anchor; evidence `home::[data-omd-capture="11"]` on the marketing home.
181
+
182
+ **Shared ink pill**
183
+
184
+ - Background: `#191919`
185
+ - Text: `#ffffff`
186
+ - Border: 0px solid `#ffffff`
187
+ - Radius: 50px
188
+ - Padding: 14px 24px
189
+ - Font: 15px / 600 / Pretendard Variable
190
+ - Height: 46px
191
+ - Use: Shared marketing anchor; evidence `home::[data-omd-capture="10"]`, `surface-2::[data-omd-capture="10"]`, and `surface-3::[data-omd-capture="10"]`.
192
+
193
+ **Outline pill**
194
+
195
+ - Background: transparent
196
+ - Text: `#111111`
197
+ - Border: 1px solid `#111111`
198
+ - Radius: 100px
199
+ - Padding: 14px 24px
200
+ - Font: 16px / 600 / Pretendard Variable
201
+ - Height: 49px
202
+ - Use: Marketing anchor; evidence `home::[data-omd-capture="12"]` and `surface-3::[data-omd-capture="16"]`.
203
+
204
+ ### Header and navigation controls
205
+
206
+ **Locale control**
207
+
208
+ - Background: transparent
209
+ - Text: `#191919`
210
+ - Border: 1px solid transparent
211
+ - Radius: 8px
212
+ - Padding: 10px 12px
213
+ - Font: 15px / 500 / Pretendard Variable
214
+ - Height: 40px
215
+ - Use: Shared header button; evidence `home::[data-omd-capture="8"]`, also captured on blog and pricing.
216
+
217
+ **Testimonial navigation button**
218
+
219
+ - Background: transparent
220
+ - Text: `#000000`
221
+ - Border: 1px solid `#e5e7eb`
222
+ - Radius: 8px
223
+ - Padding: 1px 6px
224
+ - Height: 48px
225
+ - Use: Unlabeled home navigation button; evidence `home::[data-omd-capture="18"]` and `home::[data-omd-capture="19"]`.
226
+
227
+ ### Pricing selection
228
+
229
+ **Pricing tab**
230
+
231
+ - Background: `#ffffff`
232
+ - Text: `#191919`
233
+ - Radius: 999px
234
+ - Padding: 8px 16px
235
+ - Font: 12px / 400 / Pretendard
236
+ - Height: 34px
237
+ - Use: Selected pricing tab; evidence `surface-3::[data-omd-capture="11"]`, `aria-selected="true"`.
238
+ - Selected: The two other captured tabs were transparent before interaction and became `#ffffff` after the recorded tab interactions; evidence `surface-3::[data-omd-capture="12"]` / `tab-0-0` and `surface-3::[data-omd-capture="13"]` / `tab-1-0`.
239
+
240
+ **Tab group**
241
+
242
+ - Background: `#f2f5fa`
243
+ - Border: 1px solid rgba(25, 25, 25, 0.1)
244
+ - Radius: 999px
245
+ - Padding: 5px
246
+ - Height: 46px
247
+ - Use: Pricing tablist; evidence `surface-3::div[role="tablist"]`.
248
+
249
+ ### Form boundary
250
+
251
+ The supplied blog capture records an email input and a `form-error` interaction, but captures no distinct error style or message. Its visible field is transparent, borderless, `#000000`, 15px / 400 Pretendard Regular (`surface-2::[data-omd-capture="15"]`). No error variant is specified.
252
+
253
+ ---
254
+ **Verified:** 2026-07-13
255
+ **Tier 1 sources:** https://www.datarize.ai/ (captured Korean marketing home), https://www.datarize.ai/blog/hidden_product (captured brand blog route), https://www.datarize.ai/pricing (captured pricing surface); https://www.datarize.ai/en/, https://www.datarize.ai/en/about, https://policy.datarize.ai/en/terms, https://datarize.gitbook.io/docs/guide-en (official context only)
256
+ **Tier 2 sources:** https://getdesign.md/datarize (attempted; no accessible entry evidence), https://styles.refero.design/?q=datarize (attempted; no accessible result evidence)
257
+ **Conflicts unresolved:** none
258
+
259
+ ## 5. Layout Principles
260
+
261
+ The current evidence is desktop-only (1440×900) and does not justify a responsive grid specification. The repeatable layout signals are a shared 40px header control, 50px/100px CTA pills, and a compact pricing tablist (46px outer height, 5px padding) that houses 34px tabs. The extracted spacing clusters include 6, 8, 10, 14, 16, 20, 24, and 32px; they are recorded as observed values, not a published spacing scale.
262
+
263
+ ## 6. Depth & Elevation
264
+
265
+ Captured component styles use `box-shadow: none`. Controls separate through ink/white contrast, an outline border, or a pale tablist surface. The bundle does not establish a site-wide card or elevation system.
266
+
267
+ ## 7. Do's and Don'ts
268
+
269
+ ### Do
270
+
271
+ - Use the captured Pretendard hierarchy when recreating the observed marketing surface.
272
+ - Keep a single dark pill or outline pill as the dominant CTA treatment.
273
+ - Use white, `#191919`, and `#111111` as the primary structural contrast.
274
+ - Treat `#007aff` as a home-page text-link accent, not a universal action color.
275
+ - Preserve the selected/unselected pricing-tab contrast only where that tab interaction is present.
276
+
277
+ ### Don't
278
+
279
+ - Reintroduce the previous lime/yellow/royal-blue palette as a current Datarize token without new live evidence.
280
+ - Present the captured marketing components as the authenticated console or GitBook documentation system.
281
+ - Add a pricing tab state beyond the transparent default and white selected state that were observed.
282
+ - Invent an email-error visual treatment from the captured form-error event.
283
+
284
+ ## 8. Responsive Behavior
285
+
286
+ No responsive behavior is specified from this evidence. The capture viewport is 1440×900 only; mobile breakpoints, stacking rules, and touch-target adaptations require a separate observed source.
287
+
288
+ ## 9. Agent Prompt Guide
289
+
290
+ For the captured marketing surface, start with a white canvas and `#191919` type. Use loaded Pretendard hierarchy—64px / 700 marketing hero, 44px / 600 section heading, 16px / 400 body—and choose one 50px dark CTA pill or one 100px outline CTA. A pricing selector may use a `#f2f5fa` 999px tablist with a white selected 34px tab. Do not add lime blobs, generic dashboard cards, product-console components, or undocumented interaction states.
291
+
292
+ ## 10. Voice & Tone
293
+
294
+ The official English home leads with “Behavior Captured. Growth Automated.” and describes a flow from data to insight to action. The About page states a mission of empowering e-commerce growth with autonomous marketing intelligence. The resulting public voice is direct, operational, and outcome-oriented: behavior and data are the inputs; campaign action and growth are the intended outcomes.
295
+
296
+ | Context | Observed voice |
297
+ |---|---|
298
+ | Brand proposition | “Behavior Captured. Growth Automated.” |
299
+ | Product explanation | Data to insight to action in one flow |
300
+ | Mission | E-commerce growth through autonomous marketing intelligence |
301
+
302
+ ### Do
303
+
304
+ - Lead with a concrete behavior, campaign, or growth outcome.
305
+ - Explain the connection from data to action in plain operator language.
306
+
307
+ ### Don't
308
+
309
+ - Attribute unverified product promises, metrics, or customer stories to Datarize.
310
+ - Treat external marketing copy as console UI microcopy.
311
+
312
+ ## 11. Brand Narrative
313
+
314
+ Datarize describes itself as an e-commerce growth platform built around behavior data. Its About page says the company began from the question of how many e-commerce brands make full use of their data, and explains its approach as following signals such as clicks, scrolls, and pauses across a customer journey. The official guide grounds that story operationally: stores collect data, profile behavior, run on-site or message campaigns, and monitor analytics.
315
+
316
+ The current public evolution is visible in Datarize’s English-facing language, “Autonomous Marketing Intelligence,” and in its product navigation for Audience, on-site banners, emails, metrics, and analytics. This reference records the Korean public marketing styling separately from that narrative and does not infer the styling of the authenticated console from either the English marketing pages or the GitBook guide.
317
+
318
+ ## 12. Principles
319
+
320
+ 1. **Turn behavior into action.** The official home and guide connect customer signals to campaigns and analytics. *UI implication:* make the transition from an observed signal to the next action legible.
321
+ 2. **Keep the growth loop operational.** Audience, on-site campaign, message campaign, and analytics are explicitly documented product areas. *UI implication:* distinguish these jobs rather than collapsing them into a generic “AI dashboard.”
322
+ 3. **Make the marketing surface decisive.** Captured marketing CTAs use a small set of dark-pill and outline treatments. *UI implication:* avoid competing action colors on a page modeled from this evidence.
323
+
324
+ ## 13. Personas
325
+
326
+ The official sources identify stakeholder groups but do not publish named user personas. The following non-fictional roles are scope labels, not invented people or research findings:
327
+
328
+ - **E-commerce store operator:** registers a store, completes installation, and receives data/campaign capabilities through Datarize’s documented onboarding.
329
+ - **CRM or growth marketer:** creates audiences and operates on-site or message campaigns using customer-behavior data.
330
+ - **Platform administrator:** manages store, user, payment, and integration settings documented in the guide.
331
+
332
+ ## 14. States
333
+
334
+ Only two public interaction facts were captured: the blog route emitted a `form-error` event for its email form, and pricing tabs expose default versus selected states. No visible error copy, loading treatment, success confirmation, disabled control, toast, or product-console state was captured. Those unobserved states are intentionally unspecified.
335
+
336
+ ## 15. Motion & Easing
337
+
338
+ No motion durations, easing curves, or reduced-motion behavior were measured in the supplied evidence or found in an official public design-system source. Motion is intentionally unspecified.