MozaikaDesign system

Appwrite — Design System

dark · modern · medium · tailwind · confidence 92% · deep decode

Appwrite codes its brand for the dark IDE: Aeonik Pro at 72px/400 with gradient-filled letterforms ending in a terminal underscore ('...than ever_'), Inter at 16px, and its signature pink #FD366E accents on #19191C. Console panels and SDK grids glow like syntax highlighting — an open-source backend that styles itself as the editor its users live in.

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/appwrite.

Tokens

Appwrite's decoded design system: background #19191C, text #ECECEE, accent #85DBD8, link #85DBD8, primary #2B1B23; type scale h1 72px / h2 16px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#19191C
surface#252528
border#38383B
text#ECECEE
text_muted#9B9B9E
primary#2B1B23
accent#85DBD8
link#85DBD8
secondary#301C24
button_bg#FFFFFF
button_text#19191C

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-accent-darker#ca2b58
--color-offset#00000014
--color-white#fff
--color-black#000
--color-mint-500hsl(calc(177 + 1)54% 69%)
--color-purple-500hsl(calc(249 - 1)99% 70%)
--color-blue-500hsl(calc(217 - 1)99% 70%)
--color-green-700#0a714f
--transition.2s
--animate-enter-from-rightenter-from-right .2s ease

…and 88 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.animate-lighting×2 → span.bg-linear-145button.border-smooth×14 → a.data-[badge]:after:animadiv.cursor×2 → div.border-smooth×2

Scroll reveal: 11 elements rest at opacity 0, translateY(-15px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).

Stagger: button ×3 — 75ms apart.

Overlay recipe (measured)

dialog panel: #232325 · radius 6px

Input (measured)

height 34px · radius 8px · focus ring 1px auto rgb(16, 16, 16)

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Appwrite — Design System

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

Appwrite codes its brand for the dark IDE: Aeonik Pro at 72px/400 with gradient-filled letterforms ending in a terminal underscore ('...than ever_'), Inter at 16px, and its signature pink #FD366E accents on #19191C. Console panels and SDK grids glow like syntax highlighting — an open-source backend that styles itself as the editor its users live in.

## Colors

| Role | Value |
|------|-------|
| bg | `#19191C` |
| surface | `#252528` |
| border | `#38383B` |
| text | `#ECECEE` |
| text_muted | `#9B9B9E` |
| primary | `#2B1B23` |
| accent | `#85DBD8` |
| link | `#85DBD8` |
| secondary | `#301C24` |
| button_bg | `#FFFFFF` |
| button_text | `#19191C` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary` `#2B1B23`, `secondary` `#301C24` are visually the same color (Δ7) — treat as one role.
- `accent`, `link` are all `#85DBD8` — one role, not several.
- **accent** `#85DBD8` — accent for emphasis — keep it rare on the page.
- **Page coverage** (full-page screenshot pixels): `#19191C` 93.3% · `#5A484F` 6.7%

## Typography

- Heading: **Inter**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 400 · lh 74px · tracking -1.58px |
| h2 | 48px / 400 · lh 52px · tracking -0.48px |
| h3 | 32px / 400 · lh 34px |
| body | 16px / 500 · lh 24px |
| small | 14px / 400 · lh 20px |
| eyebrow | 12px / 400 · tracking 0.96px |

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

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

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FD366E` / `#FFFFFF` | 1px solid rgb(253, 54, 110) | 8px | 9px 14px 9px 14px | 500 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 8px | 7px 14px 7px 14px | 500 16px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(24, 99, 220)`
- secondary hover: box-shadow `rgba(253, 54, 110, 0.32) 0px 0px 32px 0px`

## Shadows (elevation)
- card: `rgba(172, 171, 171, 0.3) 0px -1px 10px 0px`

## Motion
- durations: 150ms (dominant) · 300ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out`
- animated properties: opacity, color, background-color, border-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 |
|-------|-------|
| `--color-accent-darker` | `#ca2b58` |
| `--color-offset` | `#00000014` |
| `--color-white` | `#fff` |
| `--color-black` | `#000` |
| `--color-mint-500` | `hsl(calc(177 + 1)54% 69%)` |
| `--color-purple-500` | `hsl(calc(249 - 1)99% 70%)` |
| `--color-blue-500` | `hsl(calc(217 - 1)99% 70%)` |
| `--color-green-700` | `#0a714f` |
| `--transition` | `.2s` |
| `--animate-enter-from-right` | `enter-from-right .2s ease` |
| `--animate-enter-from-left` | `enter-from-left .2s ease` |
| `--animate-fade-in` | `fade-in .5s ease-in-out both` |

_…and 86 more measured on the page._

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

