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
@@ -5,447 +5,334 @@ display_name_kr: 데이터라이즈
5
5
  country: KR
6
6
  category: marketing
7
7
  homepage: "https://www.datarize.ai"
8
- primary_color: "#f9ff91"
8
+ primary_color: "#191919"
9
9
  logo:
10
10
  type: favicon
11
11
  slug: "https://www.google.com/s2/favicons?domain=datarize.ai&sz=128"
12
- verified: "2026-06-26"
12
+ verified: "2026-07-13"
13
13
  added: "2026-06-26"
14
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
15
83
  tokens:
16
84
  source: live-extract
17
- extracted: "2026-06-26"
18
- note: "Signature = neon lime highlight (#f9ff91) used as decorative blobs and status pills; action color = near-black ink pill (#111111). Blue (#466cf3) and iOS-blue (#007aff) are secondary accents. Shadowless flat system on white."
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."
19
87
  colors:
20
- lime: "#f9ff91"
21
- lime-alt: "#f7ff91"
22
- yellow: "#ffef42"
23
- blue: "#466cf3"
24
- link: "#007aff"
25
- ink: "#111111"
26
- ink-soft: "#181818"
27
- heading: "#191919"
28
- body: "#46484d"
29
- muted: "#555555"
30
- faint: "#aeb2ba"
31
88
  canvas: "#ffffff"
89
+ ink: "#191919"
90
+ action: "#111111"
91
+ body: "#5d6875"
92
+ link: "#007aff"
32
93
  surface: "#f2f5fa"
33
- surface-alt: "#fafafa"
34
94
  hairline: "#e5e7eb"
35
- ink-pure: "#000000"
36
95
  typography:
37
- family: { sans: "Pretendard" }
38
- display-hero: { size: 64, weight: 700, use: "Hero headline, Pretendard Bold" }
39
- section: { size: 44, weight: 600, use: "Section titles, Pretendard SemiBold" }
40
- feature: { size: 22, weight: 600, use: "Feature / card heads" }
41
- body: { size: 15, weight: 400, use: "Body and inline link text, Pretendard" }
42
- button: { size: 16, weight: 600, use: "CTA button label" }
43
- caption: { size: 12, weight: 400, use: "Badge / meta labels" }
44
- spacing: { xs: 6, sm: 10, md: 12, base: 14, lg: 16, xl: 24, xxl: 32, section: 56 }
45
- rounded: { sm: 8, md: 14, lg: 16, pill: 50, full: 999 }
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 }
46
104
  shadow:
47
105
  none: "none"
48
- components:
49
- cta-primary: { type: button, bg: "#111111", fg: "#ffffff", radius: "50px", padding: "14px 24px", font: "16px / 600 Pretendard", use: "Primary CTA 무료로 시작하기 — near-black pill" }
50
- cta-outline: { type: button, fg: "#111111", border: "1px solid #111111", radius: "100px", padding: "14px 24px", font: "16px / 600 Pretendard", use: "Secondary CTA 도입 문의하기 — outline pill" }
51
- dark-chip: { type: button, bg: "#181818", fg: "#ffffff", radius: "100px", padding: "12px 24px", font: "15px / 400 Pretendard", use: "Inline dark info pill 데이터라이즈 AI 자세히 보기" }
52
- lang-button: { type: button, fg: "#111111", radius: "8px", padding: "10px 12px", font: "15px / 500 Pretendard", use: "Header language switcher — ghost" }
53
- badge-lime: { type: badge, bg: "#f7ff91", fg: "#000000", radius: "999px", padding: "6px 16px", font: "12px / 400 Pretendard", use: "Neon lime status pill 매월 업데이트" }
54
- stat-card: { type: card, bg: "#f2f5fa", fg: "#111111", radius: "14px", padding: "32px 56px", use: "Tinted stat / feature card on white" }
55
- feature-tab: { type: tab, active: "text #111111", disabled: "#aeb2ba label", font: "22px / 600 Pretendard", use: "Feature section segmented heads — active ink, inactive faint" }
56
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" }
57
109
  ---
58
110
 
59
111
  # Design System Inspiration of Datarize
60
112
 
61
113
  ## 1. Visual Theme & Atmosphere
62
114
 
