dkdk/neon-grid
Neon Grid
Cyberpunk UI — true-black background, magenta + cyan neons, sharp corners, monospace everywhere. Built for glow and grid.
install
npx designkit-cli add designkit-sh/neon-gridTypography
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: Neon Grid
description:
Cyberpunk UI — true-black background, magenta + cyan neons, sharp corners,
monospace everywhere. Built for glow and grid.
colors:
background: "#05060B"
surface: "#0B0D18"
surface-raised: "#141828"
ink: "#E8ECF8"
ink-muted: "#6A7292"
accent: "#FF2E9B"
accent-alt: "#00E5FF"
success: "#39FF14"
warning: "#FFB800"
danger: "#FF3D3D"
border: "rgba(255, 46, 155, 0.22)"
border-alt: "rgba(0, 229, 255, 0.18)"
link: "{colors.accent-alt}"
typography:
h1:
family: "'JetBrains Mono', 'IBM Plex Mono', ui-monospace, monospace"
size: "3rem"
weight: 700
lineHeight: 1
letterSpacing: "-0.03em"
textTransform: "uppercase"
h2:
family: "'JetBrains Mono', ui-monospace, monospace"
size: "1.875rem"
weight: 700
lineHeight: 1.15
letterSpacing: "-0.01em"
textTransform: "uppercase"
h3:
family: "'JetBrains Mono', ui-monospace, monospace"
size: "1.25rem"
weight: 600
lineHeight: 1.25
body:
family: "'Inter', system-ui, sans-serif"
size: "0.9375rem"
weight: 400
lineHeight: 1.55
code:
family: "'JetBrains Mono', ui-monospace, monospace"
size: "0.8125rem"
weight: 500
caption:
family: "'JetBrains Mono', monospace"
size: "0.6875rem"
weight: 600
letterSpacing: "0.18em"
textTransform: "uppercase"
spacing:
xs: "0.25rem"
sm: "0.625rem"
md: "1rem"
lg: "1.75rem"
xl: "3rem"
rounded:
sm: "0px"
md: "2px"
lg: "4px"
shadows:
glow-accent:
"0 0 24px rgba(255, 46, 155, 0.55), 0 0 2px rgba(255, 46, 155, 0.8)"
glow-cyan: "0 0 24px rgba(0, 229, 255, 0.5), 0 0 2px rgba(0, 229, 255, 0.8)"
inset-grid: "inset 0 0 0 1px rgba(255, 46, 155, 0.22)"
components:
button-primary:
background: "{colors.accent}"
color: "{colors.background}"
border: "1px solid {colors.accent}"
radius: "{rounded.sm}"
padding: "0.625rem 1.25rem"
shadow: "{shadows.glow-accent}"
button-secondary:
background: "transparent"
color: "{colors.accent-alt}"
border: "1px solid {colors.accent-alt}"
radius: "{rounded.sm}"
padding: "0.625rem 1.25rem"
shadow: "{shadows.glow-cyan}"
card:
background: "{colors.surface}"
border: "1px solid {colors.border}"
radius: "{rounded.sm}"
padding: "{spacing.lg}"
shadow: "{shadows.inset-grid}"
input:
background: "{colors.background}"
border: "1px solid {colors.border-alt}"
radius: "{rounded.sm}"
padding: "0.5rem 0.75rem"
---
## Overview
Neon Grid is a hard-edged cyberpunk UI: near-zero radius, magenta + cyan neons,
monospace in every heading. Built for dev consoles, hackathon dashboards, and
"is this a real product or a concept video?" marketing pages.
## Colors
- Background is nearly-true-black (`#05060B`) — never pure `#000` so glows have
something to sit on.
- Magenta (`#FF2E9B`) is the dominant accent; cyan (`#00E5FF`) handles secondary
actions and links.
- Borders are semi-transparent versions of the accents, so the whole UI reads as
a grid lit from underneath.
## Typography
- JetBrains Mono for every heading, uppercased on h1/h2 — that's the look.
- Inter handles body text so paragraphs don't become punishing to read.
## Usage
Use Neon Grid for infra tools, dev marketing, AI agents, game-dev interfaces, or
anywhere a terminal aesthetic is on-brief. Lean on the `glow-*` shadows for
primary/selected states; they are the brand. Avoid rounded corners — radii over
4px break the contract.