## Layout (measured)
- container max 1200px · common grid: 2-col
- nav: 73px sticky · backdrop blur(10px) · border-bottom 1px solid rgba(255, 255, 255, 0.1)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 73 | 997 | 2 | — | 64/16 | 58/42 |
| 1239 | 459 | 6 | 48 | 96/96 | — |
| 1721 | 1884 | 2 | 32 | 80/80 | 82/18 |
| 3809 | 1125 | 2 | — | 0/64 | — |

## Motion choreography (measured)
Load order: `div.animate-lighting`×2 @0ms → `span.bg-linear-145` @0ms → `button.border-smooth`×14 @0ms → `` @69ms → `div.cursor`×2 @69ms → `div.border-smooth`×2 @69ms
- `div.animate-lighting` ×2 — opacity 0→1 — 1250ms ease-out
- `?` — transform rotateX(-10deg) scale(0.9)→rotateX(0deg) scale(1) — 200ms ease-out
- `span.bg-linear-145` — opacity 0→1 — 500ms ease-in-out
- `button.border-smooth` ×11 — opacity 0→1 — 500ms ease-in-out
- `img.block` — opacity 0→1 — 500ms ease-in-out
- `span.text-title` — opacity 0→1 — 500ms ease-in-out
- stagger: `button` ×3 — 75ms apart
- scroll reveal: 11 elements rest at opacity 0, translateY(-15px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1) (1 revealed during the drive).
- overlay dialog (auto-opened): panel #232325 · r 6px

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

## Components (measured)
- input: h 34px · r 8px · border 1px solid rgba(255, 255, 255, 0.06) · bg #19191C · placeholder #FFFFFF
  - focus ring: `1px auto rgb(16, 16, 16)` — this exact construction, don't invent your own
- link: #E4E4E7 · no underline
- disabled: bg rgba(0, 0, 0, 0) · text #ACACAF

## Responsive (measured)
- breakpoints: 352px · 425px · 440px · 576px · 640px · 768px
- mobile (390px): hero 32px · 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/appwrite

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #19191C;
  --color-surface: #252528;
  --color-border: #38383B;
  --color-text: #ECECEE;
  --color-text-muted: #9B9B9E;
  --color-primary: #2B1B23;  /* a brand color — but the call-to-action uses #FFFFFF, not this. */
  --color-accent: #85DBD8;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #85DBD8;  /* inline text links and link-styled controls. */
  --color-secondary: #301C24;  /* 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: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #19191C;
  /* fonts: Inter — free, on Google. */
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 700 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 400; --leading-hero: 74px; --tracking-hero: -1.58px;
  --text-h2: 48px; --font-weight-h2: 400; --leading-h2: 52px; --tracking-h2: -0.48px;
  --text-h3: 32px; --font-weight-h3: 400; --leading-h3: 34px;
  --text-body: 16px; --font-weight-body: 500; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
  --text-eyebrow: 12px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.96px;
  --radius-base: 8px;
  --radius-button: 8px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --shadow-card: rgba(172, 171, 171, 0.3) 0px -1px 10px 0px;
  --outline-focus: 2px solid rgb(24, 99, 220);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 160px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 7, 8, 10, 12, 14, 16, 20px */
}

Export: CSS variables

:root {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #19191C;
  --surface: #252528;
  --border: #38383B;
  --text: #ECECEE;
  --text-muted: #9B9B9E;
  --primary: #2B1B23;  /* a brand color — but the call-to-action uses #FFFFFF, not this. */
  --accent: #85DBD8;  /* accent for emphasis — keep it rare on the page. */
  --link: #85DBD8;  /* inline text links and link-styled controls. */
  --secondary: #301C24;  /* 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: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #19191C;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 72px; --weight-hero: 400; --leading-hero: 74px; --tracking-hero: -1.58px;
  --text-h2: 48px; --weight-h2: 400; --leading-h2: 52px; --tracking-h2: -0.48px;
  --text-h3: 32px; --weight-h3: 400; --leading-h3: 34px;
  --text-body: 16px; --weight-body: 500; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 20px;
  --text-eyebrow: 12px; --weight-eyebrow: 400; --tracking-eyebrow: 0.96px;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --shadow-card: rgba(172, 171, 171, 0.3) 0px -1px 10px 0px;
  --focus-ring: 2px solid rgb(24, 99, 220);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 160px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-accent-darker: #ca2b58;
  --color-offset: #00000014;
  --color-white: #fff;
  --color-black: #000;
  --color-mint-500: hsl(calc(177 + 1)54% 69%);
  --color-purple-500: hsl(calc(249 - 1)99% 70%);
  --color-blue-500: hsl(calc(217 - 1)99% 70%);
  --color-green-700: #0a714f;
  --transition: .2s;
  --animate-enter-from-right: enter-from-right .2s ease;
  --animate-enter-from-left: enter-from-left .2s ease;
  --animate-fade-in: fade-in .5s ease-in-out both;
}
/* fonts: Inter — free, on Google. */