63
- Datarize (데이터라이즈) is a Korean e-commerce AI marketing-automation platform, and its site reads like a confident, product-led B2B SaaS that refuses to look like enterprise software. The canvas is pure white (`#ffffff`), broken up by cool-grey tinted panels (`#f2f5fa`) and a quieter alternate grey (`#fafafa`) on the pricing surface, so content sits in calm, airy bands. Text is set in near-black inksa hero-weight `#191919`, a dark-section `#181818`, and an action-grade `#111111` never pure black for running copy, which keeps the page feeling engineered rather than harsh. The defining move is the brand's signature **neon lime** (`#f9ff91`): big soft chartreuse blobs float behind the hero like highlighter ink, and the same lime (`#f7ff91`) returns as small rounded status pills. A more saturated yellow (`#ffef42`) appears in the gradient blobs, and two blues — a punchy royal `#466cf3` and an iOS-style `#007aff` handle decorative icon fills and inline "learn more →" links respectively.
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 navigationwhile 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.
64
116
 
65
- The typographic personality is unmistakably Korean-product: everything is **Pretendard**, the de-facto hangul UI font, run across three weights. Headlines hit hard a 64px Pretendard Bold (700) hero, 44px SemiBold (600) section titles, and 22px (600) feature heads while body and links drop to a quiet 15px / weight 400 in `#46484d`. Secondary copy steps down through `#555555` to a faint `#aeb2ba` that Datarize uses deliberately for the *inactive* item in its feature carousels, so the active head reads in ink and the rest recede. This single-family, multi-weight discipline is the system's backbone: weight does the hierarchy work, not extra typefaces.
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.
66
118
 
67
- What distinguishes Datarize from its fintech-adjacent peers is restraint with depth paired with boldness in shape. Live inspection found `box-shadow: none` across the hero, nav, CTAs, and cards separation comes entirely from flat tinted surfaces (`#f2f5fa`) and thin `#e5e7eb` hairlines, never elevation. Geometry, by contrast, leans all the way into the pill: the primary CTA is a near-black `#111111` capsule at 50px radius, the outline CTA rounds to 100px, lime badges go to 999px, and only structural cards hold a calmer 14–16px corner. The result is a flat, fast, neon-accented marketing site that signals "data product, not legacy dashboard."
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.
68
120
 
69
121
  **Key Characteristics:**
70
- - Neon lime (`#f9ff91` / `#f7ff91`) as the signature accent — decorative blobs + rounded status pills
71
- - Near-black action ink (`#111111`) for the primary CTA, distinct from heading inks `#181818` / `#191919`
72
- - Pretendard everywhere, three weights 700 hero, 600 section, 400 body
73
- - Pure-white canvas (`#ffffff`) segmented by cool-grey tints (`#f2f5fa`, `#fafafa`)
74
- - Flat depth: `box-shadow: none`; `#e5e7eb` hairlines do the dividing
75
- - Pill-forward geometry 50px primary, 100px outline, 999px badges, 14–16px cards
76
- - Faint grey (`#aeb2ba`) reserved for inactive carousel heads; body ink steps `#46484d` `#555555`
77
- - Secondary accents: royal blue `#466cf3` (icon fills), iOS blue `#007aff` (inline text links), saturated yellow `#ffef42` (gradient blobs); pure black `#000000` only as label text on lime
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
78
129
 
79
130
  ## 2. Color Palette & Roles
80
131
 
81
- ### Signature & Accent
82
- - **Datarize Lime** (`#f9ff91`): The brand signature — soft neon chartreuse used for the large decorative hero blobs and as the highlight identity color.
83
- - **Lime Alt** (`#f7ff91`): A near-identical lime used on rounded status pills ("매월 업데이트") and secondary blobs.
84
- - **Saturated Yellow** (`#ffef42`): A punchier yellow that appears inside the gradient decorative circles for warmth and depth.
85
- - **Royal Blue** (`#466cf3`): Secondary accent for small icon fills and decorative blocks.
86
- - **Link Blue** (`#007aff`): iOS-style blue reserved for inline "→ 알아보기" text links.
87
-
88
- ### Ink & Neutral
89
- - **Heading Ink** (`#191919`): The hero H1 and several H2 titles — a near-black with a hair of warmth.
90
- - **Dark Ink** (`#181818`): Dark section backgrounds, the inline info chip, and blog headings.
91
- - **Action Ink** (`#111111`): The primary CTA fill and active feature-head text — the darkest functional ink.
92
- - **Pure Black** (`#000000`): Used narrowly as label text on the lime status pills for maximum contrast.
93
-
94
- ### Text Hierarchy
95
- - **Body Slate** (`#46484d`): Standard body copy and descriptions.
96
- - **Muted Slate** (`#555555`): Secondary text and captions.
97
- - **Faint Blue-Grey** (`#aeb2ba`): Inactive feature-carousel heads, placeholders, lowest-emphasis labels.
98
-
99
- ### Surface & Border
100
- - **Pure White** (`#ffffff`): Page background, white cards, and text on dark/lime fills.
101
- - **Surface Grey** (`#f2f5fa`): The workhorse tinted card and stat-panel surface.
102
- - **Surface Alt** (`#fafafa`): A lighter grey surface used on the pricing page.
103
- - **Hairline** (`#e5e7eb`): Thin borders for nav buttons, dividers, and card outlines — the primary separation device in this shadowless system.
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.
104
145
 
