MozaikaLive decode

Factory — decoded design system

factory.ai · dark · modern · tailwind · deep decode — measured live

Factory's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/factory.ai.

Decoded design system

Factory's decoded design system: background #020202, text #EEEEEE, accent #1A0D06, link #8A8380, primary #6A7282; type scale h1 36px / h2 30px / body 12px; 4px spacing base; 0px base radius. The single interactive/action color is #FAFAFA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#020202
surface#101010
border#252525
text#EEEEEE
text_muted#949494
primary#6A7282
accent#1A0D06
link#8A8380
secondary#F6F1E7
button_bg#FAFAFA
button_text#EEEEEE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--accent-100#ef6f2e
--accent-200#ee6018
--accent-300#d15010
--dark-base-primary#020202
--dark-base-secondary#101010
--light-base-primary#eee
--light-base-secondary#fafafa
--neutral-100#d6d3d2
--neutral-200#ccc9c7
--neutral-300#b8b3b0

…and 109 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.group-hover:running×16 → div.page-transition-in×2 → div.sf-dashboard-frame-in×2 → circle.sf-dashboard-live×6 → g.sf-radar-sweep×4 → g.sf-dashboard-segment×4

Scroll reveal: 4 elements rest at opacity 0, translateY(12px), animate in over 360ms.

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/factory.ai

registry item · or query it over MCP: get_design_system("Factory")

Export: DESIGN.md

# Factory — Design System

> dark, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#020202` |
| surface | `#101010` |
| border | `#252525` |
| text | `#EEEEEE` |
| text_muted | `#949494` |
| primary | `#6A7282` |
| accent | `#1A0D06` |
| link | `#8A8380` |
| secondary | `#F6F1E7` |
| button_bg | `#FAFAFA` |
| button_text | `#EEEEEE` |

**Using these colors**

- **Action color** `#FAFAFA` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- **accent** `#1A0D06` — accent for emphasis — keep it rare on the page.
- **primary** `#6A7282` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FAFAFA).
- **link** `#8A8380` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FAFAFA).
- **secondary** `#F6F1E7` — 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): `#0C0B0A` 84.3% · `#1A1919` 11.7% · `#565452` 4.1%

## Typography

- Heading: **Geist**
- Body: **Geist**
- Mono: **Geist Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 36px / 400 · lh 40px · tracking -1.12px |
| h2 | 30px / 400 · lh 32px · tracking -0.9px |
| h3 | 22px / 400 · lh 33px · tracking -0.66px |
| body | 12px / 400 · lh 18px |
| small | 11px / 400 · lh 17px · tracking -0.33px |
| eyebrow | 10px / 400 · tracking 0.5px |

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

> **Fonts —** Geist — free, on Google.

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

## Radius
- base: 0px
- button: 3px
- card: 4px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FAFAFA` / `#EEEEEE` | 1px solid rgba(0, 0, 0, 0) | 3px | 0px 14px 0px 14px | 400 16px | none |
| secondary | `#1F1D1C` / `#EEEEEE` | 1px solid rgba(0, 0, 0, 0) | 3px | 0px 12px 0px 12px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(92, 88, 85)` · background `#020202`
- primary focus: border `1px solid rgb(92, 88, 85)` · background `#020202` · outline `1px solid rgb(250, 250, 250)`
- secondary hover: background `#FAFAFA`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.35) 0px 1px 0px 0px`
- card: `rgba(0, 0, 0, 0.4) 0px 1px 2px 0px`

## Motion
- durations: 200ms (dominant) · 520ms · 220ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.22, 1, 0.36, 1)`
- animated properties: background-color, color, border-color, outline-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 |
|-------|-------|
| `--accent-100` | `#ef6f2e` |
| `--accent-200` | `#ee6018` |
| `--accent-300` | `#d15010` |
| `--dark-base-primary` | `#020202` |
| `--dark-base-secondary` | `#101010` |
| `--light-base-primary` | `#eee` |
| `--light-base-secondary` | `#fafafa` |
| `--neutral-100` | `#d6d3d2` |
| `--neutral-200` | `#ccc9c7` |
| `--neutral-300` | `#b8b3b0` |
| `--neutral-400` | `#a49d9a` |
| `--neutral-500` | `#8a8380` |

_…and 107 more measured on the page._

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

## Layout (measured)
- container max 720px · common grid: 12-col
- nav: 72px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 1036 | 500 | 12 | 24 | 0/0 | — |
| 1100 | 292 | 12 | 24 | 96/96 | — |
| 1616 | 665 | 12 | 24 | 0/0 | — |
| 2774 | 669 | 12 | 24 | 0/0 | — |
| 3680 | 720 | 12 | 24 | 0/0 | — |
| 4620 | 1862 | 12 | 24 | 0/0 | — |

## Motion choreography (measured)
Load order: ``×16 @0ms → `div.page-transition-in`×2 @0ms → `div.sf-dashboard-frame-in`×2 @0ms → `circle.sf-dashboard-live`×6 @0ms → `g.sf-radar-sweep`×4 @1ms → `g.sf-dashboard-segment`×4 @114ms
- `div.sf-dashboard-frame-in` — opacity 0→1 · transform scale(0.18)→scale(1) — 900ms cubic-bezier(0.16, 1, 0.3, 1) (delay 120ms)
- `g.sf-dashboard-segment` ×4 — opacity 0→1 — 520ms cubic-bezier(0.22, 1, 0.36, 1) (delay 180ms)
- `g.sf-radar-sweep` ×2 — transform none→rotate(360deg) — 3500ms · loops
- `circle.sf-dashboard-live` ×2 — opacity 0.35→0.35 — 1200ms ease-in-out · loops
- scroll reveal: 4 elements rest at opacity 0, translateY(12px), animate in over 360ms (4 revealed during the drive).

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

## Components (measured)
- card ×3: pad 32px 32px 32px 32px · r 6px · border 1px solid rgb(61, 58, 57) · bg #101010
  - hover: font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, 0)`
- link: #EE6018 · no underline — hover oklch(0.705 0.213 47.604)
- disabled: bg #EE601B · text #EEEEEE

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px · 1920px
- mobile (390px): hero 30px · body 16px · nav: inline

## 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Factory's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with factory.ai. No screenshots stored. Removal requests: hello@mozaika.design.