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,382 @@
1
+ ---
2
+ id: autopedia
3
+ name: "Dr.Cha (Autopedia)"
4
+ display_name_kr: 닥터차(오토피디아)
5
+ country: KR
6
+ category: automotive
7
+ homepage: "https://company.autopedia.co.kr/"
8
+ primary_color: "#7A00FF"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=company.autopedia.co.kr&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 brand violet #7A00FF (rgb 122,0,255), used as the active-nav accent and the full-bleed brand-statement band; near-shadowless high-contrast black/white system on Pretendard; corners are mostly sharp (0px), with 8px only on the CI asset-download buttons."
19
+ colors:
20
+ primary: "#7A00FF"
21
+ ink: "#000000"
22
+ canvas: "#ffffff"
23
+ on-primary: "#ffffff"
24
+ muted: "#4B5563"
25
+ hairline: "#E5E7EB"
26
+ typography:
27
+ family: { body: "Pretendard" }
28
+ display: { size: 34, weight: 600, lineHeight: 1.44, tracking: -1.36, use: "Display / brand-statement headlines" }
29
+ section: { size: 26, weight: 600, lineHeight: 1.54, tracking: -1.04, use: "Business/feature section titles" }
30
+ subsection: { size: 22, weight: 600, lineHeight: 1.55, tracking: -0.88, use: "Sub-headings, partnership prompts" }
31
+ nav: { size: 16, weight: 700, lineHeight: 1.50, use: "Top nav items, CI button labels" }
32
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard reading text, Pretendard" }
33
+ caption: { size: 14, weight: 400, lineHeight: 1.43, use: "Footer links, fine print" }
34
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 36, xxl: 48, section: 96 }
35
+ rounded: { sharp: 0, md: 8, full: 9999 }
36
+ shadow:
37
+ none: "none"
38
+ components:
39
+ nav-link: { type: tab, fg: "#000000", font: "16px / 700 Pretendard", active: "violet #7A00FF text on active item", use: "Top navigation item (회사소개·사업소개·소식)" }
40
+ button-outline-dark: { type: button, fg: "#000000", border: "1px solid #000000", radius: "8px", padding: "18px 0px", height: "63px", font: "16px / 700 Pretendard", use: "CI / brand-asset download button — transparent bg, black hairline outline" }
41
+ button-outline-light: { type: button, fg: "#ffffff", border: "3px solid #ffffff", radius: "0px", padding: "8px 24px", height: "47px", font: "16px / 400 Pretendard", use: "Hero / partnership CTA (문의하기) on dark image scrim" }
42
+ button-solid-white: { type: button, bg: "#ffffff", fg: "#000000", radius: "0px", padding: "12px 36px", height: "49px", font: "16px / 600 Pretendard", use: "In-section homepage-link CTA (홈페이지 바로가기) on dark / violet band" }
43
+ brand-band: { type: card, bg: "#7A00FF", fg: "#ffffff", radius: "0px", use: "Full-bleed violet brand-statement section" }
44
+ feature-card: { type: card, bg: "#ffffff", fg: "#000000", border: "1px solid #E5E7EB", radius: "0px", use: "Business/feature card (닥터차·퀀텀모빌리티·부품유통·AI) with hairline, no shadow" }
45
+ footer-link: { type: listItem, fg: "#000000", font: "14px / 400 Pretendard", use: "Footer navigation link (제휴문의·사업소개·블로그)" }
46
+ components_harvested: true
47
+ ---
48
+
49
+ # Design System Inspiration of Dr.Cha (Autopedia)
50
+
51
+ ## 1. Visual Theme & Atmosphere
52
+
53
+ Autopedia (오토피디아) — the company behind the 닥터차(Dr.Cha) automotive-aftermarket platform — presents itself with a stark, high-contrast corporate identity that reads as engineering-forward rather than consumer-cute. The canvas is pure white (`#ffffff`) and the type is pure black (`#000000`) — no softened near-blacks, no tinted greys for headings. Against that black-and-white foundation a single vivid violet (`#7A00FF`) does all the brand work: it colors the active navigation item, and, most dramatically, fills an entire full-bleed brand-statement band ("오토피디아는 기술로써 모빌리티의 진화를 이끌어 냅니다" — "Autopedia drives the evolution of mobility through technology"). The violet is reserved and deliberate; the eye learns that this one saturated hue means "Autopedia."
54
+
55
+ The typographic voice is unmistakably Korean-corporate-modern: **Pretendard** throughout, with display headlines at 34px weight 600 and a tight `-1.36px` letter-spacing that compresses the hangul into confident, declarative blocks. Navigation is set noticeably heavier — 16px at weight 700 — so the chrome feels bold and structural, while body copy relaxes to 16px weight 400 at a comfortable 24px line-height. Secondary labels drop to a cool grey (`#4B5563`). The system never reaches for a display serif or a decorative face; Pretendard's neutral geometric sans carries both the persuasion and the reading.
56
+
57
+ What distinguishes Autopedia from softer fintech-adjacent peers is its refusal of decoration. Live inspection found `box-shadow: none` across the nav, hero, headings, buttons, and cards — this is a genuinely shadowless system. Separation comes from flat color blocking (white sections, black image sections with a `rgba(0, 0, 0, 0.6)` scrim, and the violet band) and thin `#E5E7EB` hairlines, never from elevation. Geometry is mostly sharp: corners sit at 0px by default, and the only rounding in the system is the modest 8px on the CI asset-download buttons. The result is a flat, editorial, almost architectural aesthetic — a mobility-technology company that wants to look precise and industrial, not playful.
58
+
59
+ **Key Characteristics:**
60
+ - Pretendard everywhere — 34px/600 display, 16px/700 nav, 16px/400 body — no secondary display face
61
+ - Single saturated violet (`#7A00FF`) as the only brand accent — active nav + a full-bleed statement band
62
+ - Pure black (`#000000`) text on pure white (`#ffffff`) — maximum contrast, no tinted heading greys
63
+ - Shadowless: `box-shadow: none` across the whole system; separation via color blocks and `#E5E7EB` hairlines
64
+ - Sharp geometry — 0px corners by default; 8px only on CI download buttons
65
+ - Dark photographic sections overlaid with a `rgba(0, 0, 0, 0.6)` scrim, white outline CTAs on top
66
+ - Tight negative tracking that scales with size (-1.36px at 34px, -1.04px at 26px, -0.88px at 22px)
67
+ - Cool grey (`#4B5563`) for secondary/label text below the pure-black primary
68
+
69
+ ## 2. Color Palette & Roles
70
+
71
+ ### Primary
72
+ - **Autopedia Violet** (`#7A00FF`): The single brand accent. Colors the active navigation item and fills the full-bleed brand-statement band. A vivid electric violet (rgb 122, 0, 255) — the only saturated hue in the system.
73
+
74
+ ### Ink & Canvas
75
+ - **Pure Black** (`#000000`): Primary text, headings, nav labels, and the background of dark photographic sections. Autopedia uses true black, not a softened navy.
76
+ - **Pure White** (`#ffffff`): Page background, card surfaces, and text/outline color on black or violet backgrounds. Also the `on-primary` color for content that sits over the violet band.
77
+
78
+ ### Text Hierarchy
79
+ - **Pure Black** (`#000000`): Primary text, headings, strong nav labels.
80
+ - **Muted Grey** (`#4B5563`): Secondary text, sub-labels, captions, and fine print — the one grey in the ladder (rgb 75, 85, 99).
81
+
82
+ ### Surface & Border
83
+ - **Hairline** (`#E5E7EB`): Thin card outlines and dividers — the primary separation device in this shadowless system (rgb 229, 231, 235).
84
+ - **Scrim**: A `rgba(0, 0, 0, 0.6)` black overlay sits over hero/section photography so white headlines and outline CTAs stay legible.
85
+
86
+ ## 3. Typography Rules
87
+
88
+ ### Font Family
89
+ - **Body & Display**: `Pretendard` (with `Pretendard Fallback`) — the document default and the only typeface. Weight 600 (SemiBold) at display sizes, 700 (Bold) for navigation, 400 (Regular) for body.
90
+
91
+ ### Hierarchy
92
+
93
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
94
+ |------|------|------|--------|-------------|----------------|-------|
95
+ | Display | Pretendard | 34px (2.13rem) | 600 | 1.44 (49px) | -1.36px | Brand-statement headlines, on white or dark |
96
+ | Section | Pretendard | 26px (1.63rem) | 600 | 1.54 (40px) | -1.04px | Business/feature titles (퀀텀모빌리티, 부품 유통) |
97
+ | Sub-section | Pretendard | 22px (1.38rem) | 600 | 1.55 (34px) | -0.88px | Sub-headings, partnership prompts |
98
+ | Nav | Pretendard | 16px (1.00rem) | 700 | 1.50 (24px) | normal | Top navigation, CI button labels |
99
+ | Body | Pretendard | 16px (1.00rem) | 400 | 1.50 (24px) | normal | Standard reading text |
100
+ | Caption | Pretendard | 14px (0.88rem) | 400 | 1.43 (20px) | normal | Footer links, fine print |
101
+
102
+ ### Principles
103
+ - **One typeface, weight-driven hierarchy**: Pretendard carries everything; the jump from 400 (body) to 600 (display) to 700 (nav) is the primary hierarchy signal, not a font swap.
104
+ - **Tight tracking scales with size**: -1.36px at 34px, -1.04px at 26px, -0.88px at 22px; body and captions stay at normal tracking.
105
+ - **Heavy, structural navigation**: nav sits at weight 700 — heavier than the display copy's 600 — giving the chrome a bold, architectural read.
106
+ - **Hangul-first sizing**: body at 16px with a 24px line-height is generous for dense Korean reading; display line-heights stay open (1.44–1.55) so tall hangul stacks breathe.
107
+
108
+ ## 4. Component Stylings
109
+
110
+ ### Navigation
111
+ - Text: `#000000`
112
+ - Font: 16px Pretendard weight 700
113
+ - Height: 24px per link
114
+ - Active: violet `#7A00FF` text on the active item
115
+ - Use: Top horizontal nav (회사소개, 사업소개, 소식, 블로그↗)
116
+
117
+ ### Buttons
118
+
119
+ **CI Download (Outline Dark)**
120
+ - Text: `#000000`
121
+ - Border: 1px solid `#000000`
122
+ - Radius: 8px
123
+ - Padding: 18px 0px
124
+ - Height: 63px
125
+ - Font: 16px Pretendard weight 700
126
+ - Use: Brand-asset download buttons on the CI guide (JPG/PNG/브랜드 가이드 다운 받기) — transparent fill, black hairline outline
127
+
128
+ **Hero CTA (Outline Light)**
129
+ - Text: `#ffffff`
130
+ - Border: 3px solid `#ffffff`
131
+ - Radius: 0px
132
+ - Padding: 8px 24px
133
+ - Height: 47px
134
+ - Font: 16px Pretendard weight 400
135
+ - Use: 문의하기 CTA sitting on a dark image scrim in the hero / partnership sections
136
+
137
+ **In-Section Link (Solid White)**
138
+ - Background: `#ffffff`
139
+ - Text: `#000000`
140
+ - Radius: 0px
141
+ - Padding: 12px 36px
142
+ - Height: 49px
143
+ - Font: 16px Pretendard weight 600
144
+ - Use: 홈페이지 바로가기 CTA on the dark / violet product bands (Dr.Cha page)
145
+
146
+ ### Cards & Containers
147
+
148
+ **Feature Card**
149
+ - Background: `#ffffff`
150
+ - Text: `#000000`
151
+ - Border: 1px solid `#E5E7EB`
152
+ - Radius: 0px
153
+ - Use: Business/feature cards (닥터차, 퀀텀모빌리티, 부품유통, AI 기술 플랫폼) — hairline outline, no shadow
154
+
155
+ **Brand Band**
156
+ - Background: `#7A00FF`
157
+ - Text: `#ffffff`
158
+ - Radius: 0px
159
+ - Use: Full-bleed violet brand-statement section ("오토피디아는 기술로써 모빌리티의 진화를 이끌어 냅니다")
160
+
161
+ ### Footer
162
+ - Links: `#000000`, 14px Pretendard weight 400
163
+ - Use: Footer navigation (제휴문의, 사업소개, 블로그)
164
+
165
+ ---
166
+
167
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 3 surfaces)
168
+ **Tier 1 sources:** https://company.autopedia.co.kr/ ; https://company.autopedia.co.kr/about/ci-guide ; https://company.autopedia.co.kr/business/doctor-cha ; https://medium.com/autopedia
169
+ **Tier 2 sources:** getdesign.md/autopedia (SPA fallback — no KR coverage) ; styles.refero.design/?q=autopedia (not listed)
170
+ **Conflicts unresolved:** none
171
+
172
+ ## 5. Layout Principles
173
+
174
+ ### Spacing System
175
+ - Base unit: ~4px, doubling through 8 / 12 / 16 / 24 / 36 / 48
176
+ - Notable: section-level padding is generous (the partnership block measured 96px vertical), giving the flat layout room to breathe between full-width bands
177
+
178
+ ### Grid & Container
179
+ - Full-width horizontal bands stacked vertically — white content sections alternate with black photographic sections and the violet brand band
180
+ - Business offerings (닥터차 / 퀀텀모빌리티 / 부품유통 / AI) presented as large tappable feature cards in a row
181
+ - Centered single-column measure for display headlines; text is set left- or center-aligned within each band
182
+
183
+ ### Whitespace Philosophy
184
+ - **Blocked, not layered**: content separates by full-width color blocking (white / black / violet), not by elevation or nested cards.
185
+ - **Generous vertical rhythm**: large gaps between bands keep the high-contrast surfaces from feeling cramped.
186
+ - **Sharp edges**: the near-total absence of rounding makes the layout read as architectural and precise.
187
+
188
+ ### Border Radius Scale
189
+ - Sharp (0px): the default — nav, hero CTAs, feature cards, brand band
190
+ - Medium (8px): the single exception — CI asset-download buttons
191
+ - Full (9999px): reserved only for incidental circular elements (avatars/icons)
192
+
193
+ ## 6. Depth & Elevation
194
+
195
+ | Level | Treatment | Use |
196
+ |-------|-----------|-----|
197
+ | Flat (Level 0) | No shadow | Everything — page, cards, buttons, bands |
198
+ | Color block (Level 1) | White / black / `#7A00FF` full-width section fill | Primary separation device |
199
+ | Scrim (Level 2) | `rgba(0, 0, 0, 0.6)` over photography | Keeps white headlines/CTAs legible on image sections |
200
+ | Hairline (Level 3) | 1px solid `#E5E7EB` | Feature-card outlines and dividers |
201
+
202
+ **Shadow Philosophy**: Autopedia is a strictly shadowless system — live inspection returned `box-shadow: none` on the nav, hero, headings, buttons, and cards without exception. Depth is communicated entirely through flat, full-width color blocking (white, pure black `#000000`, and the violet `#7A00FF` band), a dark `rgba(0, 0, 0, 0.6)` scrim over photography, and thin `#E5E7EB` hairlines on cards. This is a deliberate industrial-modern choice: it keeps the mobility-technology brand looking engineered and confident rather than soft. When emphasis is needed the system reaches for contrast (black-on-white, white-on-violet), never for elevation.
203
+
204
+ ## 7. Do's and Don'ts
205
+
206
+ ### Do
207
+ - Use Pretendard for everything — 34px/600 display, 16px/700 nav, 16px/400 body
208
+ - Reserve violet (`#7A00FF`) as the single brand accent — active nav and the full-bleed statement band
209
+ - Set primary text in pure black (`#000000`) on pure white (`#ffffff`) for maximum contrast
210
+ - Keep the system shadowless — separate with color blocks and `#E5E7EB` hairlines
211
+ - Use sharp 0px corners by default; reserve 8px only for CI/brand-asset buttons
212
+ - Overlay photographic sections with a `rgba(0, 0, 0, 0.6)` scrim and use white outline CTAs on top
213
+ - Set navigation heavier (weight 700) than display copy (weight 600) — the chrome is structural
214
+ - Apply tight negative tracking on headlines (-1.36px at 34px, scaling down with size)
215
+
216
+ ### Don't
217
+ - Add drop shadows for elevation — Autopedia is a flat, shadowless system
218
+ - Spread violet across many elements — it must stay the single "Autopedia" signal
219
+ - Use softened near-black or tinted grey for headings — primary text is pure black `#000000`
220
+ - Round corners freely — geometry is sharp (0px), 8px is the only exception
221
+ - Introduce a second accent color or a decorative display face — Pretendard and one violet do all the work
222
+ - Set body headlines at a light weight — display is always SemiBold (600), nav is Bold (700)
223
+ - Put dark text on the violet band or the dark image sections — use white (`#ffffff`)
224
+ - Use positive letter-spacing at display sizes — Autopedia tracks tight
225
+
226
+ ## 8. Responsive Behavior
227
+
228
+ ### Breakpoints
229
+ | Name | Width | Key Changes |
230
+ |------|-------|-------------|
231
+ | Mobile | <640px | Single column, display headline compresses, feature cards stack |
232
+ | Tablet | 640-1024px | Moderate padding, 2-up feature cards |
233
+ | Desktop | 1024-1440px | Full-width bands, feature cards in a row, centered display measure |
234
+
235
+ ### Touch Targets
236
+ - CI download buttons at 63px height — comfortably tappable
237
+ - In-section solid-white CTA at 49px height with 12px 36px padding
238
+ - Hero outline CTA at 47px height with 8px 24px padding
239
+
240
+ ### Collapsing Strategy
241
+ - Display headlines: 34px scale down on mobile, weight 600 maintained
242
+ - Feature-card row: multi-column → stacked single column
243
+ - Full-width color bands (white / black / violet): maintain full-bleed treatment, reduce internal padding
244
+ - Dark photographic sections keep the `rgba(0, 0, 0, 0.6)` scrim at all sizes
245
+
246
+ ### Image Behavior
247
+ - Hero/section photography carries the dark scrim at every breakpoint so white text stays legible
248
+ - Cards and images stay sharp-cornered and shadowless across sizes
249
+
250
+ ## 9. Agent Prompt Guide
251
+
252
+ ### Quick Color Reference
253
+ - Brand accent (active nav, brand band): Autopedia Violet (`#7A00FF`)
254
+ - Primary text / dark sections: Pure Black (`#000000`)
255
+ - Background / text-on-dark: Pure White (`#ffffff`)
256
+ - Secondary text: Muted Grey (`#4B5563`)
257
+ - Hairline / card border: `#E5E7EB`
258
+ - Photo scrim: `rgba(0, 0, 0, 0.6)`
259
+
260
+ ### Example Component Prompts
261
+ - "Create a hero band with a background photo under a rgba(0,0,0,0.6) scrim. Headline at 34px Pretendard weight 600, line-height 49px, letter-spacing -1.36px, color #ffffff. One outline CTA: transparent background, #ffffff text, 3px solid #ffffff border, 0px radius, 8px 24px padding — '문의하기'."
262
+ - "Design a feature card: white #ffffff background, 1px solid #E5E7EB border, 0px radius, no shadow. Title 26px Pretendard weight 600, letter-spacing -1.04px, #000000. Body 16px Pretendard weight 400, #4B5563."
263
+ - "Build a full-bleed brand band: #7A00FF background, white #ffffff text. Statement headline 34px Pretendard weight 600, letter-spacing -1.36px, centered."
264
+ - "Create top nav: white header, Pretendard 16px weight 700 links in #000000, violet #7A00FF text on the active item."
265
+ - "Design a CI download button: transparent background, #000000 text, 1px solid #000000 border, 8px radius, 18px 0px padding, 16px Pretendard weight 700."
266
+
267
+ ### Iteration Guide
268
+ 1. Pretendard for every element; weight 600 display / 700 nav / 400 body
269
+ 2. Violet (`#7A00FF`) is the single accent — active nav and the brand band only
270
+ 3. No shadows — separate with color blocks and `#E5E7EB` hairlines
271
+ 4. Sharp 0px corners by default; 8px only on CI buttons
272
+ 5. Text is pure black `#000000` on white `#ffffff`; secondary is `#4B5563`
273
+ 6. Dark image sections use a `rgba(0, 0, 0, 0.6)` scrim + white outline CTAs
274
+ 7. Negative tracking on headlines, normal on body
275
+
276
+ ---
277
+
278
+ ## 10. Voice & Tone
279
+
280
+ Autopedia's voice is **confident, mission-framed, and technology-first** — a mobility company that speaks about "the evolution of mobility" and "mobility assets" rather than simply "car repair." The brand-band statement "오토피디아는 기술로써 모빌리티의 진화를 이끌어 냅니다" ("Autopedia drives the evolution of mobility through technology") sets the register: declarative, ambitious, framed around technology and change rather than discount or urgency. Product copy is plain and functional at the offering level (닥터차, 퀀텀모빌리티, 부품 유통, AI 기술 플랫폼) but rises to vision language in the brand sections.
281
+
282
+ | Context | Tone |
283
+ |---|---|
284
+ | Brand-statement bands | Declarative, visionary. "오토피디아는 기술로써 모빌리티의 진화를 이끌어 냅니다." Ambitious, not hype. |
285
+ | Business/offering titles | Plain, categorical. "퀀텀모빌리티", "부품 유통", "AI 기술 플랫폼". |
286
+ | Product framing (Dr.Cha) | Benefit-framed. "닥터차는 고객의 '모빌리티 자산'을 관리하는 최적의 서비스입니다." |
287
+ | CTAs | Direct, low-pressure. "문의하기", "홈페이지 바로가기", "제휴문의". |
288
+ | Corporate / CI | Formal and precise. "오토피디아의 CI를 소개합니다." |
289
+
290
+ **Voice samples (verbatim from live surfaces):**
291
+ - "오토피디아는 기술로써 모빌리티의 진화를 이끌어 냅니다." — full-bleed violet brand band (mission-framed). *(verified live 2026-07-02)*
292
+ - "닥터차는 고객의 '모빌리티 자산'을 관리하는 최적의 서비스입니다." — Dr.Cha product page lead. *(verified live 2026-07-02)*
293
+ - "오토피디아는 첨단 AI 기술로 운전자들에게 새로운 차원의 경험을 제공합니다." — AI section headline. *(verified live 2026-07-02)*
294
+
295
+ **Forbidden register**: discount-driven urgency, fear-based repair-scare messaging, undefined automotive jargon left unexplained, exclamation-heavy hype. Autopedia positions as a technology company, so copy stays visionary and measured.
296
+
297
+ ## 11. Brand Narrative
298
+
299
+ Autopedia (오토피디아) is a Korean mobility-technology company — corporate registration 236-86-01261, represented by CEO 김병근 (Kim Byung-geun) per the company's own CI page — building an ecosystem around the automotive aftermarket. Its founding observation, stated across the homepage brand bands, is that while cars have woven themselves ever deeper into daily life ("집에 갈 때, 쇼핑을 할 때, 여행을 갈 때 — 자동차는 이미 우리의 일상 깊숙이"), *the way people drive and manage those cars has barely changed* ("차를 운전하고 관리하는 방식은 달라지지 않았습니다"). Autopedia's premise is to close that gap with technology.
300
+
301
+ That mission fans out into four business lines shown on the site: **닥터차 (Dr.Cha)**, the flagship automotive-aftermarket management platform for owners; **퀀텀모빌리티 (Quantum Mobility)**, specialist repair for imported brands (BMW, Audi, Benz, Tesla); **부품 유통 (Parts Distribution)**, an efficient supply network delivering imported-car parts to repair shops; and an **AI 기술 플랫폼 (AI platform)** for vehicle-problem diagnosis, prediction, and consultation. The unifying frame is "모빌리티 자산" (mobility assets) — Autopedia treats a car not as a repair ticket but as an asset to be managed over its life.
302
+
303
+ What Autopedia refuses, visible in its design: the cluttered, promotion-heavy chrome of legacy auto-repair marketing (no shadow-stacked coupons, no alarmist red banners) and the softness of consumer-cute apps. What it embraces: a stark black-and-white technology aesthetic, a single decisive violet, bold Pretendard headlines that speak in mission terms, and a flat, architectural layout that signals precision and engineering seriousness.
304
+
305
+ ## 12. Principles
306
+
307
+ 1. **Technology over transaction.** Autopedia frames itself as driving "the evolution of mobility," not selling repairs. *UI implication:* lead with mission bands and capability, keep pricing/promotion out of the hero; the violet band carries vision, not a discount.
308
+ 2. **The car is a managed asset.** The "모빌리티 자산" framing treats a vehicle as something owned and tended over time. *UI implication:* favor management/overview surfaces (status, history, prediction) over one-off transactional flows.
309
+ 3. **One accent, decisive.** Violet (`#7A00FF`) means "Autopedia." *UI implication:* reserve the saturated violet for the active state and the brand band; never dilute it across ordinary UI.
310
+ 4. **Flat and precise.** Engineering seriousness reads as clarity, not decoration. *UI implication:* no shadows; separate with color blocks and `#E5E7EB` hairlines; keep corners sharp.
311
+ 5. **High contrast, no hedging.** Pure black on pure white. *UI implication:* commit to `#000000`/`#ffffff` for maximum legibility; use the grey `#4B5563` only for genuine secondary text.
312
+
313
+ ## 13. Personas
314
+
315
+ *Personas below are fictional archetypes informed by publicly observable Autopedia / Dr.Cha user and partner segments (imported-car owners, repair-shop operators, parts buyers), not individual people.*
316
+
317
+ **정민호, 38, 서울.** An imported-car owner (BMW) who distrusts opaque dealer service pricing. Uses Dr.Cha to track his car's maintenance history and get transparent diagnosis. Values that Autopedia treats his vehicle as an asset to manage, not a repair to upsell.
318
+
319
+ **이수경, 45, 경기.** Runs an independent import-specialist repair shop. Sources parts through Autopedia's distribution network because the supply is faster and more reliable than the fragmented channels she used before. Trusts a partner that looks engineered and organized.
320
+
321
+ **박재현, 33, 부산.** A software-minded early adopter drawn to the AI diagnosis platform. Reads Autopedia's Medium blog for the technology story and believes the "evolution of mobility" framing literally rather than as marketing.
322
+
323
+ ## 14. States
324
+
325
+ | State | Treatment |
326
+ |---|---|
327
+ | **Empty (no vehicles/records yet)** | White canvas. Single pure-black (`#000000`) line at body size explaining nothing is registered yet, with one CTA to add a vehicle. No illustration clutter. |
328
+ | **Empty (no parts results)** | Muted Grey (`#4B5563`) single line stating no matching parts, plus a path to adjust the search. Honest and plain. |
329
+ | **Loading (diagnosis/compute)** | Flat pulse blocks on white at final dimensions, sharp 0px corners. No shadow shimmer — consistent with the shadowless system. |
330
+ | **Loading (list fetch)** | Hairline-bordered (`#E5E7EB`) placeholder cards; previous content stays visible during in-place refresh. |
331
+ | **Error (diagnosis failed)** | Inline message in pure black with a plain-language explanation and a retry. No bare "오류가 발생했습니다" — states what to do next. |
332
+ | **Error (form validation)** | Field-level message below the input describing what is valid, not just "필수". |
333
+ | **Success (inquiry submitted)** | Brief inline confirmation in a calm, technical tone; next-step / contact detail linked immediately below. No celebratory emoji. |
334
+ | **Skeleton** | White blocks at final dimensions, sharp corners, flat pulse — no elevation. |
335
+ | **Disabled** | Muted Grey (`#4B5563`) text on reduced-opacity surface; violet actions fade rather than turn a different color, preserving the single-accent read. |
336
+
337
+ ## 15. Motion & Easing
338
+
339
+ **Durations**:
340
+
341
+ | Token | Value | Use |
342
+ |---|---|---|
343
+ | `motion-fast` | 120ms | Hover, nav active-state change, button press |
344
+ | `motion-standard` | 220ms | Card/section reveal, band transition, dropdown |
345
+ | `motion-slow` | 360ms | Page-level transitions, brand-band reveal |
346
+
347
+ **Easings**:
348
+
349
+ | Token | Curve | Use |
350
+ |---|---|---|
351
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sections, cards, bands |
352
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
353
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
354
+
355
+ **Motion rules**: Motion is restrained and purposeful — consistent with the flat, high-contrast, engineering-forward aesthetic. Full-width bands (white / black / violet) reveal with a quiet fade-up at `motion-standard / ease-enter` as they scroll into view; the active nav item transitions to violet (`#7A00FF`) at `motion-fast`. No bounce or spring — a mobility-technology brand signals precision and steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the interface stays fully functional.
356
+
357
+ <!--
358
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
359
+
360
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle across three surfaces:
361
+ - https://company.autopedia.co.kr/ (homepage: nav, display headlines, full-bleed violet #7A00FF brand band, business feature cards, partnership CTA)
362
+ - https://company.autopedia.co.kr/about/ci-guide (CI page: asset-download buttons, company registry — 대표 김병근, 사업자등록번호 236-86-01261, contact@autopediacar.com)
363
+ - https://company.autopedia.co.kr/business/doctor-cha (Dr.Cha product page: "모빌리티 자산" framing, in-section homepage-link CTA)
364
+
365
+ Token-level claims (§1-9) are sourced from this live inspection (see .verification.md Proof block).
366
+
367
+ Voice samples (§10) are verbatim from the live surfaces (violet brand band, Dr.Cha lead, AI section headline).
368
+
369
+ Brand narrative (§11): Company registry facts (CEO 김병근, registration 236-86-01261, contact email) are
370
+ read directly from the company's own CI page. The four business lines (닥터차 / 퀀텀모빌리티 / 부품 유통 /
371
+ AI 기술 플랫폼) and the "모빌리티 자산" / "모빌리티의 진화" framing are quoted from the live homepage and
372
+ Dr.Cha page. Broader company-history details beyond these on-site statements are not independently
373
+ verified in this turn.
374
+
375
+ Personas (§13) are fictional archetypes informed by publicly observable Autopedia/Dr.Cha user and
376
+ partner segments (imported-car owners, repair-shop operators, parts buyers). Names are illustrative;
377
+ they do not refer to real people.
378
+
379
+ Interpretive claims (e.g., "technology over transaction", "the car as a managed asset", "one accent,
380
+ decisive", "flat and precise as engineering seriousness") are editorial readings connecting Autopedia's
381
+ observed design and copy to its positioning, not directly sourced Autopedia statements.
382
+ -->
@@ -0,0 +1,241 @@
1
+ ---
2
+ id: aws-cloudscape
3
+ name: AWS Cloudscape
4
+ country: US
5
+ category: backend-devops
6
+ homepage: "https://cloudscape.design/"
7
+ primary_color: "#295eff"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=cloudscape.design&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Cloudscape Design System
15
+ url: "https://cloudscape.design/"
16
+ type: system
17
+ description: AWS's open-source design system for cloud application experiences.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: marketing, url: "https://cloudscape.design/", inspected: "2026-07-13" }
23
+ - { id: components, kind: documentation, url: "https://cloudscape.design/components/", inspected: "2026-07-13" }
24
+ - { id: about, kind: corporate, url: "https://cloudscape.design/about/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-live, kind: product-surface, url: "https://cloudscape.design/", captured: "2026-07-13" }
27
+ - { id: components-live, kind: official-doc, url: "https://cloudscape.design/components/", captured: "2026-07-13" }
28
+ - { id: about-live, kind: product-surface, url: "https://cloudscape.design/about/", captured: "2026-07-13" }
29
+ - { id: typography-doc, kind: official-doc, url: "https://cloudscape.design/foundation/visual-foundation/typography/", captured: "2026-07-13" }
30
+ - { id: global-styles-doc, kind: official-doc, url: "https://cloudscape.design/get-started/for-developers/global-styles/", captured: "2026-07-13" }
31
+ - { id: components-license, kind: license, url: "https://github.com/cloudscape-design/components/blob/main/LICENSE", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.link": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.canvas": *home
36
+ "tokens.colors.foreground": *home
37
+ "tokens.colors.muted": *home
38
+ "tokens.colors.border": *home
39
+ "tokens.typography.family.sans": *home
40
+ "tokens.typography.display.size": *home
41
+ "tokens.typography.display.weight": *home
42
+ "tokens.typography.display.lineHeight": *home
43
+ "tokens.typography.display.tracking": *home
44
+ "tokens.typography.display.use": *home
45
+ "tokens.typography.heading.size": *home
46
+ "tokens.typography.heading.weight": *home
47
+ "tokens.typography.heading.lineHeight": *home
48
+ "tokens.typography.heading.tracking": *home
49
+ "tokens.typography.heading.use": *home
50
+ "tokens.typography.body.size": *home
51
+ "tokens.typography.body.weight": *home
52
+ "tokens.typography.body.lineHeight": *home
53
+ "tokens.typography.body.use": *home
54
+ "tokens.spacing.xs": *home
55
+ "tokens.spacing.sm": *home
56
+ "tokens.spacing.md": *home
57
+ "tokens.spacing.lg": *home
58
+ "tokens.spacing.xl": *home
59
+ "tokens.rounded.sharp": *home
60
+ "tokens.rounded.control": *home
61
+ "tokens.rounded.card": *home
62
+ "tokens.shadow.flat": *home
63
+ "tokens.components.component-directory-card.type": &components { surface_id: components, source_id: components-live, method: computed-style, captured: "2026-07-13" }
64
+ "tokens.components.component-directory-card.fg": *components
65
+ "tokens.components.component-directory-card.radius": *components
66
+ "tokens.components.component-directory-card.height": *components
67
+ "tokens.components.component-directory-card.font": *components
68
+ "tokens.components.component-directory-card.use": *components
69
+ tokens:
70
+ source: live-extract
71
+ extracted: "2026-07-13"
72
+ colors:
73
+ link: "#295eff"
74
+ canvas: "#ffffff"
75
+ foreground: "#0f141a"
76
+ muted: "#424650"
77
+ border: "#8c8c94"
78
+ typography:
79
+ family: { sans: "Open Sans" }
80
+ display: { size: 42, weight: 400, lineHeight: 48, tracking: -1.26, use: "Observed public home display text" }
81
+ heading: { size: 20, weight: 600, lineHeight: 24, tracking: -0.2, use: "Observed repeated heading and card-title text" }
82
+ body: { size: 14, weight: 400, lineHeight: 20, use: "Observed public documentation and about-page body/list text" }
83
+ spacing: { xs: 4, sm: 8, md: 12, lg: 20, xl: 40 }
84
+ rounded: { sharp: 0, control: 8, card: 12 }
85
+ shadow:
86
+ flat: "none"
87
+ components:
88
+ component-directory-card: { type: card, fg: "#0f141a", radius: 0, height: 272, font: "14px / 400 Open Sans", use: "Static component-directory card; selector surface-2::div, class card" }
89
+ components_harvested: true
90
+ ---
91
+
92
+ # Design System Inspiration of AWS Cloudscape
93
+
94
+ ## 1. Visual Theme & Atmosphere
95
+
96
+ AWS Cloudscape is an open-source design system for cloud application experiences, created for and used by AWS services since 2016. Its recognisable expression is deliberately operational rather than ornamental: white and near-white working surfaces, near-black information text, a clear blue link/action accent, Open Sans hierarchy, and compact geometry for navigating dense technical material. Cloudscape says that it has evolved through customer feedback and research, adding responsiveness, accessibility, usability, visual modes, theming, and content-density options; it also describes a more approachable visual identity intended to extend beyond a solely technical audience. This reference records a bounded public slice of that system—the Cloudscape home, component directory, and About page—without treating an AWS authenticated product console, a generic AWS marketing site, or an unobserved theme as the same surface. [About Cloudscape](https://cloudscape.design/about/) · [Cloudscape home](https://cloudscape.design/)
97
+
98
+ **Key characteristics:**
99
+ - Near-black `#0f141a` text on a measured `#ffffff` canvas, with `#8c8c94` border use.
100
+ - `#295eff` is the repeated public link/accent color in the supplied capture; it is not promoted as an unmeasured solid CTA fill.
101
+ - Open Sans is both the observed loaded public-web family and the system's documented default typeface.
102
+ - Observed typography pairs a 42px display sample with 20px/600 headings and 14px/400 body/list text.
103
+ - The observed static component-directory card is sharp and flat; 8px and 12px corners occur elsewhere in the captured public routes.
104
+
105
+ ## 2. Color Palette & Roles
106
+
107
+ ### Observed public-route palette
108
+
109
+ - **Cloudscape link accent** (`#295eff`): repeated text and border color across the home, component directory, and About surfaces.
110
+ - **Working canvas** (`#ffffff`): measured public background surface.
111
+ - **Operational foreground** (`#0f141a`): repeated text and border color across all three captured routes.
112
+ - **Supporting text** (`#424650`): observed secondary text/border value.
113
+ - **Control boundary** (`#8c8c94`): observed border color on public control chrome.
114
+
115
+ Cloudscape's official color guidance says most of the UI is built from white and grayscale, with colorful calls to action and status indicators. It also asks implementers to use design tokens for visual-mode-compliant work. That is system guidance; the canonical values above remain only the values actually measured in the supplied public-route evidence. [Colors](https://cloudscape.design/foundation/visual-foundation/colors/)
116
+
117
+ ## 3. Typography Rules
118
+
119
+ ### Evidence classes
120
+
121
+ **Official product-use.** Cloudscape's typography documentation names Open Sans as its primary and default font, and documents normal, bold, and light use in the system. The developer installation guide says the global-styles package includes Open Sans. These are system/product facts, separate from the computed capture. [Typography](https://cloudscape.design/foundation/visual-foundation/typography/) · [Using components](https://cloudscape.design/get-started/for-developers/using-cloudscape-components/)
122
+
123
+ **Live computed surface-use.** The supplied 2026-07-13 evidence reports Open Sans as loaded with high confidence and 865 visible uses across body, button, card, dialog, heading, input, list-item, and text roles. Representative observed styles include 42px/400/48px display text with -1.26px tracking, 20px/600/24px headings with -0.2px tracking, and 14px/400/20px documentation/list text.
124
+
125
+ **Official distributed brand asset.** Cloudscape's global-styles documentation says its package ships `@font-face` Open Sans files, and the design-resources page offers Open Sans for designers. The exact captured webfont URLs are public Cloudscape-hosted assets; this supports availability on the captured web surfaces, not a substitute for the loaded family. [Global styles](https://cloudscape.design/get-started/for-developers/global-styles/) · [Design resources](https://cloudscape.design/get-started/for-designers/design-resources/)
126
+
127
+ **Declared-only.** The artifact records `amazonEmber`, `amazonEmber Fallback`, and `openSans Fallback` as declared but with zero visible uses in these three routes. They are not UI-family tokens.
128
+
129
+ **Unresolved.** `Times` appears in a small number of dialog/text capture records with unresolved, low-confidence status. It is neither a Cloudscape type token nor a fallback substitute here.
130
+
131
+ ## 4. Component Stylings
132
+
133
+ ### Component directory card
134
+
135
+ **Default — static documentation card**
136
+ - Text: `#0f141a`
137
+ - Radius: 0px
138
+ - Height: 272px
139
+ - Font: 14px / 400 / Open Sans
140
+ - Use: Static component-directory card; selector `surface-2::div`, class `card`, on https://cloudscape.design/components/.
141
+
142
+ The supplied artifact records 36 instances of this 305px-wide, 272px-high default card geometry on the component-directory surface. Its computed background is transparent, border width is 0px, padding is 0px, and box shadow is `none`; those measured properties explain why this token preserves only the stable default geometry and text treatment rather than inventing a filled or elevated card. Dialog-opening interaction capture exists on all three routes, but it does not provide a hover, focus, pressed, disabled, or error state for this static card.
143
+
144
+ ---
145
+ **Verified:** 2026-07-13
146
+ **Tier 1 sources:** [Cloudscape home](https://cloudscape.design/), [Components](https://cloudscape.design/components/), [About Cloudscape](https://cloudscape.design/about/), [Typography](https://cloudscape.design/foundation/visual-foundation/typography/), [Global styles](https://cloudscape.design/get-started/for-developers/global-styles/)
147
+ **Tier 2 sources:** getdesign attempt: https://getdesign.md/aws-cloudscape (web safety layer rejected direct open); Refero attempt: https://styles.refero.design/?q=Cloudscape (web safety layer rejected direct open).
148
+ **Conflicts unresolved:** none
149
+
150
+ ## 5. Layout Principles
151
+
152
+ The captured routes repeatedly use 4, 8, 12, 20, and 40px spacing values. Treat these as a public-route rhythm, not as a complete grid or breakpoint contract. The component directory's repeated 305px-wide static cards show information-dense cataloging without requiring added elevation; their measured default card is 272px high in the representative variant.
153
+
154
+ Cloudscape's official documentation describes responsive design, visual modes, and density settings, but this packet has no cross-viewport comparison. Keep public information layouts clear and structured, then obtain a dedicated viewport capture before asserting AWS-specific mobile columns, navigation collapse, or density transitions.
155
+
156
+ ## 6. Depth & Elevation
157
+
158
+ The representative static component-directory card measures `box-shadow: none`, 0px border width, and a transparent background. Its hierarchy comes from typography, spacing, and the enclosing page structure rather than a tokenized raised surface. Use `none` only for this observed flat treatment; dialog overlays and other floating layers are not collapsed into a shared shadow token.
159
+
160
+ ## 7. Do's and Don'ts
161
+
162
+ ### Do
163
+ - Use Open Sans where implementing the bounded captured Cloudscape public-web pattern.
164
+ - Preserve the `#0f141a` / `#ffffff` information contrast and use `#295eff` as the observed link/accent treatment.
165
+ - Keep the component-directory card flat and sharp when applying its measured default geometry.
166
+ - Use official Cloudscape documentation as system context while retaining selector-backed public-route values as the token source.
167
+ - Treat visual modes, density, responsive guidance, and accessibility as documented system capabilities rather than unmeasured values in this packet.
168
+
169
+ ### Don't
170
+ - Do not replace Open Sans with Amazon Ember, a declared fallback, or a system font and call it observed Cloudscape use.
171
+ - Do not turn the observed `#295eff` link treatment into an unmeasured global solid-button token.
172
+ - Do not invent hover, focus, pressed, disabled, error, or selected values for the static card token.
173
+ - Do not transfer Cloudscape documentation measurements to an authenticated AWS console or unrelated AWS marketing surface.
174
+ - Do not infer a shadow, card fill, mobile breakpoint, or density-specific geometry that the supplied evidence did not measure.
175
+
176
+ ## 8. Responsive Behavior
177
+
178
+ The evidence packet covers three public routes at one captured desktop viewport and records no viewport comparison. Cloudscape officially supports responsive design and content-density modes, but no exact breakpoint, reflow, or compact-mode values are promoted here. Preserve normal accessible reflow in implementation and collect a separate comparison before representing it as a Cloudscape-specific responsive contract.
179
+
180
+ ## 9. Agent Prompt Guide
181
+
182
+ ### Quick reference
183
+ - Public foreground/canvas: `#0f141a` on `#ffffff`; supporting text `#424650`; control boundary `#8c8c94`.
184
+ - Public link accent: `#295eff`.
185
+ - Typography: Open Sans; 42px/400/48px display, 20px/600/24px heading, 14px/400/20px body.
186
+ - Static component-directory card: sharp, 272px high, 14px/400 Open Sans, no shadow.
187
+
188
+ ### Boundary-aware prompt
189
+ - "Build a Cloudscape-inspired public documentation card using only the captured default: `#0f141a` text, Open Sans 14px/400, 0px radius, 272px height, and no shadow. Keep it inside a white public-documentation context; do not add a fill, hover, focus, pressed, disabled, or error style because none was captured for this card."
190
+
191
+ ## 10. Voice & Tone
192
+
193
+ Cloudscape's public materials use direct, instructional language for designers and developers: get started, explore components, use patterns, and apply global styles. The system frames its goal as building intuitive, engaging, and inclusive experiences at scale. For a Cloudscape-aligned public documentation surface, favor concrete task labels, compact technical nouns, and explanatory support text over promotional superlatives. [Get started](https://cloudscape.design/get-started/) · [About Cloudscape](https://cloudscape.design/about/)
194
+
195
+ | Context | Treatment |
196
+ |---|---|
197
+ | Primary action | Use a short verb-led label that names the task. |
198
+ | Component guidance | State the component purpose, then the usage constraint. |
199
+ | Technical note | Be specific about behavior, scope, or configuration; do not imply unverified capability. |
200
+
201
+ Voice samples are illustrative writing patterns, not first-party quotations: “View component guidance”; “Choose a pattern for this task”; “This setting changes the current density.”
202
+
203
+ ## 11. Brand Narrative
204
+
205
+ Cloudscape describes itself as an open-source system for cloud application experiences at scale. AWS created it in 2016 to improve experience consistency across AWS service web applications and help teams implement them faster; its public account says customers and research have continued to shape the system. [About Cloudscape](https://cloudscape.design/about/)
206
+
207
+ Its current evolution is practical and inclusive: Cloudscape documents added responsiveness, accessibility, usability, light/dark modes, theming, and content-density options, alongside a more approachable look and feel. It publishes guidelines, React components, design resources, patterns, and demos so designers and developers can work from the same public system. [Cloudscape home](https://cloudscape.design/) · [Start designing](https://cloudscape.design/get-started/for-designers/start-designing/)
208
+
209
+ ## 12. Principles
210
+
211
+ 1. **Build cloud experiences at scale.** Cloudscape presents itself as a shared foundation of guidelines, resources, and front-end components. *UI implication:* use repeatable patterns and explicit hierarchy before adding decorative variation.
212
+ 2. **Keep complex work approachable.** Cloudscape says its visual identity has adapted toward a more approachable feel while serving technical tasks. *UI implication:* pair dense information with clear grouping, readable type, and direct action labels.
213
+ 3. **Design inclusively and responsively.** The system describes accessibility, responsiveness, and configurable modes as core features. *UI implication:* respect semantic structure and reflow, but do not invent this packet's missing breakpoint values.
214
+ 4. **Let implementation and guidance meet.** Cloudscape publishes components, patterns, playgrounds, and design resources together. *UI implication:* preserve the distinction between official intent and the selector-backed values actually observed on a route.
215
+
216
+ ## 13. Personas
217
+
218
+ Cloudscape's first-party materials identify designers and developers as primary users of its resources, and describe cloud-product builders as the broader intended community. The following are evidence-bounded roles, not invented demographic personas.
219
+
220
+ - **Cloud-product designer** — uses the visual foundation, component library, and patterns to move from wireframe to prototype while maintaining accessible, consistent application structure.
221
+ - **React application developer** — installs Cloudscape packages, uses component APIs and global styles, and relies on documented testing, responsiveness, and accessibility guidance.
222
+
223
+ ## 14. States
224
+
225
+ | State | Evidence boundary |
226
+ |---|---|
227
+ | Component-directory card — default | Observed static card: `#0f141a` text, 0px radius, 272px height, 14px/400 Open Sans, no shadow. |
228
+ | Component-directory card — hover | Not captured; intentionally unspecified. |
229
+ | Component-directory card — focus | Not captured; intentionally unspecified. |
230
+ | Component-directory card — pressed | Not captured; intentionally unspecified. |
231
+ | Component-directory card — disabled | Not captured; intentionally unspecified. |
232
+ | Component-directory card — error | Not captured; intentionally unspecified. |
233
+ | Dialog — open | Three dialog-opening interactions were captured across home, components, and About; no dialog token is promoted because a stable dialog shell was not selected. |
234
+ | Loading | Not captured; intentionally unspecified. |
235
+ | Empty | Not captured; intentionally unspecified. |
236
+ | Success | Not captured; intentionally unspecified. |
237
+ | Skeleton | Not captured; intentionally unspecified. |
238
+
239
+ ## 15. Motion & Easing
240
+
241
+ The supplied evidence identifies dialog-open interactions but contains no measured duration, easing curve, transition property, reduced-motion behavior, or motion token. Do not derive a motion scale from a static card or from general Cloudscape documentation. **[FILL IN: selector-backed or official-token motion values after dedicated evidence collection.]**