105
146
  ## 3. Typography Rules
106
147
 
107
- ### Font Family
108
- - **Primary**: `Pretendard` (Pretendard Variable / Bold / SemiBold / Regular) — the single family across the entire site, optimized for dense hangul legibility.
148
+ ### Evidence classes
109
149
 
110
- ### Hierarchy
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.
111
155
 
112
- | Role | Font | Size | Weight | Notes |
113
- |------|------|------|--------|-------|
114
- | Display Hero | Pretendard Bold | 64px (4.00rem) | 700 | Homepage H1, `#191919` |
115
- | Blog Hero | Pretendard Bold | 54px (3.38rem) | 700 | Blog index H1, `#181818` |
116
- | Section Heading | Pretendard SemiBold | 44px (2.75rem) | 600 | Section titles `#181818` / `#191919` |
117
- | Feature Head | Pretendard | 22px (1.38rem) | 600–700 | Carousel/card heads; active `#111111`, inactive `#aeb2ba` |
118
- | Button | Pretendard | 16px (1.00rem) | 600 | Primary / outline CTA labels |
119
- | Body | Pretendard | 15px (0.94rem) | 400 | Standard reading text + inline links |
120
- | Caption / Badge | Pretendard | 12px (0.75rem) | 400 | Lime pill labels, meta |
156
+ ### Captured hierarchy
121
157
 
122
- ### Principles
123
- - **One family, weight-driven hierarchy**: Pretendard carries everything; the jump from 700 hero to 600 section to 400 body is the primary signal — no second typeface.
124
- - **Bold display, quiet body**: Headlines are large and heavy (64px / 700); paragraphs and links stay calm at 15px / 400.
125
- - **Faint as a state, not a color**: `#aeb2ba` is used intentionally to dim *inactive* carousel heads so the active one reads in ink.
126
- - **Hangul-first sizing**: Body sits at 15px generous for hangul, dense enough for information-rich B2B copy.
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 |
127
166
 
128
167
  ## 4. Component Stylings
129
168
 
130
- ### Buttons
169
+ ### Marketing CTA links
170
+
171
+ **Action ink pill**
131
172
 
132
- **Primary CTA (무료로 시작하기)**
133
173
  - Background: `#111111`
134
174
  - Text: `#ffffff`
175
+ - Border: 0px solid `#ffffff`
135
176
  - Radius: 50px
136
177
  - Padding: 14px 24px
137
- - Font: 16px / 600 / Pretendard
178
+ - Font: 16px / 600 / Pretendard Variable
138
179
  - Height: 47px
139
- - Use: Primary call-to-action near-black pill, the single "do this" action
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**
140
194
 
141
- **Outline CTA (도입 문의하기)**
142
195
  - Background: transparent
143
196
  - Text: `#111111`
144
197
  - Border: 1px solid `#111111`
145
198
  - Radius: 100px
146
199
  - Padding: 14px 24px
147
- - Font: 16px / 600 / Pretendard
200
+ - Font: 16px / 600 / Pretendard Variable
148
201
  - Height: 49px
149
- - Use: Secondary action paired beside the primary CTA
202
+ - Use: Marketing anchor; evidence `home::[data-omd-capture="12"]` and `surface-3::[data-omd-capture="16"]`.
150
203
 
151
- **Dark Info Chip (데이터라이즈 AI 자세히 보기)**
152
- - Background: `#181818`
153
- - Text: `#ffffff`
154
- - Radius: 100px
155
- - Padding: 12px 24px
156
- - Height: 46px
157
- - Use: Inline dark pill linking into deeper product/AI content
204
+ ### Header and navigation controls
205
+
206
+ **Locale control**
158
207
 
159
- **Language Switcher (한국어)**
160
208
  - Background: transparent
161
- - Text: `#111111`
209
+ - Text: `#191919`
162
210
  - Border: 1px solid transparent
163
211
  - Radius: 8px
164
212
  - Padding: 10px 12px
