MozaikaLive decode

Lindy — decoded design system

lindy.ai · light · modern · custom · deep decode — measured live

Lindy'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/lindy.ai.

Decoded design system

Lindy's decoded design system: background #FCF9F8, text #0F1E2E, accent #2A66FF, link #2A66FF, primary #3E4A56; type scale h1 72px / h2 48px / body 20px; 4px spacing base; 12px base radius. The single interactive/action color is #0A84FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FCF9F8
surface#EDEBEB
border#D8D8D9
text#0F1E2E
text_muted#69717A
primary#3E4A56
accent#2A66FF
link#2A66FF
secondary#0F1E2E
button_bg#0A84FF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--lumos-latest_theme---text#1f1d1e
--lumos-latest_theme---background#ebebeb
--text-main#0f3547
--swatch--dark#0f3547
--new-text-color-secondary#474a54
--text-subtle#31505f
--theme--text#0f3547
--new-text-color-main#0f3547
--brand-blue#2a66ff
--button--background-hover#2252cc

…and 56 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.integration_content_test×3 → span.lp-typing-dot×6 → div.lp-typing×2 → div.lp-typing×2 → div.lp-bubble-wrap×2 → div.lp-bubble-wrap×2

Responsive (measured)

Install it

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

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

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

Export: DESIGN.md

# Lindy — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FCF9F8` |
| surface | `#EDEBEB` |
| border | `#D8D8D9` |
| text | `#0F1E2E` |
| text_muted | `#69717A` |
| primary | `#3E4A56` |
| accent | `#2A66FF` |
| link | `#2A66FF` |
| secondary | `#0F1E2E` |
| button_bg | `#0A84FF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#0A84FF` — 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 `#2A66FF` — one role, not several.
- **accent** `#2A66FF` — accent for emphasis — keep it rare on the page.
- **primary** `#3E4A56` — a brand color — but the call-to-action uses #0A84FF, not this.
- **secondary** `#0F1E2E` — 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): `#FCF9F8` 84.5% · `#EBEBEB` 10.6% · `#85ABD5` 4.9%

## Typography

- Heading: **Manrope**
- Body: **Manrope**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 700 · lh 76px · tracking -1.44px |
| h2 | 48px / 700 · lh 50px · tracking -0.96px |
| h3 | 32px / 700 · lh 35px · tracking -0.64px |
| body | 20px / 500 · lh 30px · tracking -0.2px |
| small | 16px / 500 · lh 24px · tracking -0.16px |
| eyebrow | 14px / 700 · tracking 1.41px |

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

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

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

## Radius
- base: 12px
- button: 18px 18px 5px
- card: 12px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0A84FF` / `#FFFFFF` | none | 18px 18px 5px | 8px 10px 8px 13px | 400 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 12px | 0px 0px 0px 0px | 500 16px / -0.16px | none |

**States (measured, not guessed)**

- primary focus: outline `1px solid rgb(42, 102, 255)`
- transition: `transform 0.12s ease`

## Shadows (elevation)
- subtle: `rgba(20, 21, 26, 0.05) 0px 1px 2px 0px`
- card: `rgba(15, 53, 71, 0.08) 0px 2px 6px 0px`

## Motion
- durations: 200ms (dominant) · 220ms · 120ms
- easings: `ease` (dominant) · `cubic-bezier(0.165, 0.84, 0.44, 1)`
- animated properties: color, opacity, border-color, background-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 |
|-------|-------|
| `--lumos-latest_theme---text` | `#1f1d1e` |
| `--lumos-latest_theme---background` | `#ebebeb` |
| `--text-main` | `#0f3547` |
| `--swatch--dark` | `#0f3547` |
| `--new-text-color-secondary` | `#474a54` |
| `--text-subtle` | `#31505f` |
| `--theme--text` | `#0f3547` |
| `--new-text-color-main` | `#0f3547` |
| `--brand-blue` | `#2a66ff` |
| `--button--background-hover` | `#2252cc` |
| `--swatch--stroke-subtle` | `#e7e7e7` |
| `--theme--background` | `#fcfbf8` |

_…and 54 more measured on the page._

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 62px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | 2 | 32 | 0/0 | — |
| 900 | 2612 | — | — | 40/40 | — |
| 3512 | 745 | — | — | 40/40 | — |
| 4257 | 661 | — | — | 40/40 | — |

## Motion choreography (measured)
Load order: `div.integration_content_test`×3 @0ms → `span.lp-typing-dot`×6 @448ms → `div.lp-typing`×2 @451ms → `div.lp-typing`×2 @451ms → `div.lp-bubble-wrap`×2 @868ms → `div.lp-bubble-wrap`×2 @868ms

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 12px · border 1px solid rgb(231, 231, 231) · bg #FFFFFF
  - hover: font-weight `500` · letter-spacing `-0.16px`

## Responsive (measured)
- breakpoints: 330px · 479px · 527px · 549px · 768px · 930px
- mobile (390px): hero 50px · 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 Lindy's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with lindy.ai. No screenshots stored. Removal requests: hello@mozaika.design.