MozaikaLive decode

Projectsofai — decoded design system

projectsofai.beehiiv.com · light · modern · tailwind · deep decode — measured live

Projectsofai'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/projectsofai.beehiiv.com.

Decoded design system

Projectsofai's decoded design system: background #FFFFFF, text #222222, accent #FACC14, link #030712, primary #FACC14; type scale h1 48px / h2 36px / body 20px; 6px spacing base; 6px base radius. The single interactive/action color is #2C81E5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DDDDDD
text#222222
text_muted#757575
primary#FACC14
accent#FACC14
link#030712
secondary#2C81E5
button_bg#2C81E5
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--wt-primary-color#2C81E5
--wt-text-on-primary-color#FFFFFF
--wt-secondary-color#F9FAFB
--wt-text-on-secondary-color#030712
--wt-tertiary-color#FFFFFF
--wt-text-on-tertiary-color#222222
--wt-background-color#FFFFFF
--wt-text-on-background-color#222222
--wt-subscribe-background-color#FFFFFF
--wt-text-on-subscribe-background-color#222222

…and 3 more measured on the page.

Button states (measured)

Layout (measured)

Overlay recipe (measured)

dropdown panel: #FFFFFF · radius 8px

Input (measured)

height 44px · radius 0px · focus ring 2px solid rgba(0, 0, 0, 0)

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/projectsofai.beehiiv.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/projectsofai.theme.ts https://mozaika.design/api/astryx/decode/projectsofai.beehiiv.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Projectsofai")

Export: DESIGN.md

# Projectsofai — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DDDDDD` |
| text | `#222222` |
| text_muted | `#757575` |
| primary | `#FACC14` |
| accent | `#FACC14` |
| link | `#030712` |
| secondary | `#2C81E5` |
| button_bg | `#2C81E5` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#2C81E5` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent` are all `#FACC14` — one role, not several.
- `secondary`, `button_bg` are all `#2C81E5` — one role, not several (your action color).
- **accent** `#FACC14` — accent for emphasis — keep it rare on the page.
- **link** `#030712` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 77.6% · `#040708` 6.9% · `#8E9D9B` 5.1% · `#474F52` 3.7%

## Typography

- Heading: **Segoe UI** _(free fallback: Newsreader)_
- Body: **Segoe UI** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 700 · lh 48px |
| h2 | 36px / 700 · lh 40px |
| body | 20px / 600 · lh 28px |
| small | 16px / 300 · lh 24px |

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

> **Fonts —** Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 6px (inferred from the measured scale)
- measured scale: 4px, 6px, 8px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these

## Radius
- base: 6px
- button: 8px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#2C81E5` / `#FFFFFF` | 1px solid rgb(44, 129, 229) | 8px | 8px 16px 8px 16px | 600 14px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px |
| secondary | `#FACC14` / `#FFFFFF` | none | 6px | 12px 20px 12px 20px | 600 18px | none |

**States (measured, not guessed)**

- primary focus: box-shadow `rgb(255, 255, 255) 0px 0px 0px 2px, rgb(44, 129, 229) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px` · outline `2px solid rgba(0, 0, 0, 0)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px`
- card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px`
- button: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px`

## Motion
- durations: 150ms (dominant)
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant)
- animated properties: color, background-color, border-color, text-decoration-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 |
|-------|-------|
| `--wt-primary-color` | `#2C81E5` |
| `--wt-text-on-primary-color` | `#FFFFFF` |
| `--wt-secondary-color` | `#F9FAFB` |
| `--wt-text-on-secondary-color` | `#030712` |
| `--wt-tertiary-color` | `#FFFFFF` |
| `--wt-text-on-tertiary-color` | `#222222` |
| `--wt-background-color` | `#FFFFFF` |
| `--wt-text-on-background-color` | `#222222` |
| `--wt-subscribe-background-color` | `#FFFFFF` |
| `--wt-text-on-subscribe-background-color` | `#222222` |
| `--wt-border-radius` | `8px` |
| `--sl-widgets-font-family` | `-apple-system, system-ui` |

_…and 1 more measured on the page._

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

## Layout (measured)
- container max 1150px
- nav: 56px · bg #FFFFFF

## Motion choreography (measured)
- overlay dropdown (auto-opened): panel #FFFFFF · r 8px · shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px

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

## Components (measured)
- input: h 44px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #6B7280
  - focus ring: `2px solid rgba(0, 0, 0, 0)` — this exact construction, don't invent your own
- card ×12: pad 0px 0px 0px 0px · r 8px · border 1px solid rgb(229, 231, 235) · bg #FFFFFF
  - hover: font-weight `400` · letter-spacing `normal`
- link: #222222 · no underline

## Responsive (measured)
- mobile (390px): hero 36px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/projectsofai.beehiiv.com

← 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 Projectsofai's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with projectsofai.beehiiv.com. No screenshots stored. Removal requests: hello@mozaika.design.