165
- - Font: 15px / 500 / Pretendard
213
+ - Font: 15px / 500 / Pretendard Variable
166
214
  - Height: 40px
167
- - Use: Header ghost button for locale switching
215
+ - Use: Shared header button; evidence `home::[data-omd-capture="8"]`, also captured on blog and pricing.
216
+
217
+ **Testimonial navigation button**
168
218
 
169
- **Testimonial Nav**
170
219
  - Background: transparent
220
+ - Text: `#000000`
171
221
  - Border: 1px solid `#e5e7eb`
172
222
  - Radius: 8px
173
- - Use: Prev/next arrows on the testimonial carousel
174
-
175
- ### Cards & Containers
176
-
177
- **Tinted Stat Card**
178
- - Background: `#f2f5fa`
179
- - Text: `#111111`
180
- - Radius: 14px
181
- - Padding: 32px 56px
182
- - Use: Stat panels ("3,845% 평균 ROAS") and feature blocks on white — no shadow
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"]`.
183
226
 
184
- **Pricing Card**
185
- - Background: `#fafafa`
186
- - Radius: 16px
187
- - Use: Plan cards on the pricing surface
227
+ ### Pricing selection
188
228
 
189
- ### Badges
229
+ **Pricing tab**
190
230
 
191
- **Lime Status Pill (매월 업데이트)**
192
- - Background: `#f7ff91`
193
- - Text: `#000000`
231
+ - Background: `#ffffff`
232
+ - Text: `#191919`
194
233
  - Radius: 999px
195
- - Padding: 6px 16px
234
+ - Padding: 8px 16px
196
235
  - Font: 12px / 400 / Pretendard
197
- - Height: 36px
198
- - Use: Small neon status / freshness tag — the signature accent in pill form
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`.
199
239
 
200
- ### Tabs
240
+ **Tab group**
201
241
 
202
- **Feature Carousel Head**
203
- - Active: `#111111` text
204
- - Inactive: `#aeb2ba` text
205
- - Font: 22px / 600 / Pretendard
206
- - Use: Segmented feature heads ("질문 하나로 시작하는 CRM" active, others faint)
207
-
208
- ### Inputs
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"]`.
209
248
 
210
- **Minimal Field (검색 / Email)**
211
- - Background: transparent
212
- - Text: `#000000`
213
- - Font: 15px / 400 / Pretendard Regular
214
- - Use: Borderless search and newsletter email inputs on the blog — underline-free, relies on surrounding container
249
+ ### Form boundary
215
250
 
216
- ### Navigation
217
- - Background: `#ffffff`
218
- - Text: `#111111`
219
- - Font: 15px / Pretendard
220
- - Use: Top horizontal nav (Why Datarize / AI / 제품 / 고객 사례 / 리소스 / 가격 정책 / 도입 문의)
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.
221
252
 
222
253
  ---
223
-
224
- **Verified:** 2026-06-26 (omd:add-reference CREATE Tier 1 live inspect, 3 surfaces)
225
- **Tier 1 sources:** https://www.datarize.ai, https://www.datarize.ai/blog, https://www.datarize.ai/pricing
226
- **Tier 2 sources:** getdesign.md/datarize — no entry ("No design"); styles.refero.design/?q=datarize — no datarize result
227
- **Conflicts unresolved:** none (KR brand — Tier 2 catalogs do not cover Datarize; Tier 1 live DOM carries all values)
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
228
258
 
229
259
  ## 5. Layout Principles
230
260
 
231
- ### Spacing System
232
- - Base unit: ~from 6px → section 56px
233
- - Scale: 6px, 10px, 12px, 14px, 16px, 24px, 32px, 56px
234
- - Notable: CTA padding lands at 14px 24px; stat cards use a generous 32px 56px internal padding
235
-
236
- ### Grid & Container
237
- - Centered single-column hero with the 64px Pretendard Bold headline as the anchor, floated over soft lime blobs
238
- - Feature sections use a segmented head pattern: one active head in ink, the rest faint, with a synced visual panel
239
- - Stat/feature cards sit on `#f2f5fa` tinted surfaces with 14px radius
240
- - Pricing page switches to a lighter `#fafafa` ground with 16px plan cards
241
-
242
- ### Whitespace Philosophy
243
- - **Airy bands over density**: full-width white and tinted-grey sections alternate to give the data-heavy product room to breathe.
244
- - **Flat segmentation**: sections separate by background tint (`#f2f5fa` vs `#ffffff`) and `#e5e7eb` hairlines, not by shadow.
245
- - **Highlighter accents**: the lime blobs act like marker strokes — emphasis through a signature color rather than boxes or rules.
246
-
247
- ### Border Radius Scale
248
- - Small (8px): ghost buttons, nav controls
249
- - Medium (14px): stat / feature cards — the workhorse
250
- - Large (16px): pricing cards, larger containers
251
- - Pill (50px / 100px): primary and outline CTAs
252
- - Full (999px): lime badges, fully-round pills
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.
253
262
 
