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,417 @@
1
+ ---
2
+ id: nrise
3
+ name: NRISE (WIPPY)
4
+ display_name_kr: 엔라이즈 (위피)
5
+ country: KR
6
+ category: consumer-tech
7
+ homepage: "https://www.nrise.net/"
8
+ primary_color: "#ff0056"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://opening-attachments.greetinghr.com/20230601/02c9543a-74ed-4592-853f-17b2adc07c5d/nrise_logo_launchericon2.png"
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 WIPPY product CTA pink (#ff0056); the system is otherwise monochrome — a dark ink ladder (#222222 headings, #000000 pure black, #212529/#212126 deep neutrals) on white (#ffffff). Near-shadowless flat surfaces."
19
+ colors:
20
+ primary: "#ff0056"
21
+ ink: "#222222"
22
+ ink-pure: "#000000"
23
+ ink-nav: "#212429"
24
+ neutral-900: "#212529"
25
+ neutral-850: "#212126"
26
+ section-dark: "#111111"
27
+ canvas: "#ffffff"
28
+ surface: "#fafafa"
29
+ muted: "#767676"
30
+ muted-alt: "#8c8c8c"
31
+ on-dark: "#ffffff"
32
+ typography:
33
+ family: { sans: "Pretendard" }
34
+ display-hero: { size: 48, weight: 700, lineHeight: 1.50, use: "WIPPY hero headline, Pretendard Bold" }
35
+ section: { size: 38, weight: 700, lineHeight: 1.35, use: "Corporate section titles (NRISE가 세상에 전하는 가치)" }
36
+ section-sm: { size: 36, weight: 700, lineHeight: 1.33, use: "Product section titles on the career/WIPPY surface" }
37
+ subheading: { size: 23, weight: 700, lineHeight: 1.35, use: "Card / feature subheads" }
38
+ logo: { size: 20, weight: 700, lineHeight: 1.50, use: "Corporate logotype in the nav" }
39
+ eyebrow: { size: 19, weight: 400, lineHeight: 1.50, use: "Section eyebrow labels (MISSION, HISTORY, NEWS)" }
40
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Body copy, news items, CTA labels" }
41
+ nav: { size: 14, weight: 600, lineHeight: 1.50, use: "Top-nav item labels" }
42
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 32, xxl: 48, section: 64 }
43
+ rounded: { xs: 4, sm: 8, md: 10, lg: 12, xl: 24, pill: 30, jumbo: 48 }
44
+ shadow:
45
+ none: "none"
46
+ floating: "rgba(0,0,0,0.04) 0px 1px 2px 0px, rgba(0,0,0,0.06) 0px 8px 24px"
47
+ components:
48
+ cta-wippy: { type: button, bg: "#ff0056", fg: "#ffffff", radius: "30px", padding: "8px 16px", height: "40px", font: "16px / 700", use: "WIPPY product CTA (더 알아보기) — the single signature pink action" }
49
+ cta-dark-pill: { type: button, bg: "#000000", fg: "#ffffff", radius: "30px", padding: "8px 16px", height: "40px", font: "16px / 700", use: "Second-product CTA (더 알아보기) on the corporate home" }
50
+ cta-solid: { type: button, bg: "#000000", fg: "#ffffff", radius: "8px", padding: "10.5px 24px", height: "48px", font: "16px / 400", use: "WIPPY career primary button (바로가기)" }
51
+ nav-item: { type: button, bg: "#ffffff", fg: "#212429", radius: "4px", padding: "5.5px 12px", height: "32px", font: "14px / 600", active: "bg #222222 fg #ffffff", use: "Top-nav item; active item fills dark" }
52
+ floating-top: { type: button, bg: "#212529", fg: "#ffffff", radius: "24px", height: "48px", shadow: "rgba(0,0,0,0.04) 0px 1px 2px, rgba(0,0,0,0.06) 0px 8px 24px", use: "Scroll-to-top floating action button" }
53
+ news-card: { type: card, bg: "#ffffff", radius: "10px", use: "News/press list card on white canvas" }
54
+ dark-card: { type: card, bg: "#212126", fg: "#ffffff", radius: "12px", use: "Dark product feature card on the WIPPY surface" }
55
+ eyebrow-tag: { type: badge, fg: "#767676", font: "19px / 400", use: "Section eyebrow label (MISSION, HISTORY, NEWS)" }
56
+ components_harvested: true
57
+ ---
58
+
59
+ # Design System Inspiration of NRISE (WIPPY)
60
+
61
+ ## 1. Visual Theme & Atmosphere
62
+
63
+ NRISE (엔라이즈) is the Korean consumer-tech company behind WIPPY (위피), a No.1-positioned social-discovery app, and 콰트 (Quat), a habit-forming health product. Its web surfaces read as confident, editorial, and almost aggressively monochrome — a near-black-on-white system where a single saturated pink is the only chromatic event on the page. The canvas is pure white (`#ffffff`) with occasional soft-grey blocks (`#fafafa`); text and headings sit in a warm near-black ink (`#222222`) rather than pure black for display, while body copy defaults to true black (`#000000`). The effect is clean, high-contrast, and product-forward: the design gets out of the way so the app screenshots and the one pink CTA can do the talking.
64
+
65
+ The typographic personality is unmistakably Korean-modern: everything is set in **Pretendard**, the de-facto Korean product sans, with headlines running at a heavy **weight 700**. The corporate hero and section titles land at 38px, the WIPPY product hero jumps to 48px, and section heads on the product surface sit at 36px — all bold, all tight-leading, all in the same near-black `#222222`. Small grey eyebrow labels (`#767676`) in Latin caps ("MISSION", "HISTORY", "NEWS") introduce each block at 19px / weight 400, giving the layout a magazine-like rhythm. Nav labels drop to a quiet 14px / weight 600 in a near-black nav ink (`#212429`). There is no second typeface and no light display weight — the hierarchy is carried entirely by size and the bold/regular weight split.
66
+
67
+ What distinguishes NRISE from its consumer-app peers is its restraint with depth and color. The system is essentially **shadow-free**: live inspection found `box-shadow: none` across the hero, nav, headings, and section CTAs — only a single floating scroll-to-top button carries a subtle two-layer shadow. Separation comes from flat surfaces and dark blocks instead of elevation: a deep-neutral ladder of near-blacks (`#212529`, `#212126`, `#111111`) anchors dark sections and cards, while white cards round at 10–12px. Interactive chrome splits cleanly in two: **pill CTAs** at 30px radius (the pink `#ff0056` WIPPY action and a black `#000000` twin for the second product) on the corporate home, and a sharper 8px solid black button on the WIPPY career surface. The result is a flat, fast, mobile-native aesthetic — the visual language of a young Korean app studio, not a legacy corporate site.
68
+
69
+ **Key Characteristics:**
70
+ - Pretendard everywhere at weight 700 for headlines — no second typeface, no light display weight
71
+ - A single saturated pink (`#ff0056`) reserved for the primary WIPPY CTA — the only chromatic accent
72
+ - Warm near-black ink (`#222222`) for headings; true black (`#000000`) for body and dark CTAs
73
+ - Monochrome dark ladder — `#212529` / `#212126` / `#111111` — for dark sections, cards, and the floating action
74
+ - Near-shadow-free: separation via flat white / grey (`#fafafa`) surfaces and dark blocks, not elevation
75
+ - Latin grey eyebrow labels (`#767676`) at 19px introducing each editorial section
76
+ - Pill geometry on the corporate home (30px CTAs) vs a sharper 8px solid button on the product surface
77
+ - Quiet 14px / weight 600 nav labels in near-black nav ink (`#212429`)
78
+
79
+ ## 2. Color Palette & Roles
80
+
81
+ ### Primary
82
+ - **WIPPY Pink** (`#ff0056`): The single saturated brand accent and primary CTA background. A hot magenta-pink used almost exclusively for the WIPPY product call-to-action — the system's one "action" color.
83
+
84
+ ### Ink & Text
85
+ - **Ink** (`#222222`): Primary heading and display color. A warm near-black used for every headline (H1/H2/H3) and most section text — softer than pure black, which gives the type a premium weight.
86
+ - **Pure Black** (`#000000`): Body-copy default and the fill of the black pill/solid CTAs and dark sections. Maximum contrast where it counts.
87
+ - **Nav Ink** (`#212429`): The near-black used for top-nav item labels — a hair cooler than the heading ink.
88
+ - **Muted Grey** (`#767676`): Eyebrow labels ("MISSION", "HISTORY", "NEWS"), metadata, and lowest-emphasis captions.
89
+ - **Muted Alt** (`#8c8c8c`): A lighter grey companion for secondary captions and fine print.
90
+
91
+ ### Neutral & Surface
92
+ - **Pure White** (`#ffffff`): Page background, white cards, and text on dark/pink surfaces.
93
+ - **Surface Grey** (`#fafafa`): Soft off-white block background for alternating sections.
94
+ - **Neutral 900** (`#212529`): The deepest working neutral — background of the floating scroll-to-top action and dark neutral surfaces.
95
+ - **Neutral 850** (`#212126`): Near-black card background for dark product feature cards on the WIPPY surface.
96
+ - **Section Dark** (`#111111`): Very dark block background for immersive full-width dark sections.
97
+
98
+ ### On-Dark
99
+ - **On Dark** (`#ffffff`): White text and icons placed on any of the dark neutral or pink surfaces.
100
+
101
+ ## 3. Typography Rules
102
+
103
+ ### Font Family
104
+ - **Sans**: `Pretendard` (with `-apple-system`, `system-ui`, `Apple SD Gothic Neo`, `Noto Sans KR`, `Malgun Gothic` fallbacks) — the single family for the entire system, from display to body.
105
+
106
+ ### Hierarchy
107
+
108
+ | Role | Font | Size | Weight | Line Height | Notes |
109
+ |------|------|------|--------|-------------|-------|
110
+ | WIPPY Hero | Pretendard | 48px (3.00rem) | 700 | 1.50 (72px) | Product hero headline on the career surface |
111
+ | Corporate Section | Pretendard | 38px (2.38rem) | 700 | 1.35 (51.3px) | Corporate section titles |
112
+ | Product Section | Pretendard | 36px (2.25rem) | 700 | 1.33 | Section titles on the WIPPY surface |
113
+ | Sub-heading | Pretendard | 23px (1.44rem) | 700 | 1.35 (31px) | Card / feature subheads |
114
+ | Logotype | Pretendard | 20px (1.25rem) | 700 | 1.50 (30px) | Corporate logotype in the nav |
115
+ | Eyebrow | Pretendard | 19px (1.19rem) | 400 | 1.50 (28.5px) | Latin caps section labels, muted grey |
116
+ | Body | Pretendard | 16px (1.00rem) | 400 | 1.50 (24px) | Body copy, news items, button labels |
117
+ | Nav Link | Pretendard | 14px (0.88rem) | 600 | 1.50 (21px) | Top-nav item labels |
118
+
119
+ ### Principles
120
+ - **One font, two weights**: Pretendard carries everything. Weight 700 is display/heading; weight 400 is body and eyebrow; nav sits at 600. There is no third typeface and no light display weight.
121
+ - **Weight is the hierarchy**: With a single family, the bold/regular contrast (and size) does all the hierarchy work — headlines are always 700, body always 400.
122
+ - **Comfortable leading**: Body and hero run at a generous 1.5 line-height for hangul legibility; section titles tighten only slightly (~1.33–1.35).
123
+ - **Latin eyebrows over hangul body**: Uppercase Latin labels ("MISSION", "HISTORY") in muted grey introduce hangul content blocks — a deliberate editorial device.
124
+
125
+ ## 4. Component Stylings
126
+
127
+ ### Buttons
128
+
129
+ **WIPPY CTA (Primary)**
130
+ - Background: `#ff0056`
131
+ - Text: `#ffffff`
132
+ - Radius: 30px
133
+ - Padding: 8px 16px
134
+ - Height: 40px
135
+ - Font: 16px Pretendard weight 700
136
+ - Use: WIPPY product call-to-action ("더 알아보기") — the system's single saturated action
137
+
138
+ **Dark Pill CTA**
139
+ - Background: `#000000`
140
+ - Text: `#ffffff`
141
+ - Radius: 30px
142
+ - Padding: 8px 16px
143
+ - Height: 40px
144
+ - Font: 16px Pretendard weight 700
145
+ - Use: Second-product CTA ("더 알아보기") on the corporate home — a monochrome twin of the pink pill
146
+
147
+ **Solid Button (Product surface)**
148
+ - Background: `#000000`
149
+ - Text: `#ffffff`
150
+ - Radius: 8px
151
+ - Padding: 10.5px 24px
152
+ - Height: 48px
153
+ - Font: 16px Pretendard weight 400
154
+ - Use: WIPPY career primary button ("바로가기") — sharper geometry than the home pills
155
+
156
+ **Nav Item**
157
+ - Background: `#ffffff`
158
+ - Text: `#212429`
159
+ - Radius: 4px
160
+ - Padding: 5.5px 12px
161
+ - Height: 32px
162
+ - Font: 14px Pretendard weight 600
163
+ - Active: background `#222222`, text `#ffffff`
164
+ - Use: Top-nav item (HOME / PRODUCT / CULTURE / CAREER); the active item fills dark
165
+
166
+ **Floating Top Button**
167
+ - Background: `#212529`
168
+ - Text: `#ffffff`
169
+ - Radius: 24px
170
+ - Height: 48px
171
+ - Shadow: `rgba(0,0,0,0.04) 0px 1px 2px, rgba(0,0,0,0.06) 0px 8px 24px`
172
+ - Use: Scroll-to-top floating action — the one place the flat system uses elevation
173
+
174
+ ### Cards & Containers
175
+
176
+ **News Card (White)**
177
+ - Background: `#ffffff`
178
+ - Radius: 10px
179
+ - Use: News/press list card on the white canvas (no shadow)
180
+
181
+ **Dark Feature Card**
182
+ - Background: `#212126`
183
+ - Text: `#ffffff`
184
+ - Radius: 12px
185
+ - Use: Dark product feature card on the WIPPY surface
186
+
187
+ ### Badges
188
+
189
+ **Eyebrow Label**
190
+ - Text: `#767676`
191
+ - Font: 19px Pretendard weight 400
192
+ - Use: Latin-caps section eyebrow ("MISSION", "HISTORY", "NEWS")
193
+
194
+ ---
195
+
196
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
197
+ **Tier 1 sources:** https://www.nrise.net/ ; https://career.nrise.net/ko/wippy ; https://github.com/nrise ; https://nrise.github.io/
198
+ **Tier 2 sources:** getdesign.md/nrise (0 files — not covered) ; styles.refero.design/?q=nrise & ?q=wippy (generic grid only — no brand-specific match)
199
+ **Conflicts unresolved:** none (Tier 2 empty for this KR brand; all values Tier 1 live-inspected)
200
+
201
+ ## 5. Layout Principles
202
+
203
+ ### Spacing System
204
+ - Base unit: 8px
205
+ - Scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px
206
+ - Notable: Button padding lands at 8px 16px (home pills) and 10.5px 24px (product solid button); section rhythm is generous and vertical
207
+
208
+ ### Grid & Container
209
+ - Centered single-column marketing layout with an editorial eyebrow → headline → content cadence per section
210
+ - Corporate home alternates white (`#ffffff`) and soft-grey (`#fafafa`) full-width bands; the WIPPY surface introduces full-width dark blocks
211
+ - News/press items sit in a list of white cards at 10px radius
212
+ - Feature content on the product surface uses dark cards (`#212126`) at 12px radius
213
+
214
+ ### Whitespace Philosophy
215
+ - **Editorial spacing over density**: generous vertical rhythm between sections; each block breathes around its eyebrow-and-headline pair.
216
+ - **Flat segmentation**: sections separate by background shift (white ↔ `#fafafa` ↔ dark blocks), not by shadow or heavy borders.
217
+ - **Single-accent focus**: with only one saturated color, the pink CTA is the visual anchor of any screen it appears on.
218
+
219
+ ### Border Radius Scale
220
+ - Extra-small (4px): nav item buttons
221
+ - Small (8px): the product-surface solid button
222
+ - Medium (10px): white news/list cards
223
+ - Large (12px): dark feature cards
224
+ - XL (24px): the floating scroll-to-top action
225
+ - Pill (30px): the home-page CTA pills
226
+ - Jumbo (48px): large pill/avatar-scale rounding
227
+
228
+ ## 6. Depth & Elevation
229
+
230
+ | Level | Treatment | Use |
231
+ |-------|-----------|-----|
232
+ | Flat (Level 0) | No shadow | Page background, headings, nav, section CTAs, cards — the default |
233
+ | Tint (Level 1) | `#fafafa` / dark block background shift | Section separation without elevation |
234
+ | Floating (Level 2) | `rgba(0,0,0,0.04) 0px 1px 2px, rgba(0,0,0,0.06) 0px 8px 24px` | The single floating scroll-to-top button |
235
+
236
+ **Shadow Philosophy**: NRISE is a near-shadowless, flat system. Live inspection returned `box-shadow: none` across the hero, nav, headings, cards, and section CTAs on both surfaces — the only element carrying a shadow is the floating scroll-to-top button, which uses a soft two-layer drop. Depth and grouping are otherwise communicated entirely through flat surfaces: white (`#ffffff`), soft grey (`#fafafa`), and the dark neutral ladder (`#212529`, `#212126`, `#111111`). When emphasis is needed the system reaches for the pink `#ff0056` CTA or a dark block, never elevation.
237
+
238
+ ## 7. Do's and Don'ts
239
+
240
+ ### Do
241
+ - Set every headline in Pretendard weight 700 — it's the entire display voice
242
+ - Use warm near-black ink (`#222222`) for headings and true black (`#000000`) for body
243
+ - Reserve pink (`#ff0056`) for the primary WIPPY CTA — keep it the single "action" color
244
+ - Separate sections with flat surfaces (`#ffffff` ↔ `#fafafa` ↔ dark blocks), not shadows
245
+ - Introduce sections with muted-grey (`#767676`) Latin-caps eyebrow labels at 19px
246
+ - Use pill geometry (30px) for the home CTAs and a sharper 8px solid button on the product surface
247
+ - Anchor dark sections and cards with the neutral ladder (`#212529`, `#212126`, `#111111`)
248
+ - Keep body and hero leading generous (1.5) for hangul legibility
249
+
250
+ ### Don't
251
+ - Add drop shadows for elevation — NRISE is flat; only the floating TOP button carries one
252
+ - Spread pink across many elements — it dilutes the single-action signal
253
+ - Introduce a second typeface or a light display weight — Pretendard 700/400 is the whole system
254
+ - Use pure black (`#000000`) for headings — reserve the warm near-black `#222222`
255
+ - Mix in a second accent hue — pink is the only saturated color
256
+ - Set headlines in a regular weight — display is always 700
257
+ - Over-tint surfaces with color — the neutrals are strictly greyscale
258
+ - Bury the CTA in decoration — the one pink pill should read as the obvious next step
259
+
260
+ ## 8. Responsive Behavior
261
+
262
+ ### Breakpoints
263
+ | Name | Width | Key Changes |
264
+ |------|-------|-------------|
265
+ | Mobile | <640px | Single column, hero headline compresses, CTAs full-width |
266
+ | Tablet | 640-1024px | Moderate padding, 2-up feature blocks |
267
+ | Desktop | 1024-1440px | Full layout, centered editorial columns, dark feature bands |
268
+
269
+ ### Touch Targets
270
+ - Home CTA pills at 40px height, full pill for an unmistakable tap target
271
+ - Product solid button at 48px height with 24px horizontal padding
272
+ - Nav items at 32px height, spaced within the header
273
+ - Floating scroll-to-top at 48px, comfortably tappable
274
+
275
+ ### Collapsing Strategy
276
+ - Hero: 48px WIPPY / 38px corporate headlines scale down on mobile, weight 700 maintained
277
+ - Feature bands: multi-column → stacked single column
278
+ - White ↔ grey ↔ dark alternating sections maintain full-width treatment
279
+ - Eyebrow → headline → content stacks vertically at all sizes
280
+
281
+ ### Image Behavior
282
+ - App screenshots and product illustrations carry no shadow at any size, consistent with the flat system
283
+ - Cards maintain 10–12px radius across breakpoints
284
+
285
+ ## 9. Agent Prompt Guide
286
+
287
+ ### Quick Color Reference
288
+ - Primary CTA: WIPPY Pink (`#ff0056`)
289
+ - Heading ink: Near-black (`#222222`)
290
+ - Body text: Pure black (`#000000`)
291
+ - Nav labels: Nav ink (`#212429`)
292
+ - Background: Pure white (`#ffffff`)
293
+ - Soft surface: Grey (`#fafafa`)
294
+ - Dark neutrals: `#212529`, `#212126`, `#111111`
295
+ - Muted labels: Grey (`#767676`), Grey alt (`#8c8c8c`)
296
+ - On dark/pink: White (`#ffffff`)
297
+
298
+ ### Example Component Prompts
299
+ - "Create a hero on white background. Headline at 48px Pretendard weight 700, line-height 1.5, color #222222. Below it a pink CTA: #ff0056 background, white text, 30px radius, 8px 16px padding, 40px height, 16px Pretendard weight 700 — '더 알아보기'."
300
+ - "Design an editorial section: muted-grey (#767676) eyebrow label 'MISSION' at 19px Pretendard weight 400, then a 38px weight-700 #222222 title, then body at 16px weight 400 #000000. No shadow — separate the next block with a #fafafa background."
301
+ - "Build a dark feature card: #212126 background, white text, 12px radius, no shadow. Title 23px Pretendard weight 700 #ffffff, body 16px weight 400."
302
+ - "Create top nav: white header. Pretendard 14px weight 600 items in #212429; active item fills #222222 with white text at 4px radius. WIPPY pink CTA optional on the right."
303
+
304
+ ### Iteration Guide
305
+ 1. Pretendard weight 700 for every headline; weight 400 for body and eyebrows; 600 for nav
306
+ 2. Pink (`#ff0056`) is the single action color — don't spread it
307
+ 3. No shadows — separate with white / `#fafafa` / dark blocks; only the floating TOP button lifts
308
+ 4. Heading ink is `#222222` (warm near-black), body is `#000000` (true black)
309
+ 5. Home CTAs are 30px pills; the product solid button is 8px
310
+ 6. Dark surfaces use the neutral ladder `#212529` / `#212126` / `#111111`
311
+ 7. Lead sections with a muted-grey Latin-caps eyebrow at 19px
312
+
313
+ ---
314
+
315
+ ## 10. Voice & Tone
316
+
317
+ NRISE's voice is **warm, human, and reassuring** — a Korean consumer brand that frames technology in terms of everyday feeling rather than features. The corporate mission lines speak in the register of emotional benefit: comfortable connection and healthy habits, not KPIs. WIPPY's product copy is confident and safety-forward, positioning the app as a trustworthy space to be yourself. Copy is plain, declarative Korean, low on jargon and free of hype punctuation.
318
+
319
+ | Context | Tone |
320
+ |---|---|
321
+ | Corporate mission | Emotional-benefit framing. "편안한 만남을 통해 일상의 행복을 전달합니다." Warm, human. |
322
+ | Product headlines (WIPPY) | Confident, category-leading. "위피, 소셜 디스커버리 1위 서비스." Direct, not boastful. |
323
+ | Feature descriptions | Benefit-first, plain. Explains what the user gets, not the mechanism. |
324
+ | Trust / safety copy | Calm, principled. "더 나은 연결을 위해 안전을 최우선의 가치로." States the value plainly. |
325
+ | Press / news | Factual, understated. Chronological headlines with dates. |
326
+
327
+ **Voice samples (verbatim from live surfaces):**
328
+ - "편안한 만남을 통해 일상의 행복을 전달합니다" — corporate mission (comfortable connection → everyday happiness). *(verified live 2026-07-02)*
329
+ - "위피, 소셜 디스커버리 1위 서비스" — WIPPY product hero (category-leading positioning). *(verified live 2026-07-02)*
330
+ - "더 나은 연결을 위해 안전을 최우선의 가치로" — WIPPY safety value (safety as the top priority for better connection). *(verified live 2026-07-02)*
331
+
332
+ **Forbidden register**: hype punctuation and superlative stacking, fear- or urgency-based dark patterns, undefined jargon, anything that frames a social app as a numbers game rather than human connection.
333
+
334
+ ## 11. Brand Narrative
335
+
336
+ NRISE (엔라이즈) is a Korean consumer-tech studio that builds mobile products around two human needs: connection and healthy routine. Its flagship is **WIPPY (위피)**, positioned on its own surface as Korea's No.1 social-discovery service — "나를 표현하고 상대를 발견하는 공간" (a space to express yourself and discover others) and "같은 관심사를 가진 동네 친구와의 만남" (meeting neighborhood friends who share your interests). Its second product line, **콰트 (Quat)**, sits under the mission "건강한 습관을 형성하여 삶의 변화를 제공합니다" (forming healthy habits to deliver life change). Together the two products express the company's stated umbrella value: "NRISE가 세상에 전하는 가치."
337
+
338
+ The company frames its work in emotional-benefit terms rather than technical ones. Where the corporate mission talks about "편안한 만남" (comfortable connection) delivering "일상의 행복" (everyday happiness), WIPPY's product surface foregrounds safety as a first-class value — "더 나은 연결을 위해 안전을 최우선의 가치로" — a deliberate stance for a social-discovery category that often carries trust concerns. A press item observed on the homepage ("콰트·위피 눈부신 활약…엔라이즈, 2년 연속 흑자 달성", dated 2026.04.08) points to a business narrative of two-consecutive-years profitability driven by both products.
339
+
340
+ What NRISE refuses, visible in its design: the busy, shadow-stacked chrome and multi-color palettes of legacy portals, and the dark-pattern urgency common to engagement-driven social apps. What it embraces: a flat, fast, monochrome canvas; a single trustworthy pink reserved for the one action that matters; bold Pretendard headlines that speak plainly; and copy that frames the product around human feeling and safety rather than metrics.
341
+
342
+ *(Company facts above beyond the live homepage/career surfaces — e.g. the exact founding year and leadership — are not asserted here; the narrative is anchored to verbatim, live-observed positioning and the dated press headline.)*
343
+
344
+ ## 12. Principles
345
+
346
+ 1. **One action, one color.** Pink (`#ff0056`) means "do this." *UI implication:* reserve the saturated pink exclusively for the primary WIPPY CTA so the next step is never ambiguous on an otherwise monochrome screen.
347
+ 2. **Feeling before features.** The brand sells everyday happiness and healthy habits, not specs. *UI implication:* lead sections with emotional-benefit headlines; let product screenshots carry the detail.
348
+ 3. **Safety is a design value.** For a social-discovery product, trust is a feature. *UI implication:* surface safety and control copy prominently and calmly; never bury it.
349
+ 4. **Flat and fast.** Mobile-native clarity beats decorative depth. *UI implication:* no shadows; separate with white, grey, and dark blocks; keep the page light and quick to scan.
350
+ 5. **Bold, single-voice type.** Pretendard 700 headlines carry the whole hierarchy. *UI implication:* use size and the bold/regular split for structure — never reach for a second typeface or a light display weight.
351
+
352
+ ## 13. Personas
353
+
354
+ *Personas below are fictional archetypes informed by publicly observable NRISE/WIPPY user segments (young Korean adults seeking new connections, users building healthy routines), not individual people.*
355
+
356
+ **김하늘, 26, 서울.** A young professional new to a neighborhood who uses WIPPY to meet people with shared interests. Values that the app feels safe and expressive rather than transactional. Chose WIPPY because it presented itself as a space to "express and discover," not a numbers game.
357
+
358
+ **정우진, 31, 경기.** A user who came for social discovery and stayed for the studio's habit product, 콰트. Appreciates the plain, warm tone and the single clear CTA on every screen — he always knows what the next step is.
359
+
360
+ **이서연, 24, 부산.** Safety-conscious first-time user of a social-discovery app. Reassured by WIPPY's explicit "안전을 최우선의 가치로" messaging and the calm, non-pushy interface. Distrusts apps that feel urgent or cluttered.
361
+
362
+ ## 14. States
363
+
364
+ | State | Treatment |
365
+ |---|---|
366
+ | **Empty (no matches / no results)** | White canvas. A single near-black (`#222222`) line explaining there's nothing yet, with one pink (`#ff0056`) CTA to take the next step. No clutter. |
367
+ | **Empty (saved/list, none yet)** | Muted grey (`#767676`) single line: nothing saved yet, plus a calm path back. Honest, low-pressure. |
368
+ | **Loading (content fetch)** | Skeleton blocks at final card dimensions on `#ffffff` / `#fafafa`, 10–12px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
369
+ | **Loading (action in progress)** | Inline progress on the button; the pink CTA keeps its color while disabled-pending, previous content stays visible. |
370
+ | **Error (fetch failed)** | Inline message in near-black (`#222222`) with a plain-language explanation and a retry. No bare "오류가 발생했습니다" — states what to do next. |
371
+ | **Error (form validation)** | Field-level message below the input; describes what's valid, not just "필수". |
372
+ | **Success (action complete)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
373
+ | **Skeleton** | `#fafafa` blocks at final dimensions, 10–12px radius, flat pulse. |
374
+ | **Disabled** | Muted grey (`#8c8c8c`) text on a reduced-opacity surface; the pink action fades rather than turning grey, to preserve the brand read. |
375
+
376
+ ## 15. Motion & Easing
377
+
378
+ **Durations**:
379
+
380
+ | Token | Value | Use |
381
+ |---|---|---|
382
+ | `motion-fast` | 120ms | Hover, button press, focus |
383
+ | `motion-standard` | 200ms | Card/section reveal, sheet, dropdown |
384
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
385
+
386
+ **Easings**:
387
+
388
+ | Token | Curve | Use |
389
+ |---|---|---|
390
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sheets, cards, CTAs |
391
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
392
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
393
+
394
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, fast aesthetic. CTAs respond to press with a subtle scale/opacity shift; content fades in from below at `motion-standard / ease-enter`; the floating scroll-to-top eases in on scroll. No bounce or spring — a trust-forward social product signals steadiness, not gimmickry. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the product remains fully functional.
395
+
396
+ <!--
397
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
398
+
399
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on two surfaces:
400
+ - https://www.nrise.net/ — corporate home: nav, mission/history/news sections, pink & dark CTAs
401
+ - https://career.nrise.net/ko/wippy — WIPPY product/career surface: hero, feature sections, primary button, floating TOP action
402
+
403
+ Token-level claims (§1-9) are sourced from this live inspection (see web/references/nrise/.verification.md Proof block for raw computed-style samples).
404
+
405
+ Voice samples (§10) are verbatim from the live surfaces (corporate mission line, WIPPY hero, WIPPY safety value).
406
+
407
+ Brand narrative (§11): NRISE (엔라이즈) operates WIPPY (위피, social discovery) and 콰트 (Quat, healthy-habit).
408
+ Positioning quotes are verbatim from the live homepage/career surfaces; the profitability note references the
409
+ dated press headline observed on the homepage ("엔라이즈, 2년 연속 흑자 달성", 2026.04.08). Founding year and
410
+ leadership are deliberately NOT asserted — not verified from a first-party statement in this turn.
411
+
412
+ Personas (§13) are fictional archetypes informed by publicly observable WIPPY/NRISE user segments. Names are
413
+ illustrative; they do not refer to real people.
414
+
415
+ Interpretive claims (e.g., "one action, one color", "flat and fast as a rejection of legacy portal chrome") are
416
+ editorial readings connecting NRISE's observed design to its positioning, not directly sourced NRISE statements.
417
+ -->