cdragon 0.1.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 (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,356 @@
1
+ ---
2
+ id: together.ai
3
+ name: Together AI
4
+ country: US
5
+ category: ai
6
+ homepage: "https://www.together.ai"
7
+ primary_color: "#0f6fff"
8
+ logo:
9
+ type: github
10
+ slug: togethercomputer
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Together AI Brand
15
+ url: "https://www.together.ai/brand"
16
+ type: brand
17
+ description: Together AI's logo, color, and typography brand guidelines.
18
+ og_image: "https://cdn.prod.website-files.com/69654e88dce9154b5f1206dd/69a49f8243e74bf4b805d130_og-brand.jpg"
19
+ ---
20
+
21
+ # Design System Inspiration of Together AI
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Together AI's interface is a pastel-gradient dreamscape built for enterprise AI infrastructure — a design that somehow makes GPU clusters and model inference feel light, airy, and optimistic. The hero section blooms with soft pink-blue-lavender gradients and abstract, painterly illustrations that evoke clouds and flight, establishing a visual metaphor for the "AI-Native Cloud" proposition. Against this softness, the typography cuts through with precision: "The Future" display font at 64px with aggressive negative tracking (-1.92px) creates dense, authoritative headline blocks.
26
+
27
+ The design straddles two worlds: a bright, white-canvas light side where pastel gradients and stats cards create an approachable platform overview, and a dark navy universe (`#010120` — not gray-black but a deep midnight blue) where research papers and technical content live. This dual-world approach elegantly separates the "business" messaging (light, friendly, stat-driven) from the "research" messaging (dark, serious, academic).
28
+
29
+ What makes Together AI distinctive is its type system. "The Future" handles all display and body text with a geometric modernist aesthetic, while "PP Neue Montreal Mono" provides uppercase labels with meticulous letter-spacing — creating a "technical infrastructure company with taste" personality. The brand accents — magenta (`#ef2cc1`) and orange (`#fc4c02`) — appear sparingly in the gradient and illustrations, never polluting the clean UI.
30
+
31
+ **Key Characteristics:**
32
+ - Soft pastel gradients (pink, blue, lavender) against pure white canvas
33
+ - Deep midnight blue (`#010120`) for dark/research sections — not gray-black
34
+ - Custom "The Future" font with aggressive negative letter-spacing throughout
35
+ - PP Neue Montreal Mono for uppercase technical labels
36
+ - Sharp geometry (4px, 8px radius) — not rounded, not pill
37
+ - Magenta (#ef2cc1) + orange (#fc4c02) brand accents in illustrations only
38
+ - Lavender (#bdbbff) as a soft secondary accent
39
+ - Enterprise stats prominently displayed (2x, 60%, 90%)
40
+ - Dark-blue-tinted shadows (rgba(1, 1, 32, 0.1))
41
+
42
+ ## 2. Color Palette & Roles
43
+
44
+ ### Primary
45
+ - **Brand Magenta** (`#ef2cc1`): The primary brand accent — a vivid pink-magenta used in gradient illustrations and the highest-signal brand moments. Never used as UI chrome.
46
+ - **Brand Orange** (`#fc4c02`): The secondary brand accent — a vivid orange for gradient endpoints and warm accent moments.
47
+ - **Dark Blue** (`#010120`): The primary dark surface — a deep midnight blue-black used for research sections, footer, and dark containers. Not gray, not black — distinctly blue.
48
+
49
+ ### Secondary & Accent
50
+ - **Soft Lavender** (`#bdbbff`): A gentle blue-violet used for subtle accents, secondary indicators, and soft UI highlights.
51
+ - **Black 40** (`#00000066`): Semi-transparent black for de-emphasized overlays and secondary text.
52
+
53
+ ### Surface & Background
54
+ - **Pure White** (`#ffffff`): The primary light-section page background.
55
+ - **Dark Blue** (`#010120`): Dark-section backgrounds — research, footer, technical content.
56
+ - **Glass Light** (`rgba(255, 255, 255, 0.12)`): Frosted glass button backgrounds on dark sections.
57
+ - **Glass Dark** (`rgba(0, 0, 0, 0.08)`): Subtle tinted surfaces on light sections.
58
+
59
+ ### Neutrals & Text
60
+ - **Pure Black** (`#000000`): Primary text on light surfaces.
61
+ - **Pure White** (`#ffffff`): Primary text on dark surfaces.
62
+ - **Black 8%** (`rgba(0, 0, 0, 0.08)`): Borders and subtle containment on light surfaces.
63
+ - **White 12%** (`rgba(255, 255, 255, 0.12)`): Borders and containment on dark surfaces.
64
+
65
+ ### Gradient System
66
+ - **Pastel Cloud Gradient**: Soft pink → lavender → soft blue gradients in hero illustrations. These appear in abstract, painterly forms — clouds, feathers, flowing shapes — that create visual warmth without literal meaning.
67
+ - **Hero Gradient**: The hero background uses soft pastel tints layered over white, creating a dawn-like atmospheric effect.
68
+
69
+ ## 3. Typography Rules
70
+
71
+ ### Font Family
72
+ - **Primary**: `The Future`, with fallback: `Arial`
73
+ - **Monospace / Labels**: `PP Neue Montreal Mono`, with fallback: `Georgia`
74
+
75
+ ### Hierarchy
76
+
77
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
78
+ |------|------|------|--------|-------------|----------------|-------|
79
+ | Display / Hero | The Future | 64px (4rem) | 400–500 | 1.00–1.10 (tight) | -1.92px | Maximum impact, dense blocks |
80
+ | Section Heading | The Future | 40px (2.5rem) | 500 | 1.20 (tight) | -0.8px | Feature section titles |
81
+ | Sub-heading | The Future | 28px (1.75rem) | 500 | 1.15 (tight) | -0.42px | Card headings |
82
+ | Feature Title | The Future | 22px (1.38rem) | 500 | 1.15 (tight) | -0.22px | Small feature headings |
83
+ | Body Large | The Future | 18px (1.13rem) | 400–500 | 1.30 (tight) | -0.18px | Descriptions, sections |
84
+ | Body / Button | The Future | 16px (1rem) | 400–500 | 1.25–1.30 | -0.16px | Standard body, nav, buttons |
85
+ | Caption | The Future | 14px (0.88rem) | 400–500 | 1.40 | normal | Metadata, descriptions |
86
+ | Mono Label | PP Neue Montreal Mono | 16px (1rem) | 500 | 1.00 (tight) | 0.08px | Uppercase section labels |
87
+ | Mono Small | PP Neue Montreal Mono | 11px (0.69rem) | 500 | 1.00–1.40 | 0.055–0.08px | Small uppercase tags |
88
+ | Mono Micro | PP Neue Montreal Mono | 10px (0.63rem) | 400 | 1.40 | 0.05px | Smallest uppercase labels |
89
+
90
+ ### Principles
91
+ - **Negative tracking everywhere**: Every size of "The Future" uses negative letter-spacing (-0.16px to -1.92px), creating consistently tight, modern text.
92
+ - **Mono for structure**: PP Neue Montreal Mono in uppercase with positive letter-spacing creates technical "label" moments that structure the page without competing with display text.
93
+ - **Weight 500 as emphasis**: The system uses 400 (regular) and 500 (medium) — no bold. Medium weight marks headings and emphasis.
94
+ - **Tight line-heights throughout**: Even body text uses 1.25–1.30 line-height — tighter than typical, creating a dense, information-rich feel.
95
+
96
+ ## 4. Component Stylings
97
+
98
+ ### Buttons
99
+
100
+ **Glass on Dark**
101
+ - Background: `rgba(255, 255, 255, 0.12)` (frosted glass)
102
+ - Text: Pure White (`#ffffff`)
103
+ - Radius: sharp (4px)
104
+ - Opacity: 0.5
105
+ - Hover: transparent dark overlay
106
+ - Used on dark sections — subtle, glass-like
107
+
108
+ **Dark Solid**
109
+ - Background: Dark Blue (`#010120`) or Pure Black
110
+ - Text: Pure White
111
+ - Radius: sharp (4px)
112
+ - The primary CTA on light surfaces
113
+
114
+ **Outlined Light**
115
+ - Border: `1px solid rgba(0, 0, 0, 0.08)`
116
+ - Background: transparent or subtle glass
117
+ - Text: Pure Black
118
+ - Radius: sharp (4px)
119
+ - Secondary actions on light surfaces
120
+
121
+ ### Cards & Containers
122
+ - Background: Pure White or subtle glass tint
123
+ - Border: `1px solid rgba(0, 0, 0, 0.08)` on light; `1px solid rgba(255, 255, 255, 0.12)` on dark
124
+ - Radius: sharp (4px) for badges and small elements; comfortable (8px) for larger containers
125
+ - Shadow: dark-blue-tinted (`rgba(1, 1, 32, 0.1) 0px 4px 10px`) — warm and subtle
126
+ - Stats cards with large numbers prominently displayed
127
+
128
+ ### Badges / Tags
129
+ - Background: `rgba(0, 0, 0, 0.04)` (light) or `rgba(255, 255, 255, 0.12)` (dark)
130
+ - Text: Black (light) or White (dark)
131
+ - Padding: 2px 8px (compact)
132
+ - Radius: sharp (4px)
133
+ - Border: `1px solid rgba(0, 0, 0, 0.08)`
134
+ - PP Neue Montreal Mono, uppercase, 16px
135
+
136
+ ### Navigation
137
+ - Clean horizontal nav on white/transparent
138
+ - Logo: Together AI wordmark
139
+ - Links: The Future at 16px, weight 400
140
+ - CTA: Dark solid button
141
+ - Hover: no text-decoration
142
+
143
+ ### Image Treatment
144
+ - Abstract pastel gradient illustrations (cloud/feather forms)
145
+ - Product UI screenshots on dark/light surfaces
146
+ - Team photos in editorial style
147
+ - Research paper cards with dark backgrounds
148
+
149
+ ### Distinctive Components
150
+
151
+ **Stats Bar**
152
+ - Large performance metrics (2x, 60%, 90%)
153
+ - Bold display numbers
154
+ - Short descriptive captions beneath
155
+ - Clean horizontal layout
156
+
157
+ **Mono Section Labels**
158
+ - PP Neue Montreal Mono, uppercase, 11px, letter-spacing 0.055px
159
+ - Used as navigational signposts throughout the page
160
+ - Technical, structured feel
161
+
162
+ **Research Section**
163
+ - Dark Blue (#010120) background
164
+ - White text, research paper thumbnails
165
+ - Creates a distinct "academic" zone
166
+
167
+ **Large Footer Logo**
168
+ - "together" wordmark rendered at massive scale in the dark footer
169
+ - Creates a brand-statement closing moment
170
+
171
+ ## 5. Layout Principles
172
+
173
+ ### Spacing System
174
+ - Base unit: 8px
175
+ - Scale: 1px, 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 44px, 48px, 80px, 100px, 120px
176
+ - Button/badge padding: 2px 8px (compact)
177
+ - Card internal padding: approximately 24–32px
178
+ - Section vertical spacing: generous (80–120px)
179
+
180
+ ### Grid & Container
181
+ - Max container width: approximately 1200px, centered
182
+ - Hero: centered with pastel gradient background
183
+ - Feature sections: multi-column card grids
184
+ - Stats: horizontal row of metric cards
185
+ - Research: dark full-width section
186
+
187
+ ### Whitespace Philosophy
188
+ - **Optimistic breathing room**: Generous spacing between sections creates an open, inviting feel that makes enterprise AI infrastructure feel accessible.
189
+ - **Dual atmosphere**: Light sections breathe with whitespace; dark sections are denser with content.
190
+ - **Stats as visual anchors**: Large numbers with small captions create natural focal points.
191
+
192
+ ### Border Radius Scale
193
+ - Sharp (4px): Buttons, badges, tags, small interactive elements — the primary radius
194
+ - Comfortable (8px): Larger containers, feature cards
195
+
196
+ *This is a deliberately restrained radius system — no pills, no generous rounding. The sharp geometry contrasts with the soft pastel gradients.*
197
+
198
+ ## 6. Depth & Elevation
199
+
200
+ | Level | Treatment | Use |
201
+ |-------|-----------|-----|
202
+ | Flat (Level 0) | No shadow, no border | Page background, text blocks |
203
+ | Contained (Level 1) | `1px solid rgba(0,0,0,0.08)` (light) or `rgba(255,255,255,0.12)` (dark) | Cards, badges, containers |
204
+ | Elevated (Level 2) | `rgba(1, 1, 32, 0.1) 0px 4px 10px` | Feature cards, hover states |
205
+ | Dark Zone (Level 3) | Dark Blue (#010120) full-width background | Research, footer, technical sections |
206
+
207
+ **Shadow Philosophy**: Together AI uses a single, distinctive shadow — tinted with Dark Blue (`rgba(1, 1, 32, 0.1)`) rather than generic black. This gives elevated elements a subtle blue-ish cast that ties them to the brand's midnight-blue dark mode. The shadow is soft (10px blur, 4px offset) and always downward — creating gentle paper-hover elevation.
208
+
209
+ ## 7. Do's and Don'ts
210
+
211
+ ### Do
212
+ - Use pastel gradients (pink/blue/lavender) for hero illustrations and decorative backgrounds
213
+ - Use Dark Blue (#010120) for dark sections — never generic gray-black
214
+ - Apply negative letter-spacing on all "The Future" text (scaled by size)
215
+ - Use PP Neue Montreal Mono in uppercase for section labels and technical markers
216
+ - Keep border-radius sharp (4px) for badges and interactive elements
217
+ - Use the dark-blue-tinted shadow for elevation
218
+ - Maintain the light/dark section duality — business (light) vs research (dark)
219
+ - Show enterprise stats prominently with large display numbers
220
+
221
+ ### Don't
222
+ - Don't use Brand Magenta (#ef2cc1) or Brand Orange (#fc4c02) as UI colors — they're for illustrations only
223
+ - Don't use pill-shaped or generously rounded corners — the geometry is sharp
224
+ - Don't use generic gray-black for dark sections — always Dark Blue (#010120)
225
+ - Don't use positive letter-spacing on "The Future" — it's always negative
226
+ - Don't use bold (700+) weight — 400–500 is the full range
227
+ - Don't use warm-toned shadows — always dark-blue-tinted
228
+ - Don't reduce section spacing below 48px — the open feeling is core
229
+ - Don't mix in additional typefaces — "The Future" + PP Neue Montreal Mono is the pair
230
+
231
+ ## 8. Responsive Behavior
232
+
233
+ ### Breakpoints
234
+ | Name | Width | Key Changes |
235
+ |------|-------|-------------|
236
+ | Mobile | <479px | Compact layout, stacked everything |
237
+ | Large Mobile | 479–767px | Single column, hamburger nav |
238
+ | Tablet | 768–991px | 2-column grids begin |
239
+ | Desktop | 992px+ | Full multi-column layout |
240
+
241
+ ### Touch Targets
242
+ - Buttons with adequate padding
243
+ - Card surfaces as touch targets
244
+ - Navigation links at comfortable 16px
245
+
246
+ ### Collapsing Strategy
247
+ - **Navigation**: Collapses to hamburger on mobile
248
+ - **Hero text**: 64px → 40px → 28px progressive scaling
249
+ - **Stats bar**: Horizontal → stacked vertical
250
+ - **Feature grids**: Multi-column → single column
251
+ - **Research section**: Cards stack vertically
252
+
253
+ ### Image Behavior
254
+ - Pastel illustrations scale proportionally
255
+ - Product screenshots maintain aspect ratio
256
+ - Team photos scale within containers
257
+
258
+ ## 9. Agent Prompt Guide
259
+
260
+ ### Quick Color Reference
261
+ - Primary Text (light): "Pure Black (#000000)"
262
+ - Primary Text (dark): "Pure White (#ffffff)"
263
+ - Page Background: "Pure White (#ffffff)"
264
+ - Dark Surface: "Dark Blue (#010120)"
265
+ - Brand Accent 1: "Brand Magenta (#ef2cc1)"
266
+ - Brand Accent 2: "Brand Orange (#fc4c02)"
267
+ - Soft Accent: "Soft Lavender (#bdbbff)"
268
+ - Border (light): "rgba(0, 0, 0, 0.08)"
269
+
270
+ ### Example Component Prompts
271
+ - "Create a hero section on white with soft pastel gradients (pink → lavender → blue) as background. Headline at 64px 'The Future' weight 500, line-height 1.10, letter-spacing -1.92px. Pure Black text. Include a dark blue CTA button (#010120, 4px radius)."
272
+ - "Design a stats card: large display number (64px, weight 500) with a small caption below (14px). White background, 8px radius, dark-blue-tinted shadow (rgba(1, 1, 32, 0.1) 0px 4px 10px)."
273
+ - "Build a section label: PP Neue Montreal Mono, 11px, weight 500, uppercase, letter-spacing 0.055px. Black text on light, white on dark."
274
+ - "Create a dark research section: Dark Blue (#010120) background. White text, section heading at 40px 'The Future' weight 500, letter-spacing -0.8px. Cards with rgba(255, 255, 255, 0.12) border."
275
+ - "Design a badge: 4px radius, rgba(0, 0, 0, 0.04) background, 1px solid rgba(0, 0, 0, 0.08) border, 'The Future' 16px text. Padding: 2px 8px."
276
+
277
+ ### Iteration Guide
278
+ 1. Always specify negative letter-spacing for "The Future" — it's scaled by size
279
+ 2. Dark sections use #010120 (midnight blue), never generic black
280
+ 3. Shadows are always dark-blue-tinted: rgba(1, 1, 32, 0.1)
281
+ 4. Mono labels are always uppercase with positive letter-spacing
282
+ 5. Keep radius sharp (4px or 8px) — no pills, no generous rounding
283
+ 6. Pastel gradients are for decoration, not UI chrome
284
+
285
+ ## 10. Voice & Tone
286
+
287
+ Together AI's voice is **AI-native cloud and OSS-research-positioned.** "The AI Native Cloud" — capability-driven, model-versioned. Marketing emphasizes open-weights model hosting + price-per-token transparency.
288
+
289
+ | Context | Tone |
290
+ |---|---|
291
+ | CTA | Verb. "Start building", "Contact Sales", "Get started" |
292
+ | Marketing | Model-listed. Hero shows MiniMax / DeepSeek / Qwen / Llama as supported |
293
+ | Documentation | Code-first, model-spec heavy |
294
+ | Error | Specific. "Model not available in region. Try alternate endpoint." |
295
+
296
+ **Voice samples**
297
+ - Marketing CTA: *"Start building"* / *"Contact Sales"* <!-- verified: together.ai homepage 2026-05 -->
298
+
299
+ **Forbidden phrases.** "Revolutionary AI cloud". Generic OpenAI-comparison framing.
300
+
301
+ ## 11. Brand Narrative
302
+
303
+ Together AI (legal name **Together Computer Inc.**) was founded **June 11 2022** by an unusually academic-heavy team of **four co-founders**: **Vipul Ved Prakash (Founder + CEO)**, **Ce Zhang** (ex-ETH Zurich, data-management-for-ML research), **Chris Ré** (Stanford professor; his lab produced foundational data-centric AI work), and **Percy Liang** (Stanford professor; leads Stanford's **Center for Research on Foundation Models (CRFM)**) ([Together AI — About Us](https://www.together.ai/about-us), [Vipul Ved Prakash — Wikipedia](https://en.wikipedia.org/wiki/Vipul_Ved_Prakash), [Latent Space — Cloud Intelligence at 5000 tok/s w/ Ce Zhang + Vipul Ved Prakash](https://www.latent.space/p/together)). Decentralized AI cloud positioned for OSS model hosting — Llama, DeepSeek, Mistral, Qwen, MiniMax served alongside Together's own models. **Funding ~$534M** at **$3.3B valuation** with investors including **Emergence Capital, General Catalyst, NVIDIA** ([TechCrunch — Together $20M for OSS gen-AI](https://techcrunch.com/2023/05/15/together-raises-20m-to-build-open-source-generative-ai-models/), [Tracxn — Together AI](https://tracxn.com/d/companies/togetherai/__fcIBLE0rJMeK3FAdcfzE0H41jE36bJd0FDBWalYo6cY)). Strong adoption among AI startups + research teams. The brand voice tracks this **academic-OSS-cloud** positioning — leading alternative to hyperscaler AI services on speed, cost efficiency, and deep OSS-ecosystem support.
304
+
305
+ ## 12. Principles
306
+
307
+ 1. **Open weights are first-class.** *UI implication:* model catalog leads with OSS models, not proprietary.
308
+ 2. **Sharp 4-8px radius.** *UI implication:* never pill chrome.
309
+ 3. **Pastel gradients for decoration only.** *UI implication:* never use gradients on UI chrome.
310
+ 4. **Token pricing is transparent.** *UI implication:* per-model pricing first-class on landing.
311
+ 5. **Black primary CTA.** *UI implication:* use `#000` for primary action.
312
+
313
+ ## 13. Personas
314
+
315
+ *Personas are fictional archetypes informed by Together AI user segments (AI startup engineers, ML researchers, fine-tuning practitioners), not individual people.*
316
+
317
+ **Sergey Volkov, 33, Berlin.** AI startup engineer. Together for serving fine-tuned Llama 3.
318
+
319
+ **Aisha Patel, 31, San Francisco.** ML researcher. Uses Together for benchmarking OSS models.
320
+
321
+ **Marcus Chen, 38, NYC.** Platform engineer. Cost-per-token transparency drove migration.
322
+
323
+ ## 14. States
324
+
325
+ | State | Treatment |
326
+ |---|---|
327
+ | **Empty (no API keys)** | "Generate first API key" |
328
+ | **Empty (no projects)** | "Try a model" with grid |
329
+ | **Loading (inference)** | Per-token streaming |
330
+ | **Loading (model loading)** | Cold-start indicator |
331
+ | **Error (model)** | Specific error |
332
+ | **Error (rate limit)** | Tier limit + upgrade |
333
+ | **Success (generation)** | Result + share |
334
+ | **Success (deployment)** | Endpoint URL |
335
+ | **Skeleton (model list)** | 4px placeholders |
336
+ | **Disabled (no quota)** | Add credits link |
337
+ | **Loading (long task)** | Persistent progress |
338
+
339
+ ## 15. Motion & Easing
340
+
341
+ | Token | Value | Use |
342
+ |---|---|---|
343
+ | `motion-instant` | 0ms | Selection |
344
+ | `motion-fast` | 150ms | Hover |
345
+ | `motion-standard` | 250ms | Modal, panel |
346
+ | `motion-streaming` | continuous | Token streaming |
347
+
348
+ Standard cubic-bezier; no bounce. `prefers-reduced-motion: reduce` removes hover transitions.
349
+
350
+ ---
351
+
352
+ **Verified:** 2026-05-08 (omd:migrate run 59 — Apple-tier)
353
+ **Tier 1 sources:** together.ai home + /pricing (live DOM via playwright — **canonical 4px (not subpixel-rounded 3.33px)**: Primary `#000` Black 4px / 40px (32px header) / 16px / 16px·**500 ALL CAPS** + Light Outline `rgba(0,0,0,0.08)` + Dark-canvas Outline `rgba(255,255,255,0.12)` + pricing tab 3.25px sub-radius / 13px·500).
354
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
355
+ **Tier 2 (Philosophy/founders/funding):** Together AI About Us, Wikipedia (Vipul Ved Prakash), Latent Space podcast (5000 tok/s), TechCrunch (2023-05 $20M), Tracxn, Clay.
356
+ **Style ref:** `stripe`. **Conflicts unresolved:** none. **Earlier mistake reverted:** prior footer's 3.33px / 13.3px / 33px were subpixel-rounding artifacts from rem-based measurements; canonical is 4px / 16px / 40px / 16px·500.