254
263
  ## 6. Depth & Elevation
255
264
 
256
- | Level | Treatment | Use |
257
- |-------|-----------|-----|
258
- | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
259
- | Tint (Level 1) | `#f2f5fa` / `#fafafa` background shift | Card and section separation without elevation |
260
- | Hairline (Level 2) | `1px solid #e5e7eb` border | Nav button outlines, dividers |
261
-
262
- **Shadow Philosophy**: Datarize is a near-shadowless system. Live inspection returned `box-shadow: none` across the hero, nav, CTAs, stat cards, and badges. Depth and grouping are communicated entirely through flat tinted surfaces (`#f2f5fa`) and thin `#e5e7eb` hairlines. Emphasis is delivered by color — the neon lime (`#f9ff91`) blobs and the near-black `#111111` pill — never by elevation. This keeps the marketing UI feeling fast, modern, and product-native rather than like a legacy dashboard with stacked cards.
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.
263
266
 
264
267
  ## 7. Do's and Don'ts
265
268
 
266
269
  ### Do
267
- - Use Pretendard for everything, leaning on weight (700 / 600 / 400) for hierarchy
268
- - Reserve the neon lime (`#f9ff91` / `#f7ff91`) for decorative blobs and small status pills — keep it the signature
269
- - Use the near-black `#111111` pill as the single primary action color
270
- - Use near-black inks (`#191919` / `#181818` / `#111111`) for text instead of pure black for running copy
271
- - Separate sections with flat tints (`#f2f5fa`, `#fafafa`) and `#e5e7eb` hairlines, not shadows
272
- - Lean into pill geometry — 50px primary, 100px outline, 999px badges
273
- - Dim inactive carousel heads to `#aeb2ba` so the active head reads in ink
274
- - Keep `#007aff` for inline "→ 알아보기" text links, distinct from the royal `#466cf3` icon blue
275
270
 
276
- ### Don't
277
- - Use drop shadows for elevation Datarize is a flat, shadow-free system
278
- - Spread the lime across large fills or many elements — it works as an accent/blob, not a body color
279
- - Use pure black (`#000000`) for paragraphs reserve it for label text on lime
280
- - Set the primary CTA in any color but the near-black `#111111` pill
281
- - Introduce a second display typeface — Pretendard carries all weights
282
- - Use sharp/square corners on CTAs or badges — interactive chrome is pill-shaped
283
- - Mix the two blues randomly — `#466cf3` is for icon fills, `#007aff` is for inline links
284
- - Add positive emphasis with weight under 600 on headlines — display is always bold
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.
285
276
 
286
- ## 8. Responsive Behavior
287
-
288
- ### Breakpoints
289
- | Name | Width | Key Changes |
290
- |------|-------|-------------|
291
- | Mobile | <640px | Single column, hero headline compresses, CTAs stack, blobs scale down |
292
- | Tablet | 640-1024px | Moderate padding, 2-up feature/stat cards |
293
- | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature bands |
277
+ ### Don't
294
278
 
295
- ### Touch Targets
296
- - Primary CTA at ~47px height, full pill an unmistakable target
297
- - Outline CTA at ~49px height with 14px 24px padding
298
- - Language switcher at 40px height; testimonial nav arrows at comfortable hit area
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.
299
283
 
300
- ### Collapsing Strategy
301
- - Hero: 64px Pretendard Bold headline scales down on mobile, weight 700 maintained
302
- - Feature carousel: segmented heads stack; active/inactive ink contrast preserved
303
- - Stat/feature cards: multi-column → stacked single column
304
- - Tinted/white alternating bands maintain full-width treatment
284
+ ## 8. Responsive Behavior
305
285
 
306
- ### Image Behavior
307
- - Product screenshots and the lime decorative blobs carry no shadow at any size, consistent with the flat system
308
- - Cards hold 14–16px radius across breakpoints
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.
309
287
 
310
288
  ## 9. Agent Prompt Guide
311
289
 
