MozaikaLive decode

Community Nextjs Template — decoded design system

community-nextjs-template.vercel.app · light · modern · tailwind · deep decode — measured live

Community Nextjs Template'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/community-nextjs-template.vercel.app.

Decoded design system

Community Nextjs Template's decoded design system: background #E2E8F0, text #0F172B, accent #615FFF, link #314158, primary #615FFF; type scale h1 48px / h2 16px / body 16px; 4px spacing base; 0px base radius. The single interactive/action color is #615FFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#E2E8F0
surface#D5DBE4
border#C2C8D2
text#0F172B
text_muted#5F6675
primary#615FFF
accent#615FFF
link#314158
secondary#0F172B
button_bg#615FFF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--color-indigo-400lab(59.866% 22.4834 -64.4485)
--color-slate-200lab(91.7353% -.998765 -4.76968)
--color-slate-700lab(26.9569% -1.47016 -15.6993)
--color-sky-300lab(80.3307% -20.2945 -31.385)
--color-slate-800lab(16.132% -.318035 -14.6672)
--color-slate-500lab(48.0876% -2.03595 -16.5814)
--color-slate-900lab(7.78673% 1.82345 -15.0537)
--color-slate-600lab(35.5623% -1.74978 -15.4316)
--color-slate-300lab(84.7652% -1.94535 -7.93337)
--color-rose-500lab(56.101% 79.4328 31.4532)

…and 45 more measured on the page.

Button states (measured)

Layout (measured)

Input (measured)

height 32px · radius 3.35544e+07px · 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 https://mozaika.design/r/decode/community-nextjs-template.vercel.app

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

curl -o src/themes/community-nextjs-template.theme.ts https://mozaika.design/api/astryx/decode/community-nextjs-template.vercel.app.ts

registry item · astryx theme · or query it over MCP: get_design_system("Community Nextjs Template")

Export: DESIGN.md

# Community Nextjs Template — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#E2E8F0` |
| surface | `#D5DBE4` |
| border | `#C2C8D2` |
| text | `#0F172B` |
| text_muted | `#5F6675` |
| primary | `#615FFF` |
| accent | `#615FFF` |
| link | `#314158` |
| secondary | `#0F172B` |
| button_bg | `#615FFF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#615FFF` — 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`, `button_bg` are all `#615FFF` — one role, not several (your action color).
- **accent** `#615FFF` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **link** `#314158` — inline text links and link-styled controls.
- **secondary** `#0F172B` — 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): `#0F172B` 92.3% · `#445772` 7.7%

## Typography

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

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 700 · lh 48px · tracking -0.48px |
| body | 16px / 600 · lh 24px · tracking -0.16px |
| small | 14px / 500 · lh 22px · tracking -0.16px |

- Weight ladder: 400 · 500 · 600 · 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, 8px, 10px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 3.35544e+07px
- card: 4px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `lab(48.295 38.3129 -81.9673)` / `#FFFFFF` | none | 3.35544e+07px | 8px 16px 8px 16px | 500 14px / -0.16px | none |
| secondary | `lab(48.295 38.3129 -81.9673)` / `#FFFFFF` | none | 3.35544e+07px | 6px 16px 6px 16px | 500 14px / -0.16px | none |

**States (measured, not guessed)**

- primary hover: background `lab(38.4009 52.6132 -92.3857)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `lab(38.4009 52.6132 -92.3857)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant)
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant)
- animated properties: color, background-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 |
|-------|-------|
| `--color-indigo-400` | `lab(59.866% 22.4834 -64.4485)` |
| `--color-slate-200` | `lab(91.7353% -.998765 -4.76968)` |
| `--color-slate-700` | `lab(26.9569% -1.47016 -15.6993)` |
| `--color-sky-300` | `lab(80.3307% -20.2945 -31.385)` |
| `--color-slate-800` | `lab(16.132% -.318035 -14.6672)` |
| `--color-slate-500` | `lab(48.0876% -2.03595 -16.5814)` |
| `--color-slate-900` | `lab(7.78673% 1.82345 -15.0537)` |
| `--color-slate-600` | `lab(35.5623% -1.74978 -15.4316)` |
| `--color-slate-300` | `lab(84.7652% -1.94535 -7.93337)` |
| `--color-rose-500` | `lab(56.101% 79.4328 31.4532)` |
| `--color-slate-100` | `lab(96.286% -.852436 -2.46847)` |
| `--color-white` | `#fff` |

_…and 43 more measured on the page._

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

## Layout (measured)
- container max 1152px · common grid: 2-col
- nav: 80px absolute · bg lab(7.78673 1.82345 -15.0537)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 470 | — | — | 0/0 | — |
| 470 | 1665 | 2 | — | 0/0 | 71/29 |

## Components (measured)
- input: h 32px · r 3.35544e+07px · border 1px solid lab(26.9569 -1.47016 -15.6993) · bg rgba(0, 0, 0, 0) · placeholder lab(91.7353 -0.998765 -4.76968)
  - focus ring: `2px solid rgba(0, 0, 0, 0)` — this exact construction, don't invent your own
- link: lab(48.295 38.3129 -81.9673) · no underline

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px
- 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/community-nextjs-template.vercel.app

← All decoded design systems

An automated reading of Community Nextjs Template's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with community-nextjs-template.vercel.app. No screenshots stored. Removal requests: hello@mozaika.design.