MozaikaDesign system

Together AI — Design System

light · modern · medium · custom · confidence 90% · deep decode

Together AI sets the entire page in The Future — a typeface whose name is the pitch — at 64px/500 black on white, 18px body, zero-radius buttons. Dense GPU cluster specs, model grids and price tables fill the sections with engineering matter-of-factness; an AI cloud that skips the sci-fi gradients and lets the font name do the poetry.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/together-ai.

Tokens

Together AI's decoded design system: background #FFFFFF, text #000000, accent #C1DFF9, link #C1DFF9, primary #191935; type scale h1 64px / h2 40px / body 14px; 8px spacing base; 4px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#191935
accent#C1DFF9
link#C1DFF9
secondary#FDE3F6
button_bg#000000
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 450ms (dominant) with ease.

Native design tokens

TokenValue
--brand--black#000
--product--purple-02#dfddfe
--shades--black-opacity-70#000000b3
--shades--black-opacity-8#00000014
--shades--black-opacity-16#00000029
--shades--white-opacity-80#fffc
--shades--white-opacity-12#ffffff1f
--shades--white-opacity-8#ffffff14
--shades--black-opacity-32#00000052
--product--purple-01#bdbbff

…and 43 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.hp-hero_collection-wrap×3 → ul.research-logo-listdiv.announcement-bar_item×4

Scroll reveal: 40 elements rest at opacity 0, translateY(40px), animate in over 0.3s ease.

Responsive (measured)

Per-section tokens (9)

Export: DESIGN.md

# Together AI — Design System

> light, modern, medium, custom — deep decode (measured live)

Together AI sets the entire page in The Future — a typeface whose name is the pitch — at 64px/500 black on white, 18px body, zero-radius buttons. Dense GPU cluster specs, model grids and price tables fill the sections with engineering matter-of-factness; an AI cloud that skips the sci-fi gradients and lets the font name do the poetry.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#191935` |
| accent | `#C1DFF9` |
| link | `#C1DFF9` |
| secondary | `#FDE3F6` |
| button_bg | `#000000` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#000000` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#C1DFF9` — one role, not several.
- **accent** `#C1DFF9` — accent for emphasis — keep it rare on the page.
- **primary** `#191935` — a brand color — but the call-to-action uses #000000, not this.
- **secondary** `#FDE3F6` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#E7F3FD` 82% · `#483043` 9.2% · `#C2D1DD` 8.9%

## Typography

- Heading: **The Future** _(free fallback: Newsreader)_
- Body: **Georgia**
- Mono: **PP Neue Montreal Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 400 · lh 64px · tracking -1.92px |
| h2 | 40px / 500 · lh 48px · tracking -0.8px |
| h3 | 28px / 500 · lh 32px · tracking -0.42px |
| body | 18px / 500 · lh 23px · tracking -0.18px |
| small | 16px / 400 · lh 21px · tracking -0.16px |
| eyebrow | 11px / 500 · tracking 0.55px |

- Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** The Future may be proprietary — safe free fallback: Newsreader (Google Fonts). Georgia — system font, no web load needed.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these
- section rhythm: 100px top/bottom padding per section (measured)

## Radius
- base: 4px
- button: 4px
- card: 4px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#000000` / `#FFFFFF` | none | 4px | 16px 16px 16px 16px | 500 16px / 0.08px | none |
| secondary | `rgba(0, 0, 0, 0.08)` / `#000000` | none | 4px | 16px 16px 16px 16px | 500 16px / 0.08px | none |

**States (measured, not guessed)**

- primary hover: background `rgba(0, 0, 0, 0.706)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `rgba(0, 0, 0, 0.157)`
- transition: `box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1)`

## Shadows (elevation)
- card: `rgba(1, 1, 32, 0.05) 0px 12px 34px 12px`
- overlay: `rgba(1, 1, 32, 0.1) -10px 0px 75px 0px`

## Motion
- durations: 450ms (dominant) · 350ms · 300ms
- easings: `ease` (dominant) · `cubic-bezier(0.215, 0.61, 0.355, 1)`
- animated properties: opacity, background-color, border-color, color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--brand--black` | `#000` |
| `--product--purple-02` | `#dfddfe` |
| `--shades--black-opacity-70` | `#000000b3` |
| `--shades--black-opacity-8` | `#00000014` |
| `--shades--black-opacity-16` | `#00000029` |
| `--shades--white-opacity-80` | `#fffc` |
| `--shades--white-opacity-12` | `#ffffff1f` |
| `--shades--white-opacity-8` | `#ffffff14` |
| `--shades--black-opacity-32` | `#00000052` |
| `--product--purple-01` | `#bdbbff` |
| `--product--cyan-01` | `#70e9f0` |
| `--product--blue-01` | `#9bcdf5` |