312
- ### Quick Color Reference
313
- - Signature accent: Datarize Lime (`#f9ff91`), pill lime (`#f7ff91`)
314
- - Saturated yellow blob: (`#ffef42`)
315
- - Primary CTA: Action Ink (`#111111`)
316
- - Heading text: Heading Ink (`#191919`) / Dark Ink (`#181818`)
317
- - Body text: Body Slate (`#46484d`); secondary (`#555555`); faint (`#aeb2ba`)
318
- - Background: Pure White (`#ffffff`); tinted (`#f2f5fa`), alt (`#fafafa`)
319
- - Hairline: (`#e5e7eb`)
320
- - Accents: royal blue (`#466cf3`), link blue (`#007aff`); pure black label-on-lime (`#000000`)
321
-
322
- ### Example Component Prompts
323
- - "Create a hero on white background with two or three soft `#f9ff91` lime circles floating behind. Headline at 64px Pretendard Bold weight 700, color `#191919`. A near-black pill CTA: `#111111` background, white text, 50px radius, 14px 24px padding, 16px / 600 — '무료로 시작하기'. Beside it an outline pill: transparent, `#111111` text, 1px solid `#111111` border, 100px radius."
324
- - "Design a stat card: `#f2f5fa` background, 14px radius, 32px 56px padding, no shadow. Big number in `#111111`, label in `#46484d` 15px Pretendard."
325
- - "Build a lime status pill: `#f7ff91` background, `#000000` text, 999px radius, 6px 16px padding, 12px Pretendard — '매월 업데이트'."
326
- - "Create a feature carousel: active head 22px / 600 in `#111111`, inactive heads in `#aeb2ba`; inline link '오디언스 알아보기 →' in `#007aff` 15px."
327
-
328
- ### Iteration Guide
329
- 1. Pretendard only; hierarchy via weight (700 / 600 / 400)
330
- 2. Lime (`#f9ff91`) is a signature accent/blob — never a body fill
331
- 3. The `#111111` pill is the single primary action
332
- 4. No shadows — separate with `#f2f5fa` tint and `#e5e7eb` hairlines
333
- 5. Pill geometry throughout — 50px CTA, 100px outline, 999px badges, 14–16px cards
334
- 6. Inactive carousel heads go faint `#aeb2ba`; body ink is `#46484d`
335
- 7. Keep the two blues in their lanes: `#466cf3` icon fills, `#007aff` inline links
336
-
337
- ---
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.
338
291
 
339
292
  ## 10. Voice & Tone
340
293
 
341
- Datarize's voice is **clear, outcome-focused, and quietly expert** a data partner that turns the messy work of e-commerce marketing into something a busy shop owner can act on. The hero line "모든 행동이 매출로 이어지는 AI 마케팅 플랫폼" ("An AI marketing platform where every action leads to revenue") sets the register: benefit-first, revenue-anchored, never hype. Copy speaks to operators who care about ROAS and conversion, decoding CRM and targeting jargon into plain Korean rather than hiding behind it.
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.
342
295
 
343
- | Context | Tone |
296
+ | Context | Observed voice |
344
297
  |---|---|
345
- | Hero headline | Outcome-framed, confident. "모든 행동이 매출로 이어지는 AI 마케팅 플랫폼." |
346
- | Section heads | Plain, capability-first. "우리 쇼핑몰에 필요한 마케팅을 대신하는 AI", "CRM의 모든 과정을 한 곳에서". |
347
- | CTAs | Direct, low-pressure. "무료로 시작하기", "도입 문의하기". |
348
- | Feature labels | Concrete + benefit. "정교한 고객 타겟팅", "실행으로 이어지는 분석". |
349
- | Proof / stats | Numeric and specific. "3,845% 평균 ROAS", "900+ 고객사가 선택한 데이터라이즈". |
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 |
350
301
 
351
- **Voice samples (verbatim from live surfaces):**
352
- - "모든 행동이 매출로 이어지는 AI 마케팅 플랫폼" — hero headline (outcome-framed). *(verified live 2026-06-26)*
353
- - "900+ 고객사가 선택한 데이터라이즈" — social-proof section head. *(verified live 2026-06-26)*
354
- - "데이터라이즈 | 데이터 기반 이커머스 AI 마케팅 자동화" — homepage title meta (category positioning). *(verified live 2026-06-26)*
302
+ ### Do
355
303
 
356
- **Forbidden register**: vague hype without a number, fear-based urgency, undefined marketing jargon left unexplained, exclamation-heavy sales pitches.
304
+ - Lead with a concrete behavior, campaign, or growth outcome.
305
+ - Explain the connection from data to action in plain operator language.
357
306
 
