winter-super-cli 2026.6.21 → 2026.6.22

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 (210) hide show
  1. package/memories/readme.md +35 -0
  2. package/package.json +6 -1
  3. package/resources/local/agents.md/AGENTS.md +43 -0
  4. package/resources/local/agents.md/LICENSE +21 -0
  5. package/resources/local/agents.md/README.md +49 -0
  6. package/resources/local/agents.md/components/AboutSection.tsx +37 -0
  7. package/resources/local/agents.md/components/CodeExample.tsx +207 -0
  8. package/resources/local/agents.md/components/CompatibilitySection.tsx +378 -0
  9. package/resources/local/agents.md/components/ExampleListSection.tsx +188 -0
  10. package/resources/local/agents.md/components/ExamplesSection.tsx +22 -0
  11. package/resources/local/agents.md/components/FAQSection.tsx +113 -0
  12. package/resources/local/agents.md/components/Footer.tsx +17 -0
  13. package/resources/local/agents.md/components/Hero.tsx +230 -0
  14. package/resources/local/agents.md/components/HowToUseSection.tsx +66 -0
  15. package/resources/local/agents.md/components/Section.tsx +44 -0
  16. package/resources/local/agents.md/components/ThreeCanvas.tsx +240 -0
  17. package/resources/local/agents.md/components/WhySection.tsx +64 -0
  18. package/resources/local/agents.md/components/icons/ClipboardIcon.tsx +27 -0
  19. package/resources/local/agents.md/components/icons/CopyIcon.tsx +15 -0
  20. package/resources/local/agents.md/components/icons/GitHubIcon.tsx +24 -0
  21. package/resources/local/agents.md/components/icons/LinkIcon.tsx +27 -0
  22. package/resources/local/agents.md/components/icons/UserIcon.tsx +27 -0
  23. package/resources/local/agents.md/next.config.ts +8 -0
  24. package/resources/local/agents.md/package.json +27 -0
  25. package/resources/local/agents.md/pages/_app.tsx +24 -0
  26. package/resources/local/agents.md/pages/_document.tsx +24 -0
  27. package/resources/local/agents.md/pages/index.tsx +160 -0
  28. package/resources/local/agents.md/pnpm-lock.yaml +2782 -0
  29. package/resources/local/agents.md/postcss.config.mjs +5 -0
  30. package/resources/local/agents.md/public/favicon-dark.png +0 -0
  31. package/resources/local/agents.md/public/favicon-light.png +0 -0
  32. package/resources/local/agents.md/public/favicon.ico +0 -0
  33. package/resources/local/agents.md/public/logos/aider.svg +16 -0
  34. package/resources/local/agents.md/public/logos/amp.svg +5 -0
  35. package/resources/local/agents.md/public/logos/augment.svg +9 -0
  36. package/resources/local/agents.md/public/logos/codex.svg +3 -0
  37. package/resources/local/agents.md/public/logos/copilot.svg +1 -0
  38. package/resources/local/agents.md/public/logos/cursor.svg +15 -0
  39. package/resources/local/agents.md/public/logos/devin-dark.svg +1 -0
  40. package/resources/local/agents.md/public/logos/devin-light.svg +1 -0
  41. package/resources/local/agents.md/public/logos/factory.svg +3 -0
  42. package/resources/local/agents.md/public/logos/gemini.svg +27 -0
  43. package/resources/local/agents.md/public/logos/goose.svg +12 -0
  44. package/resources/local/agents.md/public/logos/jules.svg +3 -0
  45. package/resources/local/agents.md/public/logos/junie.svg +5 -0
  46. package/resources/local/agents.md/public/logos/kilo-code.svg +43 -0
  47. package/resources/local/agents.md/public/logos/ona-dark.svg +3 -0
  48. package/resources/local/agents.md/public/logos/ona-light.svg +3 -0
  49. package/resources/local/agents.md/public/logos/opencode.svg +40 -0
  50. package/resources/local/agents.md/public/logos/phoenix.svg +44 -0
  51. package/resources/local/agents.md/public/logos/roocode.svg +3 -0
  52. package/resources/local/agents.md/public/logos/semgrep.svg +7 -0
  53. package/resources/local/agents.md/public/logos/uipath.svg +6 -0
  54. package/resources/local/agents.md/public/logos/vscode-dark.svg +19 -0
  55. package/resources/local/agents.md/public/logos/vscode-light.svg +12 -0
  56. package/resources/local/agents.md/public/logos/warp.svg +7 -0
  57. package/resources/local/agents.md/public/logos/windsurf-dark.svg +3 -0
  58. package/resources/local/agents.md/public/logos/windsurf-light.svg +3 -0
  59. package/resources/local/agents.md/public/logos/zed.svg +3 -0
  60. package/resources/local/agents.md/public/og.png +0 -0
  61. package/resources/local/agents.md/styles/globals.css +415 -0
  62. package/resources/local/agents.md/tsconfig.json +34 -0
  63. package/resources/local/awesome-design-md/README.md +197 -0
  64. package/resources/local/awesome-design-md/design-md/airbnb/DESIGN.md +545 -0
  65. package/resources/local/awesome-design-md/design-md/airbnb/README.md +5 -0
  66. package/resources/local/awesome-design-md/design-md/airtable/DESIGN.md +554 -0
  67. package/resources/local/awesome-design-md/design-md/airtable/README.md +5 -0
  68. package/resources/local/awesome-design-md/design-md/apple/DESIGN.md +562 -0
  69. package/resources/local/awesome-design-md/design-md/apple/README.md +5 -0
  70. package/resources/local/awesome-design-md/design-md/binance/DESIGN.md +634 -0
  71. package/resources/local/awesome-design-md/design-md/binance/README.md +5 -0
  72. package/resources/local/awesome-design-md/design-md/bmw/DESIGN.md +544 -0
  73. package/resources/local/awesome-design-md/design-md/bmw/README.md +5 -0
  74. package/resources/local/awesome-design-md/design-md/bmw-m/DESIGN.md +503 -0
  75. package/resources/local/awesome-design-md/design-md/bmw-m/README.md +5 -0
  76. package/resources/local/awesome-design-md/design-md/bugatti/DESIGN.md +454 -0
  77. package/resources/local/awesome-design-md/design-md/bugatti/README.md +5 -0
  78. package/resources/local/awesome-design-md/design-md/cal/DESIGN.md +542 -0
  79. package/resources/local/awesome-design-md/design-md/cal/README.md +5 -0
  80. package/resources/local/awesome-design-md/design-md/claude/DESIGN.md +589 -0
  81. package/resources/local/awesome-design-md/design-md/claude/README.md +5 -0
  82. package/resources/local/awesome-design-md/design-md/clay/DESIGN.md +541 -0
  83. package/resources/local/awesome-design-md/design-md/clay/README.md +5 -0
  84. package/resources/local/awesome-design-md/design-md/clickhouse/DESIGN.md +544 -0
  85. package/resources/local/awesome-design-md/design-md/clickhouse/README.md +5 -0
  86. package/resources/local/awesome-design-md/design-md/cohere/DESIGN.md +451 -0
  87. package/resources/local/awesome-design-md/design-md/cohere/README.md +5 -0
  88. package/resources/local/awesome-design-md/design-md/coinbase/DESIGN.md +570 -0
  89. package/resources/local/awesome-design-md/design-md/coinbase/README.md +5 -0
  90. package/resources/local/awesome-design-md/design-md/composio/DESIGN.md +506 -0
  91. package/resources/local/awesome-design-md/design-md/composio/README.md +5 -0
  92. package/resources/local/awesome-design-md/design-md/cursor/DESIGN.md +537 -0
  93. package/resources/local/awesome-design-md/design-md/cursor/README.md +5 -0
  94. package/resources/local/awesome-design-md/design-md/elevenlabs/DESIGN.md +504 -0
  95. package/resources/local/awesome-design-md/design-md/elevenlabs/README.md +5 -0
  96. package/resources/local/awesome-design-md/design-md/expo/DESIGN.md +526 -0
  97. package/resources/local/awesome-design-md/design-md/expo/README.md +5 -0
  98. package/resources/local/awesome-design-md/design-md/ferrari/DESIGN.md +531 -0
  99. package/resources/local/awesome-design-md/design-md/ferrari/README.md +5 -0
  100. package/resources/local/awesome-design-md/design-md/figma/DESIGN.md +578 -0
  101. package/resources/local/awesome-design-md/design-md/figma/README.md +5 -0
  102. package/resources/local/awesome-design-md/design-md/framer/DESIGN.md +544 -0
  103. package/resources/local/awesome-design-md/design-md/framer/README.md +5 -0
  104. package/resources/local/awesome-design-md/design-md/hashicorp/DESIGN.md +575 -0
  105. package/resources/local/awesome-design-md/design-md/hashicorp/README.md +5 -0
  106. package/resources/local/awesome-design-md/design-md/ibm/DESIGN.md +550 -0
  107. package/resources/local/awesome-design-md/design-md/ibm/README.md +5 -0
  108. package/resources/local/awesome-design-md/design-md/intercom/DESIGN.md +546 -0
  109. package/resources/local/awesome-design-md/design-md/intercom/README.md +5 -0
  110. package/resources/local/awesome-design-md/design-md/kraken/DESIGN.md +125 -0
  111. package/resources/local/awesome-design-md/design-md/kraken/README.md +5 -0
  112. package/resources/local/awesome-design-md/design-md/lamborghini/DESIGN.md +288 -0
  113. package/resources/local/awesome-design-md/design-md/lamborghini/README.md +5 -0
  114. package/resources/local/awesome-design-md/design-md/linear.app/DESIGN.md +548 -0
  115. package/resources/local/awesome-design-md/design-md/linear.app/README.md +5 -0
  116. package/resources/local/awesome-design-md/design-md/lovable/DESIGN.md +298 -0
  117. package/resources/local/awesome-design-md/design-md/lovable/README.md +5 -0
  118. package/resources/local/awesome-design-md/design-md/mastercard/DESIGN.md +365 -0
  119. package/resources/local/awesome-design-md/design-md/mastercard/README.md +5 -0
  120. package/resources/local/awesome-design-md/design-md/meta/DESIGN.md +683 -0
  121. package/resources/local/awesome-design-md/design-md/meta/README.md +5 -0
  122. package/resources/local/awesome-design-md/design-md/minimax/DESIGN.md +746 -0
  123. package/resources/local/awesome-design-md/design-md/minimax/README.md +5 -0
  124. package/resources/local/awesome-design-md/design-md/mintlify/DESIGN.md +852 -0
  125. package/resources/local/awesome-design-md/design-md/mintlify/README.md +5 -0
  126. package/resources/local/awesome-design-md/design-md/miro/DESIGN.md +825 -0
  127. package/resources/local/awesome-design-md/design-md/miro/README.md +5 -0
  128. package/resources/local/awesome-design-md/design-md/mistral.ai/DESIGN.md +773 -0
  129. package/resources/local/awesome-design-md/design-md/mistral.ai/README.md +5 -0
  130. package/resources/local/awesome-design-md/design-md/mongodb/DESIGN.md +767 -0
  131. package/resources/local/awesome-design-md/design-md/mongodb/README.md +5 -0
  132. package/resources/local/awesome-design-md/design-md/nike/DESIGN.md +575 -0
  133. package/resources/local/awesome-design-md/design-md/nike/README.md +5 -0
  134. package/resources/local/awesome-design-md/design-md/notion/DESIGN.md +821 -0
  135. package/resources/local/awesome-design-md/design-md/notion/README.md +5 -0
  136. package/resources/local/awesome-design-md/design-md/nvidia/DESIGN.md +640 -0
  137. package/resources/local/awesome-design-md/design-md/nvidia/README.md +5 -0
  138. package/resources/local/awesome-design-md/design-md/ollama/DESIGN.md +539 -0
  139. package/resources/local/awesome-design-md/design-md/ollama/README.md +5 -0
  140. package/resources/local/awesome-design-md/design-md/opencode.ai/DESIGN.md +521 -0
  141. package/resources/local/awesome-design-md/design-md/opencode.ai/README.md +5 -0
  142. package/resources/local/awesome-design-md/design-md/pinterest/DESIGN.md +597 -0
  143. package/resources/local/awesome-design-md/design-md/pinterest/README.md +5 -0
  144. package/resources/local/awesome-design-md/design-md/playstation/DESIGN.md +661 -0
  145. package/resources/local/awesome-design-md/design-md/playstation/README.md +5 -0
  146. package/resources/local/awesome-design-md/design-md/posthog/DESIGN.md +690 -0
  147. package/resources/local/awesome-design-md/design-md/posthog/README.md +5 -0
  148. package/resources/local/awesome-design-md/design-md/raycast/DESIGN.md +669 -0
  149. package/resources/local/awesome-design-md/design-md/raycast/README.md +5 -0
  150. package/resources/local/awesome-design-md/design-md/renault/DESIGN.md +589 -0
  151. package/resources/local/awesome-design-md/design-md/renault/README.md +5 -0
  152. package/resources/local/awesome-design-md/design-md/replicate/DESIGN.md +616 -0
  153. package/resources/local/awesome-design-md/design-md/replicate/README.md +5 -0
  154. package/resources/local/awesome-design-md/design-md/resend/DESIGN.md +585 -0
  155. package/resources/local/awesome-design-md/design-md/resend/README.md +5 -0
  156. package/resources/local/awesome-design-md/design-md/revolut/DESIGN.md +636 -0
  157. package/resources/local/awesome-design-md/design-md/revolut/README.md +5 -0
  158. package/resources/local/awesome-design-md/design-md/runwayml/DESIGN.md +244 -0
  159. package/resources/local/awesome-design-md/design-md/runwayml/README.md +5 -0
  160. package/resources/local/awesome-design-md/design-md/sanity/DESIGN.md +357 -0
  161. package/resources/local/awesome-design-md/design-md/sanity/README.md +5 -0
  162. package/resources/local/awesome-design-md/design-md/sentry/DESIGN.md +262 -0
  163. package/resources/local/awesome-design-md/design-md/sentry/README.md +5 -0
  164. package/resources/local/awesome-design-md/design-md/shopify/DESIGN.md +350 -0
  165. package/resources/local/awesome-design-md/design-md/shopify/README.md +5 -0
  166. package/resources/local/awesome-design-md/design-md/spacex/DESIGN.md +194 -0
  167. package/resources/local/awesome-design-md/design-md/spacex/README.md +5 -0
  168. package/resources/local/awesome-design-md/design-md/spotify/DESIGN.md +246 -0
  169. package/resources/local/awesome-design-md/design-md/spotify/README.md +5 -0
  170. package/resources/local/awesome-design-md/design-md/starbucks/DESIGN.md +580 -0
  171. package/resources/local/awesome-design-md/design-md/starbucks/README.md +5 -0
  172. package/resources/local/awesome-design-md/design-md/stripe/DESIGN.md +322 -0
  173. package/resources/local/awesome-design-md/design-md/stripe/README.md +5 -0
  174. package/resources/local/awesome-design-md/design-md/supabase/DESIGN.md +255 -0
  175. package/resources/local/awesome-design-md/design-md/supabase/README.md +5 -0
  176. package/resources/local/awesome-design-md/design-md/superhuman/DESIGN.md +252 -0
  177. package/resources/local/awesome-design-md/design-md/superhuman/README.md +5 -0
  178. package/resources/local/awesome-design-md/design-md/tesla/DESIGN.md +286 -0
  179. package/resources/local/awesome-design-md/design-md/tesla/README.md +5 -0
  180. package/resources/local/awesome-design-md/design-md/theverge/DESIGN.md +339 -0
  181. package/resources/local/awesome-design-md/design-md/theverge/README.md +5 -0
  182. package/resources/local/awesome-design-md/design-md/together.ai/DESIGN.md +263 -0
  183. package/resources/local/awesome-design-md/design-md/together.ai/README.md +5 -0
  184. package/resources/local/awesome-design-md/design-md/uber/DESIGN.md +295 -0
  185. package/resources/local/awesome-design-md/design-md/uber/README.md +5 -0
  186. package/resources/local/awesome-design-md/design-md/vercel/DESIGN.md +310 -0
  187. package/resources/local/awesome-design-md/design-md/vercel/README.md +5 -0
  188. package/resources/local/awesome-design-md/design-md/vodafone/DESIGN.md +423 -0
  189. package/resources/local/awesome-design-md/design-md/vodafone/README.md +5 -0
  190. package/resources/local/awesome-design-md/design-md/voltagent/DESIGN.md +323 -0
  191. package/resources/local/awesome-design-md/design-md/voltagent/README.md +5 -0
  192. package/resources/local/awesome-design-md/design-md/warp/DESIGN.md +253 -0
  193. package/resources/local/awesome-design-md/design-md/warp/README.md +5 -0
  194. package/resources/local/awesome-design-md/design-md/webflow/DESIGN.md +92 -0
  195. package/resources/local/awesome-design-md/design-md/webflow/README.md +5 -0
  196. package/resources/local/awesome-design-md/design-md/wired/DESIGN.md +278 -0
  197. package/resources/local/awesome-design-md/design-md/wired/README.md +5 -0
  198. package/resources/local/awesome-design-md/design-md/wise/DESIGN.md +173 -0
  199. package/resources/local/awesome-design-md/design-md/wise/README.md +5 -0
  200. package/resources/local/awesome-design-md/design-md/x.ai/DESIGN.md +257 -0
  201. package/resources/local/awesome-design-md/design-md/x.ai/README.md +5 -0
  202. package/resources/local/awesome-design-md/design-md/zapier/DESIGN.md +328 -0
  203. package/resources/local/awesome-design-md/design-md/zapier/README.md +5 -0
  204. package/resources/local/awesome-design-md/design-md-cli.js +167 -0
  205. package/resources/local/karpathy-tools/CLAUDE.md +65 -0
  206. package/resources/local/karpathy-tools/karpathy-md.js +140 -0
  207. package/scripts/audit-pack.js +21 -0
  208. package/skills/coding.md +87 -0
  209. package/skills/debug.md +63 -0
  210. package/skills/test.md +64 -0
