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
@@ -0,0 +1,419 @@
1
+ ---
2
+ id: protopie
3
+ name: ProtoPie
4
+ display_name_kr: 프로토파이
5
+ country: KR
6
+ category: design-tools
7
+ homepage: "https://www.protopie.io/"
8
+ primary_color: "#8169ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=protopie.io&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "primary = live CTA violet (#8169ff, 12–19× bg freq); deeper emphasis violet (#6d4ff0) appears on animated hero words and inline links; near-black ink (#181818) for headings; dark section band (#1a1935). Framer marketing site — button/nav text color reads UA-default on the anchor, so brand colors were taken from the bg/fg frequency scan + display nodes."
19
+ colors:
20
+ primary: "#8169ff"
21
+ primary-deep: "#6d4ff0"
22
+ primary-soft: "#ab9eff"
23
+ primary-tint: "#e3deff"
24
+ ink: "#181818"
25
+ body: "#373737"
26
+ muted: "#636363"
27
+ muted-alt: "#474747"
28
+ faint: "#999999"
29
+ dark: "#1a1935"
30
+ canvas: "#ffffff"
31
+ surface: "#fafafa"
32
+ hairline: "#e9e9e9"
33
+ on-primary: "#ffffff"
34
+ typography:
35
+ family: { display: "Gilroy", body: "Inter" }
36
+ display-hero: { size: 62, weight: 700, lineHeight: 1.29, use: "Hero H1, Gilroy Bold" }
37
+ section: { size: 48, weight: 700, lineHeight: 1.30, use: "Section titles H2, Gilroy Bold" }
38
+ subsection: { size: 36, weight: 700, lineHeight: 1.40, use: "Card / blog heads H3, Gilroy Bold" }
39
+ caption: { size: 16, weight: 400, lineHeight: 1.50, use: "Captions, eyebrow labels, Inter" }
40
+ body: { size: 14, weight: 400, lineHeight: 1.40, use: "Body & UI text, footer/industry links, Inter" }
41
+ nav: { size: 12, weight: 400, lineHeight: 1.00, use: "Nav items and button labels" }
42
+ spacing: { xs: 4, sm: 6, base: 12, md: 16, lg: 20, xl: 24, xxl: 48 }
43
+ rounded: { sm: 4, md: 12, full: 9999 }
44
+ shadow:
45
+ none: "none"
46
+ card: "rgba(0,0,0,0.08) 0px 3px 12px 0px"
47
+ components:
48
+ button-primary: { type: button, bg: "#8169ff", fg: "#ffffff", radius: "4px", padding: "14px 16px", font: "12px / 400", use: "Primary CTA — Get started for free, Book a Demo, Request Demo" }
49
+ button-ghost: { type: button, fg: "#8169ff", radius: "4px", padding: "6px 16px", font: "12px / 400", use: "Secondary text CTA — Learn More, Start for Free (transparent bg)" }
50
+ nav-link: { type: tab, fg: "#181818", font: "12px / 400", use: "Top nav item — Solutions/Features/Pricing", active: "text #6d4ff0" }
51
+ card-resource: { type: card, bg: "#ffffff", radius: "12px", shadow: "rgba(0,0,0,0.08) 0px 3px 12px", use: "Floating resource card — School / Community / Blog" }
52
+ card-tint: { type: card, bg: "#e3deff", fg: "#181818", radius: "12px", use: "Light-purple feature / highlight card" }
53
+ badge-soft: { type: badge, bg: "#e3deff", fg: "#6d4ff0", radius: "4px", padding: "4px 8px", font: "12px / 400", use: "Blog category tag / soft emphasis pill" }
54
+ input-text: { type: input, bg: "#ffffff", border: "1px solid #e9e9e9", fg: "#181818", radius: "4px", use: "Text field / search, focus ring #8169ff, placeholder #999999" }
55
+ footer-link: { type: listItem, fg: "#636363", font: "14px / 400 Inter", use: "Footer / industry navigation link" }
56
+ components_harvested: true
57
+ ---
58
+
59
+ # Design System Inspiration of ProtoPie
60
+
61
+ ## 1. Visual Theme & Atmosphere
62
+
63
+ ProtoPie (프로토파이) is the Seoul-born high-fidelity prototyping tool from Studio XID, and its marketing site reads like a confident, product-led design tool rather than a generic SaaS landing page. The canvas is pure white (`#ffffff`) with occasional cool light-grey surfaces (`#fafafa`), and the whole page is punctuated by one unmistakable brand signal: an electric violet (`#8169ff`) that saturates every call-to-action. Headings sit in a near-black ink (`#181818`) — never pure black — which keeps the type crisp without feeling harsh, and the interface leans flat, letting color and typography carry the hierarchy rather than heavy elevation.
64
+
65
+ The typographic personality is bold and declarative. Display headlines run in **Gilroy Bold (weight 700)** at large sizes — 62px on the hero, 48px on section titles — with tall, airy line-heights (80px on the H1) that give the geometric sans a premium, spacious feel. Body and UI text drop to **Inter** at a quiet 14–16px, weight 400, the neutral workhorse that keeps dense feature copy legible. This split — geometric Gilroy for persuasion, humanist Inter for information — is the core tension of the system: assertive where it sells the product, calm where it explains it.
66
+
67
+ What distinguishes ProtoPie is how it deploys its single hue across a spectrum. The primary violet (`#8169ff`) owns the CTAs; a deeper, more saturated violet (`#6d4ff0`) appears on animated hero emphasis words ("BUILDS", "TRUST", "RICHER") and inline links; softer tints (`#ab9eff` and the pale `#e3deff`) back highlight cards and decorative surfaces. Against these, full-bleed dark bands in a deep indigo-navy (`#1a1935`) create dramatic, immersive breaks in the scroll. Interactive geometry is restrained — buttons at a tight 4px radius, floating resource cards at 12px with a soft `rgba(0,0,0,0.08)` shadow — so the energy comes from the violet, not from rounding or chrome. The neutral text ladder (`#373737` → `#474747` → `#636363` → `#999999`) and hairline grey (`#e9e9e9`) do the quiet structural work.
68
+
69
+ **Key Characteristics:**
70
+ - Gilroy Bold (weight 700) for all display headlines — geometric, declarative, product-confident
71
+ - Inter weight 400 at 14–16px for body and dense UI text — neutral, legible
72
+ - Single saturated violet (`#8169ff`) reserved for every primary call-to-action
73
+ - A violet spectrum: deep `#6d4ff0` for emphasis text, soft `#ab9eff` and pale `#e3deff` for tinted surfaces
74
+ - Near-black ink (`#181818`) for headings instead of pure black — crisp, premium
75
+ - Full-bleed dark indigo-navy bands (`#1a1935`) for immersive scroll breaks
76
+ - Mostly flat depth — only floating resource cards carry a soft `rgba(0,0,0,0.08)` shadow
77
+ - Tight 4px button radius, 12px card radius — energy comes from color, not geometry
78
+
79
+ ## 2. Color Palette & Roles
80
+
81
+ ### Primary
82
+ - **ProtoPie Violet** (`#8169ff`): Primary brand color and CTA background. The saturated electric violet on every call-to-action — the system's single "action" color (12–19× the most frequent background).
83
+ - **Deep Violet** (`#6d4ff0`): A darker, more saturated companion used for animated hero emphasis words and inline text links. The active/emphasis form of the brand hue.
84
+ - **Soft Violet** (`#ab9eff`): A lighter violet for tinted decorative surfaces and secondary highlight backgrounds.
85
+ - **Violet Tint** (`#e3deff`): The palest violet, used as a highlight card surface and soft category-tag background.
86
+
87
+ ### Neutral & Surface
88
+ - **Pure White** (`#ffffff`): Page background, card surfaces, text on violet/dark.
89
+ - **Surface Grey** (`#fafafa`): Light off-white surface for alternating content bands.
90
+ - **Hairline** (`#e9e9e9`): Thin borders, dividers, and input outlines — the primary separation device in the flat system.
91
+ - **Dark Indigo** (`#1a1935`): Full-bleed dark section band background for immersive, high-contrast scroll breaks.
92
+
93
+ ### Text Hierarchy
94
+ - **Ink** (`#181818`): Primary heading and strong-label color — a near-black used instead of pure black.
95
+ - **Body** (`#373737`): Standard body copy and descriptions.
96
+ - **Muted Alt** (`#474747`): Secondary body and industry-link text.
97
+ - **Muted** (`#636363`): Tertiary text, footer links, metadata.
98
+ - **Faint** (`#999999`): Captions, eyebrow labels, placeholder and lowest-emphasis text.
99
+ - **On-Primary** (`#ffffff`): Text and icons on violet and dark surfaces.
100
+
101
+ ## 3. Typography Rules
102
+
103
+ ### Font Family
104
+ - **Display**: `Gilroy` (Gilroy Bold) — used for all headlines at weight 700. Geometric, high-contrast, brand-defining.
105
+ - **Body**: `Inter` — the functional reading/UI font, used at weight 400 for body copy, captions, footer, and industry links.
106
+
107
+ ### Hierarchy
108
+
109
+ | Role | Font | Size | Weight | Line Height | Notes |
110
+ |------|------|------|--------|-------------|-------|
111
+ | Display Hero | Gilroy | 62px (3.88rem) | 700 | 80px (1.29) | Hero H1 |
112
+ | Section Heading | Gilroy | 48px (3.00rem) | 700 | 62.4px (1.30) | Section titles H2 |
113
+ | Sub-section | Gilroy | 36px (2.25rem) | 700 | 50.4px (1.40) | Card / blog heads H3 |
114
+ | Caption | Inter | 16px (1.00rem) | 400 | 24px (1.50) | Eyebrow labels, captions |
115
+ | Body | Inter | 14px (0.88rem) | 400 | 19.6px (1.40) | Body, footer / industry links |
116
+ | Nav / Button | (system) | 12px (0.75rem) | 400 | normal | Nav items and button labels |
117
+
118
+ ### Principles
119
+ - **Bold display, neutral body**: Gilroy Bold (700) carries every headline; Inter 400 carries every paragraph. The weight-and-family contrast is the primary hierarchy signal.
120
+ - **Airy display line-height**: headlines run tall (80px on a 62px H1, 62.4px on a 48px H2) — the type breathes rather than compresses.
121
+ - **Two fonts, two jobs**: Gilroy is the persuasive/branding voice; Inter is the functional/reading voice. They never swap roles.
122
+ - **Small, quiet UI text**: nav and control labels sit at 12px, keeping chrome subordinate to the big Gilroy headlines and the violet CTAs.
123
+
124
+ ## 4. Component Stylings
125
+
126
+ ### Buttons
127
+
128
+ **Primary CTA**
129
+ - Background: `#8169ff`
130
+ - Text: `#ffffff`
131
+ - Radius: 4px
132
+ - Padding: 14px 16px
133
+ - Font: 12px weight 400
134
+ - Height: 53px
135
+ - Use: Primary call-to-action — "Get started for free", "Book a Demo", "Request Demo"
136
+
137
+ **Text / Ghost CTA**
138
+ - Background: transparent
139
+ - Text: `#8169ff`
140
+ - Radius: 4px
141
+ - Padding: 6px 16px
142
+ - Height: 32px
143
+ - Use: Secondary inline action — "Learn More", "Start for Free"
144
+
145
+ ### Inputs
146
+
147
+ **Text Field**
148
+ - Background: `#ffffff`
149
+ - Border: 1px solid `#e9e9e9`
150
+ - Text: `#181818`
151
+ - Radius: 4px
152
+ - Placeholder: `#999999`
153
+ - Focus: ring in `#8169ff`
154
+ - Use: Search / newsletter text input
155
+
156
+ ### Cards & Containers
157
+
158
+ **Resource Card**
159
+ - Background: `#ffffff`
160
+ - Radius: 12px
161
+ - Shadow: `rgba(0,0,0,0.08) 0px 3px 12px 0px`
162
+ - Use: Floating resource card — "ProtoPie School", "Community", "Blog"
163
+
164
+ **Light Purple Card**
165
+ - Background: `#e3deff`
166
+ - Text: `#181818`
167
+ - Radius: 12px
168
+ - Use: Feature / highlight card on the pale violet tint
169
+
170
+ ### Badges
171
+
172
+ **Soft Category Tag**
173
+ - Background: `#e3deff`
174
+ - Text: `#6d4ff0`
175
+ - Radius: 4px
176
+ - Padding: 4px 8px
177
+ - Font: 12px weight 400
178
+ - Use: Blog category tag / soft emphasis pill
179
+
180
+ ### Navigation
181
+ - Background: `#ffffff`
182
+ - Text: `#181818`
183
+ - Font: 12px weight 400
184
+ - Padding: 4px 20px per item
185
+ - Height: 60px header row
186
+ - Active: violet `#6d4ff0` text on active item
187
+ - Use: Top horizontal nav ("Solutions", "Resources", "Features", "Pricing", "Download")
188
+
189
+ ### Footer
190
+ - Links: `#636363`, 14px Inter weight 400
191
+ - Use: Footer / industry navigation ("Automotive", "Aviation", "Finance", "MedTech", "IoT")
192
+
193
+ ---
194
+
195
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 3 surfaces)
196
+ **Tier 1 sources:** https://www.protopie.io/, https://www.protopie.io/blog, https://www.protopie.io/learn/docs/introducing-protopie/getting-started
197
+ **Tier 2 sources:** getdesign.md/protopie (0 files — empty); styles.refero.design/?q=protopie (no ProtoPie-specific entry — generic grid only)
198
+ **Conflicts unresolved:** none (both Tier 2 catalogs empty for ProtoPie; all values are Tier-1 live-inspected)
199
+
200
+ ## 5. Layout Principles
201
+
202
+ ### Spacing System
203
+ - Base unit: ~4px
204
+ - Scale: 4px, 6px, 12px, 16px, 20px, 24px, 48px
205
+ - Notable: nav items carry a generous 4px 20px padding; primary CTAs use 12–14px vertical × 16px horizontal, giving comfortable tap targets
206
+
207
+ ### Grid & Container
208
+ - Centered single-column hero anchored by the 62px Gilroy headline
209
+ - Feature and resource sections use multi-column card grids that collapse responsively
210
+ - Full-bleed dark indigo bands (`#1a1935`) break the white scroll with immersive, high-contrast sections
211
+ - Floating resource cards (School / Community / Blog) group secondary destinations at 12px radius
212
+
213
+ ### Whitespace Philosophy
214
+ - **Breathing room over density**: generous vertical rhythm and tall display line-heights keep the marketing surface airy
215
+ - **Flat segmentation**: sections separate by background shift (`#ffffff` ↔ `#fafafa` ↔ dark `#1a1935`) and `#e9e9e9` hairlines, rarely by shadow
216
+ - **Color as emphasis**: where a section needs to pop, it reaches for the violet spectrum (`#8169ff`, `#6d4ff0`, `#e3deff`) or a dark band, not for heavier elevation
217
+
218
+ ### Border Radius Scale
219
+ - Small (4px): buttons, inputs, tags — the tight workhorse radius
220
+ - Medium (12px): cards and floating containers
221
+ - Full (9999px): pills / circular controls where used
222
+
223
+ ## 6. Depth & Elevation
224
+
225
+ | Level | Treatment | Use |
226
+ |-------|-----------|-----|
227
+ | Flat (Level 0) | No shadow | Page background, headings, nav, most surfaces |
228
+ | Tint (Level 1) | `#fafafa` / `#e3deff` background shift | Section and highlight separation without elevation |
229
+ | Hairline (Level 2) | `1px solid #e9e9e9` border | Input outlines, dividers |
230
+ | Card (Level 3) | `rgba(0,0,0,0.08) 0px 3px 12px 0px` | Floating resource cards |
231
+
232
+ **Shadow Philosophy**: ProtoPie is a mostly-flat system. Live inspection found `box-shadow: none` across the hero, nav, and headings; only the floating resource cards (School / Community / Blog) carry a single soft `rgba(0,0,0,0.08)` shadow at 3px offset / 12px blur. Depth and grouping are otherwise communicated through flat surface shifts (`#ffffff`, `#fafafa`, the pale `#e3deff`, and full-bleed dark `#1a1935` bands) and thin `#e9e9e9` hairlines. When emphasis is needed the system reaches for the violet (`#8169ff` / `#6d4ff0`) or a dark section, never heavier elevation.
233
+
234
+ ## 7. Do's and Don'ts
235
+
236
+ ### Do
237
+ - Use Gilroy Bold (weight 700) for all display headlines — it's the brand's voice
238
+ - Use Inter weight 400 at 14–16px for body and dense UI text
239
+ - Reserve violet (`#8169ff`) for the primary call-to-action — keep it the single "action" color
240
+ - Use the deeper violet (`#6d4ff0`) for emphasis words and inline links
241
+ - Use near-black ink (`#181818`) for headings instead of pure black
242
+ - Keep tall, airy line-heights on display type (80px on a 62px H1)
243
+ - Separate sections with flat surface shifts (`#fafafa`, `#e3deff`) and `#e9e9e9` hairlines
244
+ - Reach for a dark `#1a1935` band when a section needs immersive contrast
245
+
246
+ ### Don't
247
+ - Use a light or thin weight for headlines — display is always Gilroy Bold (700)
248
+ - Spread the primary violet across many elements — it dilutes the single-action signal
249
+ - Use pure black (`#000000`) for body or heading text — use ink `#181818` and the grey ladder
250
+ - Add heavy drop shadows for elevation — ProtoPie is a mostly-flat system
251
+ - Introduce a second saturated accent hue — the violet spectrum is the only brand color
252
+ - Use Inter for big headlines — Gilroy owns display
253
+ - Cram headlines with tight line-height — the display type is meant to breathe
254
+ - Use large pill radii on buttons — the button radius is a tight 4px
255
+
256
+ ## 8. Responsive Behavior
257
+
258
+ ### Breakpoints
259
+ | Name | Width | Key Changes |
260
+ |------|-------|-------------|
261
+ | Mobile | <640px | Single column, hero headline compresses, card grids stack |
262
+ | Tablet | 640-1024px | Moderate padding, 2-up feature/resource cards |
263
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature grids |
264
+
265
+ ### Touch Targets
266
+ - Primary CTAs at 40–53px height with 12–14px × 16px padding — comfortably tappable
267
+ - Nav items spaced with 4px 20px padding inside the 60px header
268
+ - Text CTAs at 32px height for secondary inline actions
269
+
270
+ ### Collapsing Strategy
271
+ - Hero: 62px Gilroy headline scales down on mobile, weight 700 maintained
272
+ - Feature / resource card grids: multi-column → 2-up → stacked single column
273
+ - Dark `#1a1935` bands maintain full-width treatment, reduce internal padding
274
+ - White / grey alternating sections maintain full-bleed treatment
275
+
276
+ ### Image Behavior
277
+ - Product screenshots and gallery pieces sit on white or dark bands with minimal chrome
278
+ - Floating resource cards keep their 12px radius and soft shadow across breakpoints
279
+
280
+ ## 9. Agent Prompt Guide
281
+
282
+ ### Quick Color Reference
283
+ - Primary CTA: ProtoPie Violet (`#8169ff`)
284
+ - Emphasis text / link: Deep Violet (`#6d4ff0`)
285
+ - Highlight surface: Violet Tint (`#e3deff`), Soft Violet (`#ab9eff`)
286
+ - Background: Pure White (`#ffffff`), Surface Grey (`#fafafa`)
287
+ - Dark band: Dark Indigo (`#1a1935`)
288
+ - Heading text: Ink (`#181818`)
289
+ - Body text: Body (`#373737`), Muted (`#636363`)
290
+ - Faint / caption: Faint (`#999999`)
291
+ - Hairline: `#e9e9e9`
292
+
293
+ ### Example Component Prompts
294
+ - "Create a hero on white background. Headline at 62px Gilroy Bold weight 700, line-height 80px, color #181818, with one emphasis word in deep violet #6d4ff0. Below it a primary CTA: #8169ff background, white text, 4px radius, 14px 16px padding, 'Get started for free'."
295
+ - "Design a floating resource card: white #ffffff background, 12px radius, box-shadow rgba(0,0,0,0.08) 0px 3px 12px. Title 36px Gilroy Bold #181818, body 16px Inter #373737."
296
+ - "Build a dark immersive band: #1a1935 background, full-width. Section title 48px Gilroy Bold #ffffff, line-height 62.4px. Body 14px Inter rgba(255,255,255,0.8)."
297
+ - "Create top nav: white 60px header. 12px links, #181818 text, deep violet #6d4ff0 on active. Violet CTA 'Book a Demo' right-aligned (#8169ff bg, white text, 4px radius)."
298
+
299
+ ### Iteration Guide
300
+ 1. Gilroy Bold (700) for every headline; Inter 400 for every paragraph
301
+ 2. Violet (`#8169ff`) is the single action color — don't spread it; use `#6d4ff0` for emphasis text
302
+ 3. Mostly flat — separate with `#fafafa` / `#e3deff` tints and `#e9e9e9` hairlines; only resource cards get the soft shadow
303
+ 4. Tight 4px radius on buttons/inputs, 12px on cards
304
+ 5. Heading color is ink `#181818`, never pure black; body drops through the grey ladder
305
+ 6. Reach for a `#1a1935` dark band for immersive contrast sections
306
+ 7. Keep display line-heights tall and airy (80px on a 62px H1)
307
+
308
+ ---
309
+
310
+ ## 10. Voice & Tone
311
+
312
+ ProtoPie's voice is **confident, capability-focused, and craft-proud** — a tool that speaks to designers as makers who want the highest fidelity without writing code. The hero line "#1 advanced prototyping tool for dynamic interactions" sets the register: assertive, benefit-forward, unafraid to claim leadership. Copy foregrounds what the tool can do ("high-fidelity prototyping", "hardware interaction") and treats the reader as a serious product person, not a beginner to be coddled.
313
+
314
+ | Context | Tone |
315
+ |---|---|
316
+ | Hero headlines | Assertive, leadership-claiming. "#1 advanced prototyping tool for dynamic interactions." |
317
+ | Feature descriptions | Capability-first, concrete. Names the interaction ("sensors", "voice", "hardware") plainly. |
318
+ | CTAs | Direct, low-friction. "Get started for free", "Book a Demo", "Explore Gallery". |
319
+ | Editorial / blog | Practical and teacherly. "Low-Fidelity vs. High-Fidelity Prototyping", tips and tutorials. |
320
+ | Community copy | Warm, belonging-framed. "Join the ProtoPioneers community." |
321
+
322
+ **Voice samples (verbatim from live surfaces):**
323
+ - "#1 advanced prototyping tool for dynamic interactions" — hero H1 (leadership claim). *(verified live 2026-07-02)*
324
+ - "Powerful features for highest fidelity" — section H2 (capability-first). *(verified live 2026-07-02)*
325
+ - "Join the ProtoPioneers community" — resource card (belonging-framed). *(verified live 2026-07-02)*
326
+
327
+ **Forbidden register**: talking down to designers, hiding capability behind vague jargon, fear-based urgency, exclamation-heavy hype that undercuts the craft-proud confidence.
328
+
329
+ ## 11. Brand Narrative
330
+
331
+ ProtoPie (프로토파이) is the flagship product of **Studio XID, Inc.**, founded in **2015** in **Seoul, Korea** by **Tony Kim (김수형)**, a former interaction designer who was frustrated that turning rich interaction ideas into believable prototypes required either writing production code or accepting the low fidelity of click-through mockups. ProtoPie's founding premise — that any designer should be able to build genuinely interactive, sensor-and-hardware-aware prototypes without code — reframed prototyping from a developer handoff problem into a designer's native craft.
332
+
333
+ The product matured into a leading high-fidelity prototyping tool used by product teams across automotive, aviation, finance, and consumer software — the industries surfaced on its own site. Its distinguishing claim is fidelity: prototypes that respond to real sensors, hardware inputs, and conditional logic, closing the gap between a static design and the finished product. The "ProtoPioneers" community and ProtoPie School reflect a company that invests in teaching the craft, not just selling a license.
334
+
335
+ What ProtoPie refuses, visible in its design: the intimidating chrome and dense toolbars of legacy prototyping suites, and the generic sameness of undifferentiated SaaS marketing. What it embraces: a bold Gilroy display voice, a single confident violet that owns every action, a mostly-flat interface that keeps focus on the work, and immersive dark bands that let the product's motion and interaction shine.
336
+
337
+ ## 12. Principles
338
+
339
+ 1. **Fidelity is the point.** ProtoPie exists to close the gap between a design and the real product. *UI implication:* let product screenshots, motion, and interaction take center stage; keep chrome flat and quiet so the work reads first.
340
+ 2. **One action, one color.** Violet (`#8169ff`) means "do this." *UI implication:* reserve the saturated violet exclusively for the primary CTA so the next step is never ambiguous; use `#6d4ff0` only for emphasis.
341
+ 3. **Speak to makers, not beginners.** *UI implication:* name capabilities concretely (sensors, hardware, conditions) and trust the reader; avoid over-explaining or dumbing down.
342
+ 4. **Bold where it persuades, neutral where it informs.** *UI implication:* Gilroy Bold for headlines that sell the product; Inter 400 for the copy that explains it.
343
+ 5. **Flat and focused.** *UI implication:* separate with surface tints and hairlines, not heavy shadows; reach for a dark `#1a1935` band when a section needs immersive contrast.
344
+
345
+ ## 13. Personas
346
+
347
+ *Personas below are fictional archetypes informed by publicly observable ProtoPie user segments (product designers, interaction designers, automotive/hardware UX teams), not individual people.*
348
+
349
+ **Seoyeon Park, 30, Seoul.** A product designer at a mobile app studio who prototypes micro-interactions before dev handoff. Chose ProtoPie because she can build sensor- and gesture-aware prototypes without asking an engineer, and because the fidelity convinces stakeholders in review.
350
+
351
+ **Marcus Lindqvist, 38, Gothenburg.** An automotive HMI designer prototyping in-car cluster and infotainment interactions. Values that ProtoPie can drive hardware and respond to real inputs, so his prototypes behave like the shipping system, not a slideshow.
352
+
353
+ **Priya Nair, 27, Bangalore.** An interaction designer learning high-fidelity prototyping through ProtoPie School and the community. Appreciates that the tool treats her as a capable maker and that the tutorials teach craft, not just clicks.
354
+
355
+ ## 14. States
356
+
357
+ | State | Treatment |
358
+ |---|---|
359
+ | **Empty (no projects yet)** | White canvas. Single Ink (`#181818`) line at caption/body size, one violet `#8169ff` CTA to create or import a project. No decorative clutter. |
360
+ | **Empty (gallery / search, no results)** | Faint (`#999999`) single line explaining nothing matched, with a path back to browse. Calm and honest. |
361
+ | **Loading (content fetch)** | Skeleton blocks on `#fafafa` surface at final card dimensions, 12px radius. Flat pulse consistent with the mostly-flat system — no heavy shimmer. |
362
+ | **Loading (preview/render)** | Inline progress within the card; previous content stays visible until the new render is ready. |
363
+ | **Error (action failed)** | Inline message in Ink (`#181818`) with a plain-language explanation and a retry — never a bare generic error, always states what to do next. |
364
+ | **Error (form validation)** | Field-level message below the input; describes what is valid, not just that a field is required. |
365
+ | **Success (saved / published)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
366
+ | **Skeleton** | `#fafafa` blocks at final dimensions, 12px radius, flat pulse. |
367
+ | **Disabled** | Faint (`#999999`) text on reduced-opacity surface; violet actions fade rather than turn grey to preserve the brand read. |
368
+
369
+ ## 15. Motion & Easing
370
+
371
+ **Durations**:
372
+
373
+ | Token | Value | Use |
374
+ |---|---|---|
375
+ | `motion-fast` | 120ms | Hover, button press, focus |
376
+ | `motion-standard` | 240ms | Card / section reveal, dropdown, sheet |
377
+ | `motion-slow` | 400ms | Page-level transitions, hero and dark-band reveals |
378
+
379
+ **Easings**:
380
+
381
+ | Token | Curve | Use |
382
+ |---|---|---|
383
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sections, sheets |
384
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
385
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
386
+
387
+ **Motion rules**: Motion is expressive but purposeful — fitting for a prototyping tool whose entire value proposition is interaction. Hero emphasis words in deep violet (`#6d4ff0`) animate through the headline; content fades in from below at `motion-standard / ease-enter`; dark `#1a1935` bands reveal cinematically at `motion-slow`. Because ProtoPie sells motion, the marketing surface allows richer transitions than a utilitarian dashboard would — but interactive controls stay quick and steady. Under `prefers-reduced-motion: reduce`, decorative animation freezes and all transitions collapse to instant; the product remains fully functional.
388
+
389
+ <!--
390
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
391
+
392
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://www.protopie.io/,
393
+ https://www.protopie.io/pricing, https://www.protopie.io/blog:
394
+ - Hero H1 "#1 advanced prototyping tool for dynamic interactions" — Gilroy Bold 62px / 700 / lh 80px / color rgb(24,24,24) #181818
395
+ - Section H2 "Powerful features for highest fidelity" — Gilroy Bold 48px / 700 / lh 62.4px
396
+ - Primary CTA "Get started for free" / "Book a Demo" — bg rgb(129,105,255) #8169ff / radius 4px / padding 14px 16px
397
+ - Emphasis words "BUILDS"/"TRUST"/"RICHER" — color rgb(109,79,240) #6d4ff0 / 48px
398
+ - Dark band DIV — bg rgb(26,25,53) #1a1935 (full-bleed)
399
+ - Resource cards — radius 12px / box-shadow rgba(0,0,0,0.08) 0px 3px 12px
400
+ - box-shadow: none across hero/nav/headings (mostly-flat system)
401
+ - document.title: "ProtoPie: Interactive Prototyping Tool"; blog title "ProtoPie Blog | Prototyping Tips & Insights"
402
+
403
+ Token-level claims (§1-9) are sourced from this live inspection (see web/references/protopie/.verification.md).
404
+
405
+ Voice samples (§10) are verbatim from the live homepage and resource cards.
406
+
407
+ Brand narrative (§11): ProtoPie is the product of Studio XID, Inc., founded 2015 in Seoul, Korea
408
+ by Tony Kim (김수형). These are widely documented public facts about the company; specific
409
+ founding details beyond the site are general public knowledge, not directly quoted from a
410
+ verified ProtoPie statement in this turn.
411
+
412
+ Personas (§13) are fictional archetypes informed by publicly observable ProtoPie user segments
413
+ (product/interaction designers, automotive HMI teams). Names are illustrative; they do not refer
414
+ to real people.
415
+
416
+ Interpretive claims (e.g., "one action, one color", "flat and focused so the work reads first")
417
+ are editorial readings connecting ProtoPie's observed design to its positioning, not directly
418
+ sourced ProtoPie statements.
419
+ -->