358
- ## 11. Brand Narrative
307
+ ### Don't
308
+
309
+ - Attribute unverified product promises, metrics, or customer stories to Datarize.
310
+ - Treat external marketing copy as console UI microcopy.
359
311
 
360
- Datarize (데이터라이즈) is a Korean B2B SaaS built around a single conviction: that an online store's every customer action — a search, a click, a hovered product — should compound into revenue rather than evaporate into an analytics dashboard nobody reads. The product positions itself as "데이터 기반 이커머스 AI 마케팅 자동화" (data-driven e-commerce AI marketing automation), folding CRM, audience targeting, campaign execution, on-site search/recommendation widgets, and analysis into one place so a lean marketing team — or an AI agent acting for them — can run the whole loop.
312
+ ## 11. Brand Narrative
361
313
 
362
- The company's stated proof points are operator-grade and specific: a homepage social-proof line of "900+ 고객사" (900+ customer companies) and campaign results quoted in hard ROAS multiples ("3,845% 평균 ROAS"). That numeric posture is the narrative Datarize sells outcomes a merchant can measure, not a rebrand of "growth."
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.
363
315
 
364
- What Datarize refuses, visible in its design: the heavy, intimidating chrome of legacy enterprise analytics (no shadow-stacked card walls, no dense corporate blue) and the dark-pattern urgency of performance-marketing hype. What it embraces: a flat, fast, white-and-lime interface; one near-black action pill; bold Pretendard headlines that state the benefit plainly; and a highlighter-lime accent that makes a data product feel approachable.
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.
365
317
 
366
318
  ## 12. Principles
367
319
 
368
- 1. **Every action should lead to revenue.** The product's thesis is that customer behavior is an asset. *UI implication:* surface the path from a behavior to a campaign to a measurable result; keep stat cards (ROAS, conversion) prominent and legible.
369
- 2. **Decode, don't intimidate.** CRM, targeting, and DSR-grade jargon are turned into plain, tappable features. *UI implication:* label features by outcome ("실행으로 이어지는 분석"), not by internal system name.
370
- 3. **One action, one color.** The near-black `#111111` pill means "do this." *UI implication:* reserve the primary pill for the single next step so the CTA is never ambiguous.
371
- 4. **Flat and fast.** Product-native clarity beats decorative depth. *UI implication:* no shadows; separate with `#f2f5fa` tint and `#e5e7eb` hairlines; keep the page quick to scan.
372
- 5. **Accent, don't flood.** The lime is a highlighter, not a wall. *UI implication:* use `#f9ff91` for blobs and small pills only; let white and ink carry the structure.
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.
373
323
 
374
324
  ## 13. Personas
375
325
 
376
- *Personas below are fictional archetypes informed by publicly observable Datarize user segments (Korean e-commerce operators, growth marketers, agency teams), not individual people.*
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:
377
327
 
378
- **김도현, 33, 서울.** Growth marketer at a mid-size D2C fashion brand. Lives in ROAS and conversion numbers; chose Datarize because the stat cards let him show his founder a measurable result in one screen. Distrusts tools that promise "growth" without a number.
379
-
380
- **이서연, 29, 경기.** Solo operator running a Cafe24 shop. Has no data team, so she relies on Datarize's AI to run targeting and campaigns for her. Values that the features are labeled by outcome and that the UI doesn't feel like enterprise analytics.
381
-
382
- **박준영, 41, 서울.** Performance lead at a small agency managing several e-commerce clients. Uses Datarize to unify CRM, audiences, and on-site widgets across accounts. Appreciates the calm, flat interface that doesn't pressure or overwhelm his junior marketers.
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.
383
331
 
384
332
  ## 14. States
385
333
 
386
- | State | Treatment |
387
- |---|---|
388
- | **Empty (no campaign data yet)** | White canvas. Single Action Ink (`#111111`) line explaining no data yet, with one near-black pill CTA to connect a store or start a campaign. No illustration clutter. |
389
- | **Empty (saved audience, none yet)** | Muted Slate (`#555555`) single line: nothing saved yet, plus a path back to audience creation. Calm and honest. |
390
- | **Loading (results / dashboard)** | Skeleton blocks on `#f2f5fa` tinted surface at final card dimensions, 14px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
391
- | **Loading (campaign compute)** | Inline progress within the action area; previous values stay visible. |
392
- | **Error (data sync failed)** | Inline message in Action Ink with a plain-language explanation and a retry. No generic "오류가 발생했습니다" alone — states what to do next. |
393
- | **Error (form validation)** | Field-level message below the input in a calm error tone; describes what's valid, not just "필수". |
394
- | **Success (campaign launched)** | Brief inline confirmation; next-step detail (results link) immediately below. No celebratory emoji. |
395
- | **Skeleton** | `#f2f5fa` blocks at final dimensions, 14px radius, flat pulse. |
396
- | **Disabled** | Faint Blue-Grey (`#aeb2ba`) text on reduced-opacity surface; the near-black pill fades rather than turning grey to preserve brand read. |
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.
397
335
 
