dkdk/classic
Classic
Guilde's original Slack-flavoured workspace — deep slate canvas, terracotta accent, Inter UI. The default look every guild starts on.
install
npx designkit-cli add designkit-sh/classicTypography
Every text element the kit ships — headings through code
Headings
The quick brown fox
Section heading
Subsection heading
Minor heading
Overline heading
Body text
Lead paragraph.Body text sits at the backbone of any interface — if it reads well, everything else has a chance. If it doesn't, nothing else matters.
Standard paragraph at the body size. Type hierarchies work best when the jump from body to subheading is clear but not disruptive — around 1.25-1.5× works across most contexts. Inline elements like a link, inline code, emphasis, strong, and highlighted text should all feel native to the kit.
Small / caption text — used for metadata, timestamps, descriptions under labels. Usually 14px or slightly smaller.
Lists
Unordered
- Token-driven styling
- Agent-readable format
- Composable kits
- Colors
- Typography
- Component stylings
- Portable between projects
Ordered
- Describe the kit in prose
- Extract colors and typography
- Apply to a sample UI
- Iterate on token values
Blockquote
“Good design is as little design as possible. Less, but better — because it concentrates on the essential aspects, and the products are not burdened with non-essentials.”
Code
// install a kit
$ npx designkit-cli add airbnb
// apply it to your project
import { applyKit } from "@designkit/theme"
applyKit("airbnb")Rule
Buttons
Primary, secondary, outline, ghost — every state the kit ships
Default
Sizes
With icon
Form fields
Every input control the kit ships — text, select, checkboxes, radios, switches, file
Text inputs
Textarea
Select
Checkboxes
Radio group
Toggle switch
File input
Feedback
Alerts, badges, progress, tooltips, avatars — the signal surface of every UI
Alerts
Scheduled maintenance
We'll be rolling out a new version on Friday at 22:00 UTC. Expect a short read-only window.
Kit published
Your DESIGN.md is live. Anyone can now install it with `npx designkit-cli add you/my-kit`.
Deprecated API
You're calling /v1/kits which will be removed in 30 days. Migrate to /v2/kits.
Build failed
Two component tokens reference an undefined color. Run `designkit lint` to see them.
Badges & tags
Avatars
Jeremy Dupont
Author
Progress
Spinner
Tooltip (static)
Keyboard shortcut
Press ⌘ K to open the command palette, or Esc to dismiss.
Data display
Table, definition list, empty state — how the kit shows structured data
Table
| Kit | Author | Installs | Updated | Status |
|---|---|---|---|---|
| airbnb | getdesign | 12.4K | 2d ago | Active |
| claude | getdesign | 8.1K | 5d ago | Active |
| stripe | getdesign | 7.9K | 1w ago | Active |
| linear.app | getdesign | 6.2K | 2w ago | Beta |
| heritage | dk | 2.1K | 1mo ago | Draft |
Definition list
- Name
- Airbnb
- Author
- getdesign · Claude
- Format
- DESIGN.md (Google Stitch spec)
- Primary font
- Nunito (substitute for Airbnb Cereal VF)
- Installs
- 12,408
- License
- MIT
Empty state
No kits yet
You haven't published any kits on this account. Drop a DESIGN.md in a public repo to get started.
Breadcrumbs
Tabs
Sign in
Centered auth card — the most scrutinised surface in any app
Welcome back
Sign in with your work email to continue.
New here? Create an account
Dashboard KPIs
Four-card stat row — the staple of every internal dashboard
Overview
Performance for the last 30 days
Active users
12,408
+4.2% vs last period
MRR
$28.9K
+12.1% vs last period
Churn
1.8%
-0.3% vs last period
NPS
72
+5 vs last period
Chat thread
Agent + user turn-based chat — bubbles, avatar, timestamp
Design Agent
online · responds in seconds
Hero
Landing-page headline + subtitle + primary CTA
Designed for humans. Built for agents.
Ship a brand-aligned product in hours. Coding agents write UI that matches your design system — no brief, no handoff.
Pricing
Three-tier comparison grid with a highlighted middle tier
Simple pricing
Pay for what you use. Change plans any time.
Hobby
- 1 project
- Community support
- Public kits only
Pro
Popular- Unlimited projects
- Private kits
- Priority support
- AI kit generator
Team
- Everything in Pro
- Shared workspace
- SSO + audit logs
- Dedicated support
source
---
name: Classic
description:
Guilde's original Slack-flavoured workspace — deep slate canvas, terracotta
accent, Inter UI. The default look every guild starts on.
colors:
# ── Surfaces (depth ladder) ──
background: "#1A1D21"
surface: "#222529"
surface-2: "#292524"
surface-raised: "#292524"
sidebar: "#19171D"
input: "#222529"
scrim: "rgba(0, 0, 0, 0.6)"
# ── Text (contrast ladder) ──
ink: "#D1D2D3"
ink-muted: "#949BA4"
ink-faint: "#6B7280"
# ── Accents ──
accent: "#C2724E"
accent-alt: "#D4A574"
accent-light: "#D4A574"
accent-fg: "#FFFFFF"
# ── Borders ──
border: "rgba(255, 255, 255, 0.1)"
border-strong: "rgba(255, 255, 255, 0.16)"
ring: "rgba(194, 114, 78, 0.4)"
# ── Semantic ──
link: "#1164A3"
highlight: "#1164A3"
active: "#1164A3"
hover: "rgba(255, 255, 255, 0.04)"
glass: "rgba(250, 250, 249, 0.06)"
glass-border: "rgba(255, 255, 255, 0.1)"
success: "#2BAC76"
success-fg: "#FFFFFF"
warning: "#E8912D"
warning-fg: "#1A1D21"
error: "#DC2626"
error-fg: "#FFFFFF"
chat-green: "#007A5A"
typography:
body:
family: "Inter, ui-sans-serif, system-ui, sans-serif"
size: "14px"
weight: 400
lineHeight: 1.55
h1:
family: "Inter, ui-sans-serif, system-ui, sans-serif"
size: "1.75rem"
weight: 700
lineHeight: 1.2
h2:
family: "Inter, ui-sans-serif, system-ui, sans-serif"
size: "1.35rem"
weight: 700
lineHeight: 1.25
mono:
family: "ui-monospace, SFMono-Regular, Menlo, monospace"
size: "0.85em"
spacing:
xs: "0.25rem"
sm: "0.5rem"
md: "0.75rem"
lg: "1rem"
xl: "1.5rem"
rounded:
sm: "4px"
md: "6px"
lg: "8px"
xl: "12px"
shadows:
sm: "0 1px 2px rgba(0, 0, 0, 0.3)"
md: "0 6px 20px rgba(0, 0, 0, 0.35)"
lg: "0 16px 48px rgba(0, 0, 0, 0.5)"
components:
button-primary:
background: "{colors.chat-green}"
color: "#FFFFFF"
border: "1px solid {colors.chat-green}"
radius: "{rounded.sm}"
padding: "0.4rem 0.9rem"
button-secondary:
background: "transparent"
color: "{colors.ink}"
border: "1px solid {colors.border}"
radius: "{rounded.sm}"
padding: "0.4rem 0.9rem"
card:
background: "{colors.surface}"
border: "1px solid {colors.border}"
radius: "{rounded.md}"
padding: "1rem"
---
## Overview
Classic is Guilde's original look: a Slack-inspired workspace built around a
deep slate canvas, a single terracotta accent, and Inter at 14px body. It's the
default a brand-new guild starts on, and it's the kit you can always re-activate
to "go back to factory settings" after experimenting with another theme.
## Atmosphere
Quiet, dense, work-mode. Nothing competes with the conversation. The accent is
warm enough to feel human but reserved enough that it only reads as intentional
— buttons, mentions, status dots — not as decoration.
## Layout
Two-column workspace shell: a darker `sidebar` on the left, a `background`
canvas for the chat itself, and `surface` cards for messages, panels, and
modals. Borders are 1px low-opacity white so the structure stays visible without
ever raising contrast above the conversation.
## Notes
- `chat-green` (`#007A5A`) is the legacy Slack-style send-button accent. Kept as
its own token so Classic remains pixel-equivalent to the pre-design-kit
hardcoded look.
- Inter is loaded from Google Fonts on activation; system fallbacks cover the
first paint while the file streams.