@@ -0,0 +1,415 @@
1
+ @import "tailwindcss";
2
+
3
+ /* Inter Font */
4
+ @font-face {
5
+ font-display: swap;
6
+ font-family: 'Inter';
7
+ font-style: normal;
8
+ font-weight: 400;
9
+ src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjp-Ek-_EeA.woff2') format('woff2');
10
+ }
11
+
12
+ @font-face {
13
+ font-display: swap;
14
+ font-family: 'Inter';
15
+ font-style: normal;
16
+ font-weight: 500;
17
+ src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZ9hjp-Ek-_EeA.woff2') format('woff2');
18
+ }
19
+
20
+ @font-face {
21
+ font-display: swap;
22
+ font-family: 'Inter';
23
+ font-style: normal;
24
+ font-weight: 600;
25
+ src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYAZ9hjp-Ek-_EeA.woff2') format('woff2');
26
+ }
27
+
28
+ @font-face {
29
+ font-display: swap;
30
+ font-family: 'Inter';
31
+ font-style: normal;
32
+ font-weight: 700;
33
+ src: url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYAZ9hjp-Ek-_EeA.woff2') format('woff2');
34
+ }
35
+
36
+ /* JetBrains Mono */
37
+ @font-face {
38
+ font-display: swap;
39
+ font-family: 'JetBrains Mono';
40
+ font-style: normal;
41
+ font-weight: 400;
42
+ src: url('https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.woff2') format('woff2');
43
+ }
44
+
45
+ /* Composio Design Tokens */
46
+ :root {
47
+ /* Colors */
48
+ --color-primary: #0007cd;
49
+ --color-primary-active: #0005a3;
50
+ --color-primary-glow: #1a26ff;
51
+ --color-accent-cyan: #00d4ff;
52
+ --color-accent-violet: #7b3aed;
53
+ --color-canvas: #0f0f0f;
54
+ --color-canvas-deep: #000000;
55
+ --color-surface-card: #181818;
56
+ --color-surface-elevated: #222222;
57
+ --color-surface-strong: #2a2a2a;
58
+ --color-hairline: #222222;
59
+ --color-hairline-soft: #1a1a1a;
60
+ --color-hairline-strong: #333333;
61
+ --color-ink: #ffffff;
62
+ --color-body: #a8a8a8;
63
+ --color-muted: #888888;
64
+ --color-muted-soft: #666666;
65
+ --color-success: #33d17a;
66
+ --color-error: #ff4d4d;
67
+
68
+ /* Typography */
69
+ --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
70
+ --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
71
+
72
+ /* Spacing */
73
+ --space-xxs: 4px;
74
+ --space-xs: 8px;
75
+ --space-sm: 12px;
76
+ --space-base: 16px;
77
+ --space-md: 20px;
78
+ --space-lg: 24px;
79
+ --space-xl: 32px;
80
+ --space-xxl: 48px;
81
+ --space-section: 96px;
82
+
83
+ /* Border Radius */
84
+ --radius-xs: 4px;
85
+ --radius-sm: 6px;
86
+ --radius-md: 8px;
87
+ --radius-lg: 12px;
88
+ --radius-xl: 16px;
89
+ --radius-pill: 9999px;
90
+ }
91
+
92
+ @theme inline {
93
+ --color-background: var(--color-canvas);
94
+ --color-foreground: var(--color-ink);
95
+ --font-sans: var(--font-sans);
96
+ --font-mono: var(--font-mono);
97
+ }
98
+
99
+ /* Base Styles */
100
+ * {
101
+ box-sizing: border-box;
102
+ }
103
+
104
+ body {
105
+ background: var(--color-canvas);
106
+ color: var(--color-body);
107
+ font-family: var(--font-sans);
108
+ line-height: 1.5;
109
+ -webkit-font-smoothing: antialiased;
110
+ -moz-osx-font-smoothing: grayscale;
111
+ }
112
+
113
+ /* Three.js Canvas Container */
114
+ .three-canvas {
115
+ position: fixed;
116
+ top: 0;
117
+ left: 0;
118
+ width: 100%;
119
+ height: 100%;
120
+ z-index: 0;
121
+ pointer-events: none;
122
+ }
123
+
124
+ /* Spotlight Glow Effect */
125
+ .spotlight-glow {
126
+ position: absolute;
127
+ width: 600px;
128
+ height: 600px;
129
+ background: radial-gradient(circle, var(--color-primary-glow) 0%, transparent 70%);
130
+ opacity: 0.3;
131
+ filter: blur(80px);
132
+ animation: pulse-glow 4s ease-in-out infinite;
133
+ }
134
+
135
+ @keyframes pulse-glow {
136
+ 0%, 100% { opacity: 0.2; transform: scale(1); }
137
+ 50% { opacity: 0.4; transform: scale(1.1); }
138
+ }
139
+
140
+ /* Floating Animation */
141
+ @keyframes float {
142
+ 0%, 100% { transform: translateY(0px); }
143
+ 50% { transform: translateY(-20px); }
144
+ }
145
+
146
+ .floating {
147
+ animation: float 6s ease-in-out infinite;
148
+ }
149
+
150
+ /* Fade In Up Animation */
151
+ @keyframes fadeInUp {
152
+ from {
153
+ opacity: 0;
154
+ transform: translateY(40px);
155
+ }
156
+ to {
157
+ opacity: 1;
158
+ transform: translateY(0);
159
+ }
160
+ }
161
+
162
+ .fade-in-up {
163
+ animation: fadeInUp 0.8s ease-out forwards;
164
+ }
165
+
166
+ /* Stagger delays */
167
+ .stagger-1 { animation-delay: 0.1s; }
168
+ .stagger-2 { animation-delay: 0.2s; }
169
+ .stagger-3 { animation-delay: 0.3s; }
170
+ .stagger-4 { animation-delay: 0.4s; }
171
+ .stagger-5 { animation-delay: 0.5s; }
172
+ .stagger-6 { animation-delay: 0.6s; }
173
+
174
+ /* Typing Animation */
175
+ @keyframes typing {
176
+ from { width: 0; }
177
+ to { width: 100%; }
178
+ }
179
+
180
+ @keyframes blink {
181
+ 50% { border-color: transparent; }
182
+ }
183
+
184
+ .typing-effect {
185
+ overflow: hidden;
186
+ white-space: nowrap;
187
+ border-right: 3px solid var(--color-primary);
188
+ animation: typing 3s steps(30) forwards, blink 0.8s step-end infinite;
189
+ }
190
+
191
+ /* Terminal Window Styles */
192
+ .terminal-window {
193
+ background: var(--color-canvas-deep);
194
+ border-radius: var(--radius-xl);
195
+ border: 1px solid var(--color-hairline-strong);
196
+ overflow: hidden;
197
+ }
198
+
199
+ .terminal-header {
200
+ background: var(--color-surface-elevated);
201
+ padding: var(--space-sm) var(--space-md);
202
+ display: flex;
203
+ align-items: center;
204
+ gap: var(--space-xs);
205
+ }
206
+
207
+ .terminal-dot {
208
+ width: 12px;
209
+ height: 12px;
210
+ border-radius: 50%;
211
+ }
212
+
213
+ .terminal-content {
214
+ padding: var(--space-xl);
215
+ font-family: var(--font-mono);
216
+ font-size: 13px;
217
+ line-height: 1.6;
218
+ color: var(--color-body);
219
+ }
220
+
221
+ /* Code Block Syntax Highlighting */
222
+ .code-keyword { color: #ff79c6; }
223
+ .code-string { color: #f1fa8c; }
224
+ .code-function { color: #50fa7b; }
225
+ .code-comment { color: #6272a4; }
226
+ .code-number { color: #bd93f9; }
227
+ .code-variable { color: #8be9fd; }
228
+ .code-operator { color: #ff79c6; }
229
+
230
+ /* Card Hover Effect */
231
+ .card-hover {
232
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
233
+ }
234
+
235
+ .card-hover:hover {
236
+ transform: translateY(-8px);
237
+ background: var(--color-surface-elevated);
238
+ box-shadow: 0 20px 40px rgba(0, 7, 205, 0.15);
239
+ }
240
+
241
+ /* Button Styles */
242
+ .btn-primary {
243
+ background: var(--color-primary);
244
+ color: var(--color-ink);
245
+ padding: 10px 18px;
246
+ height: 40px;
247
+ border-radius: var(--radius-md);
248
+ font-weight: 500;
249
+ font-size: 14px;
250
+ transition: all 0.2s ease;
251
+ display: inline-flex;
252
+ align-items: center;
253
+ justify-content: center;
254
+ gap: var(--space-xs);
255
+ }
256
+
257
+ .btn-primary:hover {
258
+ background: var(--color-primary-active);
259
+ transform: translateY(-2px);
260
+ box-shadow: 0 4px 20px rgba(0, 7, 205, 0.4);
261
+ }
262
+
263
+ .btn-secondary {
264
+ background: var(--color-surface-elevated);
265
+ color: var(--color-ink);
266
+ padding: 10px 18px;
267
+ height: 40px;
268
+ border-radius: var(--radius-md);
269
+ font-weight: 500;
270
+ font-size: 14px;
271
+ transition: all 0.2s ease;
272
+ display: inline-flex;
273
+ align-items: center;
274
+ justify-content: center;
275
+ gap: var(--space-xs);
276
+ }
277
+
278
+ .btn-secondary:hover {
279
+ background: var(--color-surface-strong);
280
+ transform: translateY(-2px);
281
+ }
282
+
283
+ .btn-outline {
284
+ background: transparent;
285
+ color: var(--color-ink);
286
+ padding: 10px 18px;
287
+ height: 40px;
288
+ border-radius: var(--radius-md);
289
+ border: 1px solid var(--color-hairline-strong);
290
+ font-weight: 500;
291
+ font-size: 14px;
292
+ transition: all 0.2s ease;
293
+ display: inline-flex;
294
+ align-items: center;
295
+ justify-content: center;
296
+ gap: var(--space-xs);
297
+ }
298
+
299
+ .btn-outline:hover {
300
+ background: var(--color-surface-card);
301
+ border-color: var(--color-muted);
302
+ }
303
+
304
+ /* Badge Pill */
305
+ .badge-pill {
306
+ background: var(--color-surface-elevated);
307
+ color: var(--color-muted);
308
+ font-size: 11px;
309
+ font-weight: 600;
310
+ text-transform: uppercase;
311
+ letter-spacing: 0.88px;
312
+ padding: 4px 12px;
313
+ border-radius: var(--radius-pill);
314
+ }
315
+
316
+ /* Tech Badge */
317
+ .tech-badge {
318
+ background: var(--color-surface-card);
319
+ color: var(--color-body);
320
+ font-size: 13px;
321
+ padding: 6px 12px;
322
+ border-radius: var(--radius-sm);
323
+ border: 1px solid var(--color-hairline);
324
+ transition: all 0.2s ease;
325
+ }
326
+
327
+ .tech-badge:hover {
328
+ background: var(--color-surface-elevated);
329
+ border-color: var(--color-primary);
330
+ color: var(--color-ink);
331
+ }
332
+
333
+ /* Section Title */
334
+ .section-title {
335
+ font-size: 44px;
336
+ font-weight: 500;
337
+ color: var(--color-ink);
338
+ letter-spacing: -1.32px;
339
+ line-height: 1.1;
340
+ }
341
+
342
+ /* Timeline */
343
+ .timeline-item {
344
+ position: relative;
345
+ padding-left: var(--space-xxl);
346
+ }
347
+
348
+ .timeline-item::before {
349
+ content: '';
350
+ position: absolute;
351
+ left: 0;
352
+ top: 8px;
353
+ width: 16px;
354
+ height: 16px;
355
+ background: var(--color-primary);
356
+ border-radius: 50%;
357
+ box-shadow: 0 0 20px var(--color-primary-glow);
358
+ }
359
+
360
+ .timeline-item::after {
361
+ content: '';
362
+ position: absolute;
363
+ left: 7px;
364
+ top: 28px;
365
+ width: 2px;
366
+ height: calc(100% - 20px);
367
+ background: var(--color-hairline);
368
+ }
369
+
370
+ .timeline-item:last-child::after {
371
+ display: none;
372
+ }
373
+
374
+ /* Scrollbar */
375
+ ::-webkit-scrollbar {
376
+ width: 8px;
377
+ height: 8px;
378
+ }
379
+
380
+ ::-webkit-scrollbar-track {
381
+ background: var(--color-canvas);
382
+ }
383
+
384
+ ::-webkit-scrollbar-thumb {
385
+ background: var(--color-surface-strong);
386
+ border-radius: var(--radius-pill);
387
+ }
388
+
389
+ ::-webkit-scrollbar-thumb:hover {
390
+ background: var(--color-muted);
391
+ }
392
+
393
+ /* Text Selection */
394
+ ::selection {
395
+ background: var(--color-primary);
396
+ color: var(--color-ink);
397
+ }
398
+
399
+ /* Smooth Scroll */
400
+ html {
401
+ scroll-behavior: smooth;
402
+ }
403
+
404
+ /* Focus States */
405
+ *:focus-visible {
406
+ outline: 2px solid var(--color-primary);
407
+ outline-offset: 2px;
408
+ }
409
+
410
+ /* Responsive Breakpoints */
411
+ @media (max-width: 640px) {
412
+ .section-title {
413
+ font-size: 32px;
414
+ }
415
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2017",
4
+ "lib": [
5
+ "dom",
6
+ "dom.iterable",
7
+ "esnext"
8
+ ],
9
+ "allowJs": true,
10
+ "skipLibCheck": true,
11
+ "strict": true,
12
+ "noEmit": true,
13
+ "esModuleInterop": true,
14
+ "module": "esnext",
15
+ "moduleResolution": "bundler",
16
+ "resolveJsonModule": true,
17
+ "isolatedModules": true,
18
+ "jsx": "react-jsx",
19
+ "incremental": true,
20
+ "paths": {
21
+ "@/*": [
22
+ "./*"
23
+ ]
24
+ }
25
+ },
26
+ "include": [
27
+ "next-env.d.ts",
28
+ "**/*.ts",
29
+ "**/*.tsx"
30
+ ],
31
+ "exclude": [
32
+ "node_modules"
33
+ ]
34
+ }
@@ -0,0 +1,197 @@
1
+ <a href="https://github.com/VoltAgent/voltagent">
2
+ <img width="1500" alt="claude-skills" src="https://github.com/user-attachments/assets/d012a0d2-cec3-4630-ba5e-acc339dbe6cf" />
3
+ </a>
4
+
5
+
6
+ <br/>
7
+ <br/>
8
+
9
+ <div align="center">
10
+ <strong>Curated collection of DESIGN.md files inspired by developer focused websites.</strong>
11
+ <br />
12
+ <br />
13
+
14
+ </div>
15
+
16
+ <div align="center">
17
+
18
+ [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
19
+ ![DESIGN.md Count](https://img.shields.io/badge/DESIGN.md%20count-71-10b981?style=classic)
20
+ [![Last Update](https://img.shields.io/github/last-commit/VoltAgent/awesome-design-md?label=Last%20update&style=classic)](https://github.com/VoltAgent/awesome-design-md)
21
+ [![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://s.voltagent.dev/discord)
22
+
23
+ </div>
24
+ </div>
25
+
26
+ # Awesome DESIGN.md
27
+
28
+ Copy a DESIGN.md into your project, tell your AI agent "build me a page that looks like this" and get pixel-perfect UI that actually matches.
29
+
30
+
31
+ ## What is DESIGN.md?
32
+
33
+ [DESIGN.md](https://stitch.withgoogle.com/docs/design-md/overview/) is a new concept introduced by Google Stitch. A plain-text design system document that AI agents read to generate consistent UI.
34
+
35
+ It's just a markdown file. No Figma exports, no JSON schemas, no special tooling. Drop it into your project root and any AI coding agent or Google Stitch instantly understands how your UI should look. Markdown is the format LLMs read best, so there's nothing to parse or configure.
36
+
37
+ | File | Who reads it | What it defines |
38
+ |------|-------------|-----------------|
39
+ | `AGENTS.md` | Coding agents | How to build the project |
40
+ | `DESIGN.md` | Design agents | How the project should look and feel |
41
+
42
+ **This repo provides ready-to-use DESIGN.md files** extracted from real websites.
43
+
44
+ ## Request a DESIGN.md
45
+
46
+ You can [request a DESIGN.md](https://getdesign.md/request) for specific website, including private requests delivered exclusively to you.
47
+
48
+ ## Sponsors ❤️
49
+
50
+ Become a Sponsor [1M+ view] — your logo here and get listed on [getdesign.md](https://getdesign.md/)
51
+
52
+ ## Collection
53
+
54
+ ### AI & LLM Platforms
55
+
56
+ - [**Claude**](https://getdesign.md/claude/design-md) - Anthropic's AI assistant. Warm terracotta accent, clean editorial layout
57
+ - [**Cohere**](https://getdesign.md/cohere/design-md) - Enterprise AI platform. Vibrant gradients, data-rich dashboard aesthetic
58
+ - [**ElevenLabs**](https://getdesign.md/elevenlabs/design-md) - AI voice platform. Dark cinematic UI, audio-waveform aesthetics
59
+ - [**Minimax**](https://getdesign.md/minimax/design-md) - AI model provider. Bold dark interface with neon accents
60
+ - [**Mistral AI**](https://getdesign.md/mistral.ai/design-md) - Open-weight LLM provider. French-engineered minimalism, purple-toned
61
+ - [**Ollama**](https://getdesign.md/ollama/design-md) - Run LLMs locally. Terminal-first, monochrome simplicity
62
+ - [**OpenCode AI**](https://getdesign.md/opencode.ai/design-md) - AI coding platform. Developer-centric dark theme
63
+ - [**Replicate**](https://getdesign.md/replicate/design-md) - Run ML models via API. Clean white canvas, code-forward
64
+ - [**RunwayML**](https://getdesign.md/runwayml/design-md) - AI video generation. Cinematic dark UI, media-rich layout
65
+ - [**Together AI**](https://getdesign.md/together.ai/design-md) - Open-source AI infrastructure. Technical, blueprint-style design
66
+ - [**VoltAgent**](https://getdesign.md/voltagent/design-md) - AI agent framework. Void-black canvas, emerald accent, terminal-native
67
+ - [**xAI**](https://getdesign.md/x.ai/design-md) - Elon Musk's AI lab. Stark monochrome, futuristic minimalism
68
+
69
+ ### Developer Tools & IDEs
70
+
71
+ - [**Cursor**](https://getdesign.md/cursor/design-md) - AI-first code editor. Sleek dark interface, gradient accents
72
+ - [**Expo**](https://getdesign.md/expo/design-md) - React Native platform. Dark theme, tight letter-spacing, code-centric
73
+ - [**Lovable**](https://getdesign.md/lovable/design-md) - AI full-stack builder. Playful gradients, friendly dev aesthetic
74
+ - [**Raycast**](https://getdesign.md/raycast/design-md) - Productivity launcher. Sleek dark chrome, vibrant gradient accents
75
+ - [**Superhuman**](https://getdesign.md/superhuman/design-md) - Fast email client. Premium dark UI, keyboard-first, purple glow
76
+ - [**Vercel**](https://getdesign.md/vercel/design-md) - Frontend deployment platform. Black and white precision, Geist font
77
+ - [**Warp**](https://getdesign.md/warp/design-md) - Modern terminal. Dark IDE-like interface, block-based command UI
78
+
79
+ ### Backend, Database & DevOps
80
+
81
+ - [**ClickHouse**](https://getdesign.md/clickhouse/design-md) - Fast analytics database. Yellow-accented, technical documentation style
82
+ - [**Composio**](https://getdesign.md/composio/design-md) - Tool integration platform. Modern dark with colorful integration icons
83
+ - [**HashiCorp**](https://getdesign.md/hashicorp/design-md) - Infrastructure automation. Enterprise-clean, black and white
84
+ - [**MongoDB**](https://getdesign.md/mongodb/design-md) - Document database. Green leaf branding, developer documentation focus
85
+ - [**PostHog**](https://getdesign.md/posthog/design-md) - Product analytics. Playful hedgehog branding, developer-friendly dark UI
86
+ - [**Sanity**](https://getdesign.md/sanity/design-md) - Headless CMS. Red accent, content-first editorial layout
87
+ - [**Sentry**](https://getdesign.md/sentry/design-md) - Error monitoring. Dark dashboard, data-dense, pink-purple accent
88
+ - [**Supabase**](https://getdesign.md/supabase/design-md) - Open-source Firebase alternative. Dark emerald theme, code-first
89
+
90
+ ### Productivity & SaaS
91
+
92
+ - [**Cal.com**](https://getdesign.md/cal/design-md) - Open-source scheduling. Clean neutral UI, developer-oriented simplicity
93
+ - [**Intercom**](https://getdesign.md/intercom/design-md) - Customer messaging. Friendly blue palette, conversational UI patterns
94
+ - [**Linear**](https://getdesign.md/linear.app/design-md) - Project management for engineers. Ultra-minimal, precise, purple accent
95
+ - [**Mintlify**](https://getdesign.md/mintlify/design-md) - Documentation platform. Clean, green-accented, reading-optimized
96
+ - [**Notion**](https://getdesign.md/notion/design-md) - All-in-one workspace. Warm minimalism, serif headings, soft surfaces
97
+ - [**Resend**](https://getdesign.md/resend/design-md) - Email API for developers. Minimal dark theme, monospace accents
98
+ - [**Zapier**](https://getdesign.md/zapier/design-md) - Automation platform. Warm orange, friendly illustration-driven
99
+
100
+ ### Design & Creative Tools
101
+
102
+ - [**Airtable**](https://getdesign.md/airtable/design-md) - Spreadsheet-database hybrid. Colorful, friendly, structured data aesthetic
103
+ - [**Clay**](https://getdesign.md/clay/design-md) - Creative agency. Organic shapes, soft gradients, art-directed layout
104
+ - [**Figma**](https://getdesign.md/figma/design-md) - Collaborative design tool. Vibrant multi-color, playful yet professional
105
+ - [**Framer**](https://getdesign.md/framer/design-md) - Website builder. Bold black and blue, motion-first, design-forward
106
+ - [**Miro**](https://getdesign.md/miro/design-md) - Visual collaboration. Bright yellow accent, infinite canvas aesthetic
107
+ - [**Webflow**](https://getdesign.md/webflow/design-md) - Visual web builder. Blue-accented, polished marketing site aesthetic
108
+
109
+ ### Fintech & Crypto
110
+
111
+ - [**Binance**](https://getdesign.md/binance/design-md) - Crypto exchange. Bold Binance Yellow on monochrome, trading-floor urgency
112
+ - [**Coinbase**](https://getdesign.md/coinbase/design-md) - Crypto exchange. Clean blue identity, trust-focused, institutional feel
113
+ - [**Kraken**](https://getdesign.md/kraken/design-md) - Crypto trading platform. Purple-accented dark UI, data-dense dashboards
114
+ - [**Mastercard**](https://getdesign.md/mastercard/design-md) - Global payments network. Warm cream canvas, orbital pill shapes, editorial warmth
115
+ - [**Revolut**](https://getdesign.md/revolut/design-md) - Digital banking. Sleek dark interface, gradient cards, fintech precision
116
+ - [**Stripe**](https://getdesign.md/stripe/design-md) - Payment infrastructure. Signature purple gradients, weight-300 elegance
117
+ - [**Wise**](https://getdesign.md/wise/design-md) - International money transfer. Bright green accent, friendly and clear
118
+
119
+ ### E-commerce & Retail
120
+
121
+ - [**Airbnb**](https://getdesign.md/airbnb/design-md) - Travel marketplace. Warm coral accent, photography-driven, rounded UI
122
+ - [**Meta**](https://getdesign.md/meta/design-md) - Tech retail store. Photography-first, binary light/dark surfaces, Meta Blue CTAs
123
+ - [**Nike**](https://getdesign.md/nike/design-md) - Athletic retail. Monochrome UI, massive uppercase Futura, full-bleed photography
124
+ - [**Shopify**](https://getdesign.md/shopify/design-md) - E-commerce platform. Dark-first cinematic, neon green accent, ultra-light display type
125
+ - [**Starbucks**](https://getdesign.md/starbucks/design-md) - Coffee retail flagship. Four-tier earth-green system, warm cream canvas, proprietary SoDoSans typography
126
+
127
+ ### Media & Consumer Tech
128
+
129
+ - [**Apple**](https://getdesign.md/apple/design-md) - Consumer electronics. Premium white space, SF Pro, cinematic imagery
130
+ - [**IBM**](https://getdesign.md/ibm/design-md) - Enterprise technology. Carbon design system, structured blue palette
131
+ - [**NVIDIA**](https://getdesign.md/nvidia/design-md) - GPU computing. Green-black energy, technical power aesthetic
132
+ - [**Pinterest**](https://getdesign.md/pinterest/design-md) - Visual discovery platform. Red accent, masonry grid, image-first
133
+ - [**PlayStation**](https://getdesign.md/playstation/design-md) - Gaming console retail. Three-surface channel layout, cyan hover-scale interaction
134
+ - [**SpaceX**](https://getdesign.md/spacex/design-md) - Space technology. Stark black and white, full-bleed imagery, futuristic
135
+ - [**Spotify**](https://getdesign.md/spotify/design-md) - Music streaming. Vibrant green on dark, bold type, album-art-driven
136
+ - [**The Verge**](https://getdesign.md/theverge/design-md) - Tech editorial media. Acid-mint and ultraviolet accents, Manuka display type
137
+ - [**Uber**](https://getdesign.md/uber/design-md) - Mobility platform. Bold black and white, tight type, urban energy
138
+ - [**Vodafone**](https://getdesign.md/vodafone/design-md) - Global telecom brand. Monumental uppercase display, Vodafone Red chapter bands
139
+ - [**WIRED**](https://getdesign.md/wired/design-md) - Tech magazine. Paper-white broadsheet density, custom serif, ink-blue links
140
+
141
+ ### Automotive
142
+
143
+ - [**BMW**](https://getdesign.md/bmw/design-md) - Luxury automotive. Dark premium surfaces, precise German engineering aesthetic
144
+ - [**BMW M**](https://getdesign.md/bmw-m/design-md) - Performance automotive. Motorsport-inspired contrast, M color accents, precision-driven layout
145
+ - [**Bugatti**](https://getdesign.md/bugatti/design-md) - Luxury hypercar. Cinema-black canvas, monochrome austerity, monumental display type
146
+ - [**Ferrari**](https://getdesign.md/ferrari/design-md) - Luxury automotive. Chiaroscuro black-white editorial, Ferrari Red with extreme sparseness
147
+ - [**Lamborghini**](https://getdesign.md/lamborghini/design-md) - Luxury automotive. True black cathedral, gold accent, LamboType custom Neo-Grotesk
148
+ - [**Renault**](https://getdesign.md/renault/design-md) - French automotive. Vivid aurora gradients, NouvelR proprietary typeface, zero-radius buttons
149
+ - [**Tesla**](https://getdesign.md/tesla/design-md) - Electric vehicles. Radical subtraction, cinematic full-viewport photography, Universal Sans
150
+
151
+
152
+ ## What's Inside Each DESIGN.md
153
+
154
+ Every file follows the [Stitch DESIGN.md format](https://stitch.withgoogle.com/docs/design-md/format/) with extended sections:
155
+
156
+ | # | Section | What it captures |
157
+ |---|---------|-----------------|
158
+ | 1 | Visual Theme & Atmosphere | Mood, density, design philosophy |
159
+ | 2 | Color Palette & Roles | Semantic name + hex + functional role |
160
+ | 3 | Typography Rules | Font families, full hierarchy table |
161
+ | 4 | Component Stylings | Buttons, cards, inputs, navigation with states |
162
+ | 5 | Layout Principles | Spacing scale, grid, whitespace philosophy |
163
+ | 6 | Depth & Elevation | Shadow system, surface hierarchy |
164
+ | 7 | Do's and Don'ts | Design guardrails and anti-patterns |
165
+ | 8 | Responsive Behavior | Breakpoints, touch targets, collapsing strategy |
166
+ | 9 | Agent Prompt Guide | Quick color reference, ready-to-use prompts |
167
+
168
+ Each site includes:
169
+
170
+ | File | Purpose |
171
+ |------|---------|
172
+ | `DESIGN.md` | The design system (what agents read) |
173
+ | `preview.html` | Visual catalog showing color swatches, type scale, buttons, cards |
174
+ | `preview-dark.html` | Same catalog with dark surfaces |
175
+
176
+ ### How to Use
177
+
178
+
179
+ 1. Copy a site's `DESIGN.md` into your project root
180
+ 2. Tell your AI agent to use it.
181
+
182
+
183
+ ## Contributing
184
+
185
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
186
+
187
+ - **Improve existing files**: Fix wrong colors, missing tokens, weak descriptions
188
+ - **Report issues**: Let us know if something looks off
189
+
190
+ Before opening a PR, please [open an issue](https://github.com/VoltAgent/awesome-design-md/issues) first to discuss your idea and get feedback from maintainers.
191
+
192
+
193
+ ## License
194
+
195
+ MIT License - see [LICENSE](LICENSE)
196
+
197
+ This repository is a curated collection of design system documents extracted from public websites. All DESIGN.md files are provided "as is" without warranty. The extracted design tokens represent publicly visible CSS values. We do not claim ownership of any site's visual identity. These documents exist to help AI agents generate consistent UI.