398
336
  ## 15. Motion & Easing
399
337
 
400
- **Durations**:
401
-
402
- | Token | Value | Use |
403
- |---|---|---|
404
- | `motion-fast` | 120ms | Hover, pill press, focus |
405
- | `motion-standard` | 200ms | Card/section reveal, carousel head switch |
406
- | `motion-slow` | 320ms | Page-level transitions, hero blob drift |
407
-
408
- **Easings**:
409
-
410
- | Token | Curve | Use |
411
- |---|---|---|
412
- | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, pills, panels |
413
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
414
- | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions, carousel |
415
-
416
- **Motion rules**: Motion is functional and quiet — consistent with the flat, fast aesthetic. The lime hero blobs drift slowly as ambient atmosphere; feature carousel heads cross-fade between active ink and faint `#aeb2ba` at `motion-standard / ease-standard`; pills respond to press with a subtle scale/opacity shift. No bounce or spring — a data product signals steadiness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the blobs freeze; the product stays fully functional.
417
-
418
- <!--
419
- OmD v0.1 Sources — Philosophy Layer (sections 10–15)
420
-
421
- Tier 1 live inspect (2026-06-26) via playwright getComputedStyle on https://www.datarize.ai,
422
- https://www.datarize.ai/pricing, and https://www.datarize.ai/blog:
423
- - Hero H1 "모든 행동이 매출로 이어지는 AI 마케팅 플랫폼" — Pretendard Bold 64px / weight 700 / color rgb(25,25,25) #191919
424
- - Section H2 "우리 쇼핑몰에 필요한 마케팅을 대신하는 AI" / "CRM의 모든 과정을 한 곳에서" — Pretendard SemiBold 44px / 600
425
- - Primary CTA "무료로 시작하기" — bg rgb(17,17,17) #111111 / white text / radius 50px / padding 14px 24px / 16px 600
426
- - Outline CTA "도입 문의하기" — transparent / text #111111 / 1px solid #111111 / radius 100px
427
- - Lime decorative blobs rgb(249,255,145) #f9ff91 + rgb(247,255,145) #f7ff91 + rgb(255,239,66) #ffef42 (radius 100%)
428
- - Lime badge "매월 업데이트" — bg #f7ff91 / text #000000 / radius 999px / padding 6px 16px
429
- - Tinted stat card "3,845% 평균 ROAS" — bg rgb(242,245,250) #f2f5fa / radius 14px / padding 32px 56px
430
- - box-shadow: none across hero/nav/CTAs/cards (shadowless system)
431
- - Homepage title meta: "데이터라이즈 | 데이터 기반 이커머스 AI 마케팅 자동화"
432
- - Pricing title meta: "데이터라이즈 요금제 | 무료 체험·최대 10% 할인 혜택"
433
- - Blog title meta: "데이터라이즈 블로그 이커머스 AI 마케팅, CRM, 실전 가이드"
434
-
435
- Token-level claims (§1-9) are sourced from this live inspection.
436
-
437
- Voice samples (§10) are verbatim from the live homepage (hero H1, social-proof head, page title meta).
438
-
439
- Brand narrative (§11): Datarize (데이터라이즈) is a Korean e-commerce AI marketing-automation
440
- SaaS; positioning "데이터 기반 이커머스 AI 마케팅 자동화" and proof points ("900+ 고객사",
441
- "3,845% 평균 ROAS") are taken verbatim from the live homepage. Broader company facts beyond the
442
- site are general public knowledge, not quoted from a verified Datarize statement in this turn.
443
-
444
- Personas (§13) are fictional archetypes informed by publicly observable Datarize user segments
445
- (Korean e-commerce operators, growth marketers, agency teams). Names are illustrative; they do
446
- not refer to real people.
447
-
448
- Interpretive claims (e.g., "one action, one color", "accent, don't flood", "flat and fast as a
449
- rejection of legacy analytics chrome") are editorial readings connecting Datarize's observed
450
- design to its positioning, not directly sourced Datarize statements.
451
- -->
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.