_…and 41 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1440px
- nav: 60px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 44 | 724 | — | — | 136/32 | — |
| 768 | 635 | — | — | 100/100 | — |
| 1423 | 1052 | — | — | 100/80 | — |
| 2475 | 870 | — | — | 120/120 | — |
| 3345 | 883 | — | — | 100/100 | — |
| 4248 | 800 | — | — | 100/100 | — |

## Motion choreography (measured)
Load order: `div.hp-hero_collection-wrap`×3 @0ms → `ul.research-logo-list` @269ms → `div.announcement-bar_item`×4 @872ms
- `ul.research-logo-list` — transform none→translateX(-100%) — 30000ms · loops
- scroll reveal: 40 elements rest at opacity 0, translateY(40px), animate in over 0.3s ease (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #000000 · no underline
- disabled: bg rgba(255, 255, 255, 0.12) · text #FFFFFF

## Responsive (measured)
- breakpoints: 479px · 584px · 767px · 928px · 992px
- mobile (390px): hero 38px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/together-ai

Export: Tailwind v4 (@theme)

@theme {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #191935;  /* a brand color — but the call-to-action uses #000000, not this. */
  --color-accent: #C1DFF9;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #C1DFF9;  /* fails contrast on the background (~1.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #FDE3F6;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: The Future may be proprietary — safe free fallback: Newsreader (Google Fonts). Georgia — system font, no web load needed. */
  --font-heading: "The Future", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Georgia", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PP Neue Montreal Mono", ui-monospace, monospace;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 400; --leading-hero: 64px; --tracking-hero: -1.92px;
  --text-h2: 40px; --font-weight-h2: 500; --leading-h2: 48px; --tracking-h2: -0.8px;
  --text-h3: 28px; --font-weight-h3: 500; --leading-h3: 32px; --tracking-h3: -0.42px;
  --text-body: 18px; --font-weight-body: 500; --leading-body: 23px; --tracking-body: -0.18px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 21px; --tracking-small: -0.16px;
  --text-eyebrow: 11px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.55px;
  --radius-base: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --shadow-card: rgba(1, 1, 32, 0.05) 0px 12px 34px 12px;
  --shadow-overlay: rgba(1, 1, 32, 0.1) -10px 0px 75px 0px;
  --color-btn-hover: rgba(0, 0, 0, 0.706);  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 300ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 350ms;
  --duration-slow: 450ms;
  --section-y: 100px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 10, 12, 16, 20, 24, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #191935;  /* a brand color — but the call-to-action uses #000000, not this. */
  --accent: #C1DFF9;  /* accent for emphasis — keep it rare on the page. */
  --link: #C1DFF9;  /* fails contrast on the background (~1.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #FDE3F6;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "The Future", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Georgia", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PP Neue Montreal Mono", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 400; --leading-hero: 64px; --tracking-hero: -1.92px;
  --text-h2: 40px; --weight-h2: 500; --leading-h2: 48px; --tracking-h2: -0.8px;
  --text-h3: 28px; --weight-h3: 500; --leading-h3: 32px; --tracking-h3: -0.42px;
  --text-body: 18px; --weight-body: 500; --leading-body: 23px; --tracking-body: -0.18px;
  --text-small: 16px; --weight-small: 400; --leading-small: 21px; --tracking-small: -0.16px;
  --text-eyebrow: 11px; --weight-eyebrow: 500; --tracking-eyebrow: 0.55px;
  --radius: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --shadow-card: rgba(1, 1, 32, 0.05) 0px 12px 34px 12px;
  --shadow-overlay: rgba(1, 1, 32, 0.1) -10px 0px 75px 0px;
  --btn-bg-hover: rgba(0, 0, 0, 0.706);
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 300ms;
  --duration-base: 350ms;
  --duration-slow: 450ms;
  --section-y: 100px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --brand--black: #000;
  --product--purple-02: #dfddfe;
  --shades--black-opacity-70: #000000b3;
  --shades--black-opacity-8: #00000014;
  --shades--black-opacity-16: #00000029;
  --shades--white-opacity-80: #fffc;
  --shades--white-opacity-12: #ffffff1f;
  --shades--white-opacity-8: #ffffff14;
  --shades--black-opacity-32: #00000052;
  --product--purple-01: #bdbbff;
  --product--cyan-01: #70e9f0;
  --product--blue-01: #9bcdf5;
}
/* fonts: The Future may be proprietary — safe free fallback: Newsreader (Google Fonts). Georgia — system font, no web load needed. */