oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,414 @@
1
+ ---
2
+ id: gaudiolab
3
+ name: Gaudio Lab
4
+ display_name_kr: 가우디오랩
5
+ country: KR
6
+ category: ai
7
+ homepage: "https://www.gaudiolab.com/"
8
+ primary_color: "#00b7ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=gaudiolab.com&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/outline sky-blue (#00b7ff); marketing ink near-black (#111214) while the MUI chrome layer uses rgba(0,0,0,0.87). Hybrid type stack: Poppins (EN display) + Roboto (MUI body/UI) + Noto Sans KR (KO). Shadowless."
19
+ colors:
20
+ primary: "#00b7ff"
21
+ ink: "#111214"
22
+ canvas: "#ffffff"
23
+ surface: "#f0f9ff"
24
+ night: "#1e1e1f"
25
+ ocean: "#12354e"
26
+ muted: "#9ca3af"
27
+ faint: "#d3d5da"
28
+ hairline: "#d6d6d6"
29
+ on-primary: "#fafafa"
30
+ typography:
31
+ family: { display: "Poppins", body: "Roboto", ko: "Noto Sans KR" }
32
+ display-hero: { size: 80, weight: 700, lineHeight: 1.00, use: "Korean brand hero headline, system-ui / Noto Sans KR" }
33
+ section: { size: 48, weight: 900, lineHeight: 1.46, use: "English section titles, black weight" }
34
+ stat: { size: 36, weight: 700, lineHeight: 1.11, tracking: 0.15, use: "Milestone stat H1, Roboto" }
35
+ card-title: { size: 18, weight: 500, lineHeight: 1.56, use: "Blog/news card heading, Roboto" }
36
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Body text, Roboto / MUI base" }
37
+ nav: { size: 14, weight: 500, lineHeight: 1.00, use: "Top nav menu buttons, Roboto" }
38
+ button-lg: { size: 18, weight: 500, lineHeight: 1.00, use: "'Watch the Film' overlay button, Poppins" }
39
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 40, section: 64 }
40
+ rounded: { sm: 4, md: 6, lg: 12, xl: 16, full: 9999 }
41
+ shadow:
42
+ none: "none"
43
+ components:
44
+ cta-primary: { type: button, bg: "#00b7ff", fg: "#fafafa", radius: "6px", padding: "8px 16px", height: "32px", font: "14px / 500", use: "Header 'Contact us' / '문의하기' CTA" }
45
+ cta-hero: { type: button, bg: "#00b7ff", fg: "#ffffff", radius: "4px", height: "44px", font: "16px / 500", use: "Hero primary 'Contact us' CTA" }
46
+ button-outline: { type: button, fg: "#00b7ff", border: "1px solid #00b7ff", radius: "4px", height: "44px", font: "16px / 500", use: "'All products' secondary action" }
47
+ button-film: { type: button, bg: "#ffffff", fg: "#111214", radius: "4px", padding: "16px 40px", height: "62px", font: "18px / 500 Poppins", use: "'Watch the Film' overlay button on brand hero" }
48
+ nav-item: { type: tab, fg: "#111214", radius: "6px", padding: "8px 16px", font: "14px / 500", active: "text #00b7ff", use: "Top nav menu items (light surface)" }
49
+ news-card: { type: card, bg: "#ffffff", border: "1px solid #d6d6d6", radius: "12px", use: "Blog & news thumbnail card, shadowless" }
50
+ product-row: { type: listItem, fg: "#111214", radius: "9999px", height: "64px", font: "16px / 400", use: "Product row in app-launcher menu" }
51
+ app-launcher: { type: button, radius: "9999px", height: "40px", use: "Circular app-launcher icon button" }
52
+ components_harvested: true
53
+ ---
54
+
55
+ # Design System Inspiration of Gaudio Lab
56
+
57
+ ## 1. Visual Theme & Atmosphere
58
+
59
+ Gaudio Lab (가우디오랩) is a Korean AI-audio technology company, and its website reads like a research lab that learned restraint from consumer product design. The canvas is almost entirely pure white (`#ffffff`), sectioned by wide bands of full-bleed video and near-black immersive blocks (`#1e1e1f`) where the sound-wave imagery lives. Against that quiet ground, a single saturated sky-blue (`#00b7ff`) does all the pointing — it is the only chromatic accent in the whole system, reserved for the "Contact us" / "문의하기" call-to-action and the outline of the "All products" button. The eye is trained: blue means act. Everything else is calibrated grayscale, so the interface feels engineered and trustworthy rather than decorated.
60
+
61
+ The typographic personality is deliberately split across a hybrid stack, which is the tell that this is an engineering-led site rather than an agency showpiece. The English marketing layer runs in **Poppins** — geometric, rounded, and confident, climbing to a heavy weight 900 for section titles like "The Science of Sound". The functional chrome (nav, milestone stats, blog cards) is straight **Roboto** on Material UI, carrying the MUI default ink of `rgba(0,0,0,0.87)` and a 0.15px tracking on its `<h1>` stats. Korean copy resolves through the system stack into **Noto Sans KR**, where the brand hero "우리는 좋은 소리를 만들고 좋은 소리는 우리를 만듭니다" ("We make good sound, and good sound makes us") is set at a commanding 80px / weight 700. On the newer marketing sections the heading ink shifts to a crisper near-black `#111214`.
62
+
63
+ What distinguishes Gaudio Lab is its refusal of elevation. Live inspection found `box-shadow: none` across the hero, nav, CTAs, headings, and cards — nothing floats. Separation comes from flat sky-tinted panels (`#f0f9ff`), thin `#d6d6d6` hairlines around 12px-radius news cards, and hard cuts into dark sections (`#1e1e1f`, and a deeper navy `#12354e`). Geometry mixes two ideas cleanly: full pills (`9999px`) for product-list rows and the circular app-launcher, and a tight small-radius scale (4px / 6px CTAs, 12px / 16px cards) for everything structural. Text steps down through a cool neutral ladder — `#d3d5da` faint labels on dark, `#9ca3af` muted captions, `#fafafa` near-white on the blue CTA — a flat, fast, science-forward aesthetic that lets the audio content, not the chrome, do the talking.
64
+
65
+ **Key Characteristics:**
66
+ - Single saturated sky-blue (`#00b7ff`) as the only accent — reserved for the primary CTA and the outline button
67
+ - Hybrid type stack: Poppins (EN display, up to weight 900), Roboto/MUI (body + chrome), Noto Sans KR (Korean)
68
+ - Near-black marketing ink (`#111214`) alongside the MUI default `rgba(0,0,0,0.87)` on chrome
69
+ - Shadowless system — no `box-shadow` anywhere; separation via tint, hairline, and dark bands
70
+ - Dual geometry — full pills (`9999px`) for product rows/launcher, tight 4-16px radii for CTAs and cards
71
+ - Dark immersive bands (`#1e1e1f`, `#12354e`) hosting sound-wave and film imagery
72
+ - Cool neutral ladder (`#d3d5da` → `#9ca3af`) for text hierarchy against white and dark
73
+ - Near-white label (`#fafafa`) on the blue CTA instead of pure white — a subtle MUI softness
74
+
75
+ ## 2. Color Palette & Roles
76
+
77
+ ### Primary / Brand
78
+ - **Gaudio Sky** (`#00b7ff`): The signature bright sky-blue and the system's single action color. It is the "Contact us" / "문의하기" CTA background, the "All products" outline button's border and text, and appears as a background fill roughly nine times across the homepage (rgb(0, 183, 255)). Nothing else competes with it.
79
+ - **On-Primary** (`#fafafa`): The near-white label color that sits on the blue CTA (rgb(250, 250, 250)) — softer than pure white, an MUI convention.
80
+
81
+ ### Ink & Text
82
+ - **Ink** (`#111214`): Near-black used for headings and body on the newer marketing sections (rgb(17, 18, 20), 130+ observed instances). The Material UI chrome layer additionally uses `rgba(0,0,0,0.87)` as its default body/heading ink, so both blacks coexist by layer.
83
+ - **Muted** (`#9ca3af`): Muted cool grey for secondary and caption text.
84
+ - **Faint** (`#d3d5da`): Faint light-grey used for low-emphasis labels on dark sections (rgb(211, 213, 218)).
85
+
86
+ ### Surface & Border
87
+ - **Canvas** (`#ffffff`): The dominant page background — pure white, and the fill of the "Watch the Film" button and news cards.
88
+ - **Surface** (`#f0f9ff`): A faint sky-tinted panel background used for light feature blocks — the palest echo of the brand blue.
89
+ - **Hairline** (`#d6d6d6`): The thin border/divider color around the 12px-radius news cards in the shadowless card system (rgb(214, 214, 214)).
90
+
91
+ ### Dark Sections
92
+ - **Night** (`#1e1e1f`): Near-black background for the immersive dark bands that host sound-wave and video imagery (rgb(30, 30, 31)).
93
+ - **Ocean** (`#12354e`): A deep navy-teal used as an accent dark-section background (rgb(18, 53, 78)).
94
+
95
+ ## 3. Typography Rules
96
+
97
+ ### Font Family
98
+ - **Display (EN)**: `Poppins` — geometric sans for English marketing headlines and the "Watch the Film" button. Loaded at weights 400 / 500 / 700, and pushed to 900 for the largest section titles.
99
+ - **Body / UI**: `Roboto` (Material UI base, with `Helvetica, Arial` fallback) — nav, milestone stats, blog/news cards, and body copy. Weights 300-700 loaded.
100
+ - **Korean**: `Noto Sans KR` (resolved through the `-apple-system, system-ui` stack) — Korean headlines and copy, e.g. the 80px brand hero.
101
+
102
+ ### Hierarchy
103
+
104
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
105
+ |------|------|------|--------|-------------|----------------|-------|
106
+ | Display Hero (KO) | Noto Sans KR | 80px (5.00rem) | 700 | 1.00 | normal | Brand-page hero, white on dark |
107
+ | Section Title | Poppins | 48px (3.00rem) | 900 | 1.46 | normal | "The Science of Sound", black weight |
108
+ | Milestone Stat | Roboto | 36px (2.25rem) | 700 | 1.11 (40px) | 0.15px | "50 million users", "Award-winning" |
109
+ | Card Title | Roboto | 18px (1.13rem) | 500 | 1.56 (28px) | normal | Blog & news card headings |
110
+ | Button Large | Poppins | 18px (1.13rem) | 500 | 1.00 | normal | "Watch the Film" overlay button |
111
+ | Body | Roboto | 16px (1.00rem) | 400 | 1.50 (24px) | normal | Standard reading text, MUI base |
112
+ | Nav | Roboto | 14px (0.88rem) | 500 | 1.00 | normal | Top nav menu buttons |
113
+
114
+ ### Principles
115
+ - **Split by layer, not by whim**: Poppins persuades (English marketing display), Roboto informs (chrome + body), Noto Sans KR speaks Korean. Each font owns one job and never trespasses.
116
+ - **Weight carries hierarchy**: The system leans on weight jumps — Poppins 900 for section titles, Roboto 700 for stats, 500 for card titles and nav, 400 for body — more than on size alone.
117
+ - **Two blacks by design**: Marketing sections use the crisp `#111214`; the MUI chrome keeps its native `rgba(0,0,0,0.87)`. This is a real, observable duality, not an inconsistency to paper over.
118
+ - **Numbers as headlines**: Milestone figures ("50M", "119", "35") are set as large Roboto `<h1>` stats with 0.15px tracking — data is promoted to display type.
119
+
120
+ ## 4. Component Stylings
121
+
122
+ ### Buttons
123
+
124
+ **Header CTA (Primary)**
125
+ - Background: `#00b7ff`
126
+ - Text: `#fafafa`
127
+ - Radius: 6px
128
+ - Padding: 8px 16px
129
+ - Height: 32px
130
+ - Font: 14px / 500 / Roboto
131
+ - Use: Header "Contact us" / "문의하기" — the persistent primary action
132
+
133
+ **Hero CTA (Primary)**
134
+ - Background: `#00b7ff`
135
+ - Text: `#ffffff`
136
+ - Radius: 4px
137
+ - Height: 44px
138
+ - Font: 16px / 500 / Roboto
139
+ - Use: In-page hero "Contact us" call-to-action
140
+
141
+ **Outline (Secondary)**
142
+ - Text: `#00b7ff`
143
+ - Border: 1px solid `#00b7ff`
144
+ - Radius: 4px
145
+ - Height: 44px
146
+ - Font: 16px / 500 / Roboto
147
+ - Use: "All products" — secondary action beside the hero CTA
148
+
149
+ **Watch the Film (Overlay)**
150
+ - Background: `#ffffff`
151
+ - Text: `#111214`
152
+ - Radius: 4px
153
+ - Padding: 16px 40px
154
+ - Height: 62px
155
+ - Font: 18px / 500 / Poppins
156
+ - Use: White film-launch button over the brand hero video
157
+
158
+ **App Launcher (Icon)**
159
+ - Radius: 9999px
160
+ - Height: 40px
161
+ - Use: Circular "Open app launcher" icon button in the header
162
+
163
+ ### Navigation
164
+
165
+ **Nav Menu Item**
166
+ - Text: `#111214`
167
+ - Radius: 6px
168
+ - Padding: 8px 16px
169
+ - Height: 36px
170
+ - Font: 14px / 500 / Roboto
171
+ - Active: `#00b7ff` text
172
+ - Use: Top nav items ("Products", "Technology", "Blog & News", "Careers", "About us" / "제품", "기술")
173
+
174
+ ### Cards & Containers
175
+
176
+ **News Card**
177
+ - Background: `#ffffff`
178
+ - Border: 1px solid `#d6d6d6`
179
+ - Radius: 12px
180
+ - Shadow: none
181
+ - Use: Blog & news thumbnail card — hairline separation, no elevation
182
+
183
+ ### List Items
184
+
185
+ **Product Row**
186
+ - Text: `#111214`
187
+ - Radius: 9999px
188
+ - Height: 64px
189
+ - Font: 16px / 400 / Roboto
190
+ - Use: Product rows in the app-launcher menu (GSA, Gaudio Sing, GTS, LM1, Gaudio Studio Pro)
191
+
192
+ ---
193
+
194
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 3 surfaces)
195
+ **Tier 1 sources:** https://www.gaudiolab.com/ , https://www.gaudiolab.com/company/brand , https://www.gaudiolab.com/ko/company/brand
196
+ **Tier 2 sources:** getdesign.md/gaudiolab (0 DESIGN.md files — empty); styles.refero.design/?q=gaudio (not listed — generic trending grid only)
197
+ **Conflicts unresolved:** none (Tier 2 supplied no competing values)
198
+
199
+ ## 5. Layout Principles
200
+
201
+ ### Spacing System
202
+ - Base unit: 8px (MUI-derived), with 4px micro-steps
203
+ - Scale: 4px, 8px, 12px, 16px, 24px, 40px, 64px
204
+ - Notable: CTA padding lands at 8px 16px (header) and the large film button at a generous 16px 40px
205
+
206
+ ### Grid & Container
207
+ - Full-bleed hero video/imagery bands alternate with centered content columns
208
+ - Product entries are listed as full-pill (`9999px`) rows inside the app-launcher menu
209
+ - Blog & news arranged as a grid of 12px-radius cards
210
+ - Milestone/stat sections present large Roboto numbers in a horizontal row
211
+
212
+ ### Whitespace Philosophy
213
+ - **Content over chrome**: generous white (`#ffffff`) space frames the audio/video content so the imagery, not the UI, holds attention.
214
+ - **Flat segmentation**: sections separate by background swap — white, sky-tinted `#f0f9ff`, or near-black `#1e1e1f` — rather than by borders or shadows.
215
+ - **Immersive dark bands**: full-width `#1e1e1f` / `#12354e` blocks create rhythm and host the sound-wave visuals.
216
+
217
+ ### Border Radius Scale
218
+ - Small (4px): hero CTA, outline button, film button
219
+ - Medium (6px): header CTA, nav menu items
220
+ - Large (12px): news/blog cards
221
+ - XL (16px): larger feature containers
222
+ - Full (9999px): product-list rows, app-launcher icon button
223
+
224
+ ## 6. Depth & Elevation
225
+
226
+ | Level | Treatment | Use |
227
+ |-------|-----------|-----|
228
+ | Flat (Level 0) | No shadow | Every surface — page, nav, CTAs, cards |
229
+ | Tint (Level 1) | `#f0f9ff` background shift | Light feature-block separation |
230
+ | Hairline (Level 2) | `1px solid #d6d6d6` border | News card outlines, dividers |
231
+ | Dark band (Level 3) | `#1e1e1f` / `#12354e` background | Immersive full-width sections |
232
+
233
+ **Shadow Philosophy**: Gaudio Lab is a fully shadowless system — live inspection returned `box-shadow: none` on the hero, nav, CTAs, headings, and cards. Depth is communicated entirely through flat means: sky-tinted panels (`#f0f9ff`), thin `#d6d6d6` hairlines, and hard cuts into near-black bands (`#1e1e1f`, `#12354e`). When the design needs to draw the eye it reaches for the one saturated blue (`#00b7ff`) or a dark band, never elevation. This keeps the interface feeling fast, clean, and technical — appropriate for an audio-engineering company whose product lives in the sound, not the screen.
234
+
235
+ ## 7. Do's and Don'ts
236
+
237
+ ### Do
238
+ - Reserve sky-blue (`#00b7ff`) for the single primary action — CTA fill and the outline button, nothing else
239
+ - Use Poppins for English display headlines, up to weight 900 for section titles
240
+ - Use Roboto (MUI) for nav, stats, cards, and body — keep the chrome consistent
241
+ - Set Korean copy in Noto Sans KR, and let the brand hero run large (80px / 700)
242
+ - Keep the system shadowless — separate with `#f0f9ff` tint, `#d6d6d6` hairlines, and dark bands
243
+ - Use near-black `#111214` for marketing headings; accept `rgba(0,0,0,0.87)` on MUI chrome
244
+ - Use full pills (`9999px`) for product rows and the app-launcher, tight 4-6px radii for CTAs
245
+ - Promote key numbers (50M, 119, 35) to large Roboto stat headlines
246
+
247
+ ### Don't
248
+ - Spread the blue across many elements — it dilutes the single-action signal
249
+ - Add drop shadows for elevation — the system is deliberately flat
250
+ - Mix a second saturated accent color alongside `#00b7ff`
251
+ - Set English display type in Roboto — Poppins owns the marketing headline voice
252
+ - Use pure black for the near-white CTA label — it is `#fafafa`, softer by intent
253
+ - Apply pill radii to structural cards — cards stay at 12-16px, pills are for rows/launcher
254
+ - Let Korean and English headings share a font — each locale keeps its own stack
255
+
256
+ ## 8. Responsive Behavior
257
+
258
+ ### Breakpoints
259
+ | Name | Width | Key Changes |
260
+ |------|-------|-------------|
261
+ | Mobile | <640px | Single column, hero video crops, product rows stack |
262
+ | Tablet | 640-1024px | 2-up news cards, condensed nav |
263
+ | Desktop | 1024-1440px | Full layout, wide hero bands, multi-column stats |
264
+
265
+ ### Touch Targets
266
+ - Header CTA at 32px height, hero CTA and outline button at 44px — comfortably tappable
267
+ - Nav menu buttons at 36px with 8px 16px padding
268
+ - App-launcher icon at 40px, full-circle target
269
+
270
+ ### Collapsing Strategy
271
+ - Hero: Korean 80px / English 48px headlines scale down; weight maintained
272
+ - Product list: full-pill rows stack vertically in the app-launcher on narrow viewports
273
+ - News grid: multi-column → 2-up → single column
274
+ - Dark immersive bands keep full-width treatment; internal padding reduces
275
+
276
+ ### Image Behavior
277
+ - Hero and section video/imagery run full-bleed and crop rather than shrink
278
+ - News cards keep 12px radius and their `#d6d6d6` hairline (no shadow) at all sizes
279
+
280
+ ## 9. Agent Prompt Guide
281
+
282
+ ### Quick Color Reference
283
+ - Primary action: Gaudio Sky (`#00b7ff`)
284
+ - CTA label: On-Primary (`#fafafa`) / white (`#ffffff`)
285
+ - Marketing heading: Ink (`#111214`)
286
+ - Chrome ink: `rgba(0,0,0,0.87)` (MUI default)
287
+ - Background: Canvas (`#ffffff`)
288
+ - Tinted panel: Surface (`#f0f9ff`)
289
+ - Muted text: `#9ca3af`; Faint on dark: `#d3d5da`
290
+ - Card hairline: `#d6d6d6`
291
+ - Dark bands: Night (`#1e1e1f`), Ocean (`#12354e`)
292
+
293
+ ### Example Component Prompts
294
+ - "Create a header CTA: `#00b7ff` background, `#fafafa` text, 6px radius, 8px 16px padding, 32px tall, 14px/500 Roboto. Label 'Contact us'."
295
+ - "Build a hero row: white background. English section title in Poppins 48px weight 900, `#111214`. Primary CTA (`#00b7ff` bg, white text, 4px radius, 44px tall) next to an outline button (transparent, 1px solid `#00b7ff`, `#00b7ff` text, 4px radius, 44px tall)."
296
+ - "Design a news card: white `#ffffff` background, 1px solid `#d6d6d6` border, 12px radius, no shadow. Card title 18px Roboto weight 500, line-height 28px."
297
+ - "Create a dark immersive band: `#1e1e1f` background, Korean headline in Noto Sans KR 80px weight 700, white text. Optional white 'Watch the Film' button (16px 40px padding, 4px radius, `#111214` text, 18px Poppins)."
298
+
299
+ ### Iteration Guide
300
+ 1. `#00b7ff` is the single action color — never spread it
301
+ 2. Poppins for EN display, Roboto for chrome/body, Noto Sans KR for Korean
302
+ 3. No shadows — separate with `#f0f9ff` tint, `#d6d6d6` hairlines, dark bands
303
+ 4. Two blacks: `#111214` marketing / `rgba(0,0,0,0.87)` MUI chrome
304
+ 5. Pills (`9999px`) for product rows + launcher; 4-16px radii for everything structural
305
+ 6. Promote key numbers to large Roboto stat headlines
306
+
307
+ ---
308
+
309
+ ## 10. Voice & Tone
310
+
311
+ Gaudio Lab's voice is **precise, wonder-tinged, and quietly authoritative** — an audio research lab that treats sound as both science and emotion, and says so plainly. The English tagline "Where sound is, Gaudio Lab is there." and the section header "The Science of Sound" set the register: declarative, curiosity-forward, never hype. The company frames itself through evidence — "Over 40 audio experts including 9 Ph.D" — rather than adjectives, and lets awards (CES Innovation Awards) and numbers (50M daily users) do the boasting. Korean copy carries a warmer, almost poetic note: "우리는 좋은 소리를 만들고 좋은 소리는 우리를 만듭니다" ("We make good sound, and good sound makes us").
312
+
313
+ | Context | Tone |
314
+ |---|---|
315
+ | Brand hero (KO) | Poetic, reciprocal. "좋은 소리는 우리를 만듭니다." Warm, mission-framed. |
316
+ | Section titles (EN) | Declarative, scientific. "The Science of Sound", "Wherever Sound Goes". |
317
+ | Mission line | Plain-spoken capability. "We provide an excellent sound experience through innovative technologies." |
318
+ | Stats / milestones | Concrete and unadorned. "50M daily users", "119 IP", "35 partners". |
319
+ | CTAs | Minimal and direct. "Contact us", "All products", "Watch the Film". |
320
+
321
+ **Voice samples (verbatim from live surfaces):**
322
+ - "Where sound is, Gaudio Lab is there." — brand-page hero subtitle (mission-framed). *(verified live 2026-07-02, /company/brand)*
323
+ - "Sound is the most fundamental means of connecting with people or touching their emotions." — "The Science of Sound" section. *(verified live 2026-07-02, /company/brand)*
324
+ - "우리는 좋은 소리를 만들고 좋은 소리는 우리를 만듭니다" — Korean brand hero. *(verified live 2026-07-02, /ko/company/brand)*
325
+
326
+ **Forbidden register**: hype superlatives, exclamation-heavy marketing, undefined buzzwords, and any framing that hides the engineering behind vague "magic". Sound is presented as science first, feeling second — never as a gimmick.
327
+
328
+ ## 11. Brand Narrative
329
+
330
+ Gaudio Lab (가우디오랩) is a Seoul-based AI-audio technology company, spun out of academic sound research and, by its own homepage timeline, marking its **10th anniversary in 2025** (founded circa 2015). Its founding premise is stated directly on the brand page: "We provide an excellent sound experience through innovative technologies" — and, more memorably, "Where sound is, Gaudio Lab is there." The company positions sound as a rigorous science ("Sound is science, from smartphone to movie theaters") staffed by "over 40 audio experts including 9 Ph.D" dedicated to R&D.
331
+
332
+ The product line spans spatial and generative audio: **GSA** (Spatial Audio), **Gaudio Sing** (AI Karaoke), **GTS / Gaudio Text Sync**, **LM1** (Loudness Normalizer), **Gaudio Studio Pro** (AI Content Localization), and **Gaudio Developers**, an API platform for audio AI. By its published milestones the company reports **50M worldwide daily users** of its technologies, **16.9 billion KRW (~$13M) in Series B** funding, **119 items of intellectual property**, and **35 partners and investors** including Genie Music, Melon, KT Alpha Shopping, and META48 — plus **CES Innovation Awards 2026 for a fourth consecutive year**.
333
+
334
+ What Gaudio Lab refuses, visible in its design: the ornamented, shadow-heavy look of consumer entertainment brands and the buzzword-first pitch of generic "AI" startups. What it embraces: a flat, shadowless, mostly-monochrome canvas where a single sky-blue points to action, evidence-based copy, and full-bleed sound-wave imagery that keeps the focus on what the company actually makes — sound.
335
+
336
+ ## 12. Principles
337
+
338
+ 1. **Sound is science first.** The brand leads with rigor ("The Science of Sound", "9 Ph.D"), not spectacle. *UI implication:* present capabilities with concrete numbers and evidence; keep chrome plain so the content reads as credible.
339
+ 2. **One color, one action.** Sky-blue (`#00b7ff`) is the sole saturated hue. *UI implication:* reserve `#00b7ff` exclusively for the primary CTA and its outline sibling so the next step is never ambiguous.
340
+ 3. **Flat and fast.** The system is shadowless by choice. *UI implication:* separate with tint (`#f0f9ff`), hairlines (`#d6d6d6`), and dark bands — never elevation — to keep the interface quick and technical.
341
+ 4. **Let the sound imagery lead.** Full-bleed video and waveform visuals carry the emotion. *UI implication:* frame media generously in white and dark bands; the UI recedes so the audio content dominates.
342
+ 5. **Evidence over adjectives.** Milestones, awards, and user counts replace hype. *UI implication:* promote key numbers to large stat headlines; avoid superlatives in copy.
343
+
344
+ ## 13. Personas
345
+
346
+ *Personas below are fictional archetypes informed by publicly observable Gaudio Lab audiences (audio/ML engineers, media & broadcast partners, and consumer product teams), not individual people.*
347
+
348
+ **정민호, 34, 서울.** A media-tech product manager at a Korean streaming service evaluating Gaudio's dialogue-separation and loudness tools. Trusts the brand because it argues from Ph.D depth and measurable results, not marketing gloss.
349
+
350
+ **Sarah Nguyen, 29, Los Angeles.** An audio ML engineer integrating the Gaudio Developers API for content localization. Values the plain, evidence-first documentation tone and the single clear CTA when she needs to reach the team.
351
+
352
+ **김하윤, 41, 판교.** A broadcast/OTT partnerships lead assessing Gaudio for IBC-grade spatial audio. Reassured by the shadowless, no-nonsense site — it reads like an engineering company that ships, matching the CES-award track record.
353
+
354
+ ## 14. States
355
+
356
+ | State | Treatment |
357
+ |---|---|
358
+ | **Empty (no results)** | White canvas, single Ink (`#111214`) line explaining nothing matched, with one sky-blue (`#00b7ff`) CTA to adjust. No decorative clutter. |
359
+ | **Empty (no saved items)** | Muted (`#9ca3af`) single line stating nothing is saved yet, plus a path back. Calm and plain. |
360
+ | **Loading (content fetch)** | Flat skeleton blocks at final dimensions on `#ffffff` / `#f0f9ff`, 12px radius, no shadow shimmer — consistent with the shadowless system. |
361
+ | **Loading (in-place)** | Thin sky-blue (`#00b7ff`) progress indicator; previous content stays visible. |
362
+ | **Error (request failed)** | Inline message in Ink (`#111214`) with a plain-language explanation and a retry — never a bare "오류가 발생했습니다". |
363
+ | **Error (form validation)** | Field-level note below the input describing what is valid, not just "필수". |
364
+ | **Success (submitted)** | Brief inline confirmation in a calm tone; next-step detail linked below. No celebratory emoji. |
365
+ | **Skeleton** | `#f0f9ff` / `#ffffff` blocks at final dimensions, 12px radius, flat pulse. |
366
+ | **Disabled** | Faint (`#d3d5da`) / Muted (`#9ca3af`) text on reduced-opacity surface; the blue action fades rather than turning grey, to preserve the brand read. |
367
+
368
+ ## 15. Motion & Easing
369
+
370
+ **Durations**:
371
+
372
+ | Token | Value | Use |
373
+ |---|---|---|
374
+ | `motion-fast` | 120ms | Hover, button press, focus |
375
+ | `motion-standard` | 240ms | Card/section reveal, menu open, carousel slide |
376
+ | `motion-slow` | 400ms | Full-bleed band transitions, hero/film reveal |
377
+
378
+ **Easings**:
379
+
380
+ | Token | Curve | Use |
381
+ |---|---|---|
382
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, menus, carousel |
383
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
384
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
385
+
386
+ **Motion rules**: Motion is functional and composed — matching the flat, science-forward aesthetic. The product carousel (Swiper) slides at `motion-standard / ease-enter`; the app-launcher pill rows and CTAs respond to hover/press with a subtle opacity/scale shift; full-bleed video bands crossfade at `motion-slow`. No bounce or spring — an audio-engineering company signals precision, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and autoplaying carousels pause; the site remains fully functional.
387
+
388
+ <!--
389
+ OmD v0.1 Sources — Philosophy Layer (sections 10-15)
390
+
391
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on:
392
+ - https://www.gaudiolab.com/ (EN homepage) — nav, CTAs, product rows, color/radius frequency scan
393
+ - https://www.gaudiolab.com/company/brand (EN brand/company) — mission, section titles, milestone stats, "Watch the Film"
394
+ - https://www.gaudiolab.com/ko/company/brand (KO brand) — Korean hero + nav chrome
395
+
396
+ Token-level claims (§1-9) are sourced from this live inspection (see .verification.md Proof block).
397
+
398
+ Voice samples (§10) are verbatim from the live brand/company pages (hero subtitle, "The Science of Sound"
399
+ paragraph, Korean brand hero).
400
+
401
+ Brand narrative (§11): facts are taken from the live gaudiolab.com/company/brand page — mission line,
402
+ "Where sound is, Gaudio Lab is there.", "over 40 audio experts including 9 Ph.D", 50M daily users,
403
+ 16.9B KRW (~$13M) Series B, 119 IP, 35 partners/investors (Genie Music, Melon, KT Alpha Shopping, META48),
404
+ CES Innovation Awards 2026 (4th consecutive year), and the 10th-anniversary (2025) milestone implying a
405
+ ~2015 founding. Product line (GSA, Gaudio Sing, GTS, LM1, Gaudio Studio Pro, Gaudio Developers) is from the
406
+ homepage app-launcher and milestone timeline. Company HQ (Seoul, KR) is widely documented public knowledge.
407
+
408
+ Personas (§13) are fictional archetypes informed by publicly observable Gaudio Lab audiences (media-tech PMs,
409
+ audio ML engineers, broadcast/OTT partners). Names are illustrative; they do not refer to real people.
410
+
411
+ Interpretive claims (e.g., "one color, one action", "flat and fast as a rejection of ornamented consumer
412
+ audio chrome", "sound is science first") are editorial readings connecting Gaudio Lab's observed design to
413
+ its stated positioning, not directly quoted Gaudio Lab statements.
414
+ -->