Visual kits for agents that need to design well
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
Apex Sport stacks full-bleed horizontal bands: a pitch-black nav (#000000), vivid orange metric headers (#fc5101), silver-gray stat panels (#cfd8d7), and warm cream chart canvases (#f3f3eb). Oversized KPI numerals dominate the stat panels at 64px and up in ultra-heavy weight. Every text element is uppercase with tracked letter-spacing. Data visualization uses a single orange hue on the cream canvas, with lollipop charts built from thin orange stems and scaled solid dots. Every corner is 0rem and the whole system is flat with no shadows or elevation. Barlow Condensed carries headings, Barlow the body, and Space Mono the metadata.
apexsport.com
Apex Sport
Every kit is judged per use case against concrete criteria — chart-series distinctness, text contrast, information density — not keyword matching.
---
# Machine-readable tokens (the WHAT). The prose body gives the WHY + the rules.
# contract is THIS DOCUMENT'S shape and has nothing to do with the kit's
# revision below. It moves when a section is added, renamed or removed; a kit
# that never changed can arrive under a new one, and a kit that changed every
# token arrives under the same one. Read them independently.
#
# FIRST key on purpose. `name` is caller-supplied and yamlQuote escapes only the
# double quote, so a crafted kit name can inject lines into this block — every
# reader of this front matter honours the FIRST occurrence of a key, which puts
# an injected duplicate too late to matter.
contract: "1.0"
kit:
# The id is the durable handle; name and slug are both mutable.
# version is this record's monotonic revision: 0 = never versioned,
# null = the server did not report one. Diff against it; don't hash the file.
id: "3ebc0924-e029-4f7e-883a-572079417555"
version: 0
slug: "apex-sport"
name: "Apex Sport"
colors:
roles_light:
background: "#F3F3EB"
foreground: "#111111"
card: "#CFD8D7"
card-foreground: "#111111"
popover: "#F3F3EB"
popover-foreground: "#111111"
primary: "#FC5101"
primary-foreground: "#000000"
secondary: "#CFD8D7"
secondary-foreground: "#111111"
muted: "#E8E8E0"
muted-foreground: "#5A5E5D"
accent: "#000000"
accent-foreground: "#F3F3EB"
destructive: "#BA1A1A"
destructive-foreground: "#FFFFFF"
border: "#C4C4BC"
input: "#E8E8E0"
ring: "#FC5101"
success: "#2D8A4E"
success-foreground: "#000000"
warning: "#D97706"
warning-foreground: "#000000"
chart-1: "#FC5101"
chart-2: "#9B3308"
chart-3: "#F18954"
chart-4: "#747C7A"
chart-5: "#3C4444"
roles_dark:
background: "#0F0F0F"Three ways from the same kit: run "npx identityforge@latest apply apex-sport" with the CLI to write the tokens and DESIGN.md into your project, fetch it through the Identity Forge MCP server inside Claude Code, Cursor, or OpenCode, or install from the shadcn registry at /r/apex-sport.json with "npx shadcn add".
A complete brand system: a font pairing, 28 semantic color tokens in light and dark, a typography scale, spacing and elevation, per-element treatments, distinctive motifs, do's and don'ts, and a DESIGN.md a coding agent builds from. Exports cover shadcn registry items, Tailwind v3 and v4 themes, DTCG tokens JSON, and plain CSS variables.
Apex Sport is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Apex Sport — Identity Forge design kit.
* Kit id: 3ebc0924-e029-4f7e-883a-572079417555
* Kit slug: apex-sport (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow%20Condensed:wght@400;500;600;700&family=Barlow:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 60 25% 94%;
--foreground: 0 0% 7%;
--card: 173 10% 83%;
--card-foreground: 0 0% 7%;
--popover: 60 25% 94%;
--popover-foreground: 0 0% 7%;
--primary: 19 99% 50%;
--primary-foreground: 0 0% 0%;
--secondary: 173 10% 83%;
--secondary-foreground: 0 0% 7%;
--muted: 60 15% 89%;
--muted-foreground: 165 2% 36%;
--accent: 0 0% 0%;
--accent-foreground: 60 25% 94%;
--destructive: 0 75% 42%;
--destructive-foreground: 0 0% 100%;
--border: 60 6% 75%;
--input: 60 15% 89%;
--ring: 19 99% 50%;
--success: 141 51% 36%;
--success-foreground: 0 0% 0%;
--warning: 32 95% 44%;
--warning-foreground: 0 0% 0%;
--chart-1: 19 99% 50%;
--chart-2: 18 90% 32%;
--chart-3: 20 85% 64%;
--chart-4: 165 3% 47%;
--chart-5: 180 6% 25%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: linear-gradient(180deg, #fc5101 0%, #e04800 100%);
--gradient-brand: linear-gradient(90deg, #fc5101 0%, #f18954 100%);
--gradient-subtle: linear-gradient(180deg, #f3f3eb 0%, #cfd8d7 100%);
--duration: 150ms;
--duration-slow: 300ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: 0.05em;
--tracking-normal: 0.02em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;Registry
/r/apex-sport.jsonTailwind v4
/*
* Apex Sport — Identity Forge design kit.
* Kit id: 3ebc0924-e029-4f7e-883a-572079417555
* Kit slug: apex-sport (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*
* Drop-in Tailwind v4 theme: font import, the custom properties the theme
* aliases, and the @theme block. Expects `@import "tailwindcss";` above it,
* and the @import lines must stay at the top of the stylesheet.
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow%20Condensed:wght@400;500;600;700&family=Barlow:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 60 25% 94%;
--foreground: 0 0% 7%;
--card: 173 10% 83%;
--card-foreground: 0 0% 7%;
--popover: 60 25% 94%;
--popover-foreground: 0 0% 7%;
--primary: 19 99% 50%;
--primary-foreground: 0 0% 0%;
--secondary: 173 10% 83%;
--secondary-foreground: 0 0% 7%;
--muted: 60 15% 89%;
--muted-foreground: 165 2% 36%;
--accent: 0 0% 0%;
--accent-foreground: 60 25% 94%;
--destructive: 0 75% 42%;
--destructive-foreground: 0 0% 100%;
--border: 60 6% 75%;
--input: 60 15% 89%;
--ring: 19 99% 50%;
--success: 141 51% 36%;
--success-foreground: 0 0% 0%;
--warning: 32 95% 44%;
--warning-foreground: 0 0% 0%;
--chart-1: 19 99% 50%;
--chart-2: 18 90% 32%;
--chart-3: 20 85% 64%;
--chart-4: 165 3% 47%;
--chart-5: 180 6% 25%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: linear-gradient(180deg, #fc5101 0%, #e04800 100%);
--gradient-brand: linear-gradient(90deg, #fc5101 0%, #f18954 100%);
--gradient-subtle: linear-gradient(180deg, #f3f3eb 0%, #cfd8d7 100%);
--duration: 150ms;
--duration-slow: 300ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: 0.05em;
--tracking-normal: 0.02em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--heading-transform: uppercase;
--label-transform: uppercase;
--kit-id: "3ebc0924-e029-4f7e-883a-572079417555";
--kit-version: 0;
}
.dark {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 0 0% 6%;
--foreground: 60 25% 94%;
--card: 0 0% 12%;
--card-foreground: 60 25% 94%;
--popover: 0 0% 12%;
--popover-foreground: 60 25% 94%;
--primary: 19 99% 50%;
--primary-foreground: 0 0% 0%;
--secondary: 180 5% 17%;
--secondary-foreground: 173 10% 83%;
--muted: 0 0% 15%;
--muted-foreground: 180 3% 55%;
--accent: 19 99% 50%;
--accent-foreground: 0 0% 0%;
--destructive: 0 69% 61%;
--destructive-foreground: 0 0% 0%;
--border: 0 0% 18%;
--input: 0 0% 15%;
--ring: 19 99% 50%;
--success: 144 39% 49%;
--success-foreground: 0 0% 0%;
--warning: 32 79% 57%;
--warning-foreground: 0 0% 0%;
--chart-1: 19 99% 50%;
--chart-2: 20 85% 64%;
--chart-3: 22 77% 44%;
--chart-4: 173 10% 83%;
--chart-5: 165 3% 47%;
}
@theme inline {
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--color-background: hsl(var(--background));
--color-foreground: hsl(var(--foreground));
--color-card: hsl(var(--card));
--color-card-foreground: hsl(var(--card-foreground));
--color-popover: hsl(var(--popover));
--color-popover-foreground: hsl(var(--popover-foreground));
--color-primary: hsl(var(--primary));
--color-primary-foreground: hsl(var(--primary-foreground));
--color-secondary: hsl(var(--secondary));
--color-secondary-foreground: hsl(var(--secondary-foreground));
--color-muted: hsl(var(--muted));
--color-muted-foreground: hsl(var(--muted-foreground));
--color-accent: hsl(var(--accent));
--color-accent-foreground: hsl(var(--accent-foreground));
--color-destructive: hsl(var(--destructive));
--color-destructive-foreground: hsl(var(--destructive-foreground));
--color-border: hsl(var(--border));
--color-input: hsl(var(--input));
--color-ring: hsl(var(--ring));
--color-success: hsl(var(--success));
--color-success-foreground: hsl(var(--success-foreground));
--color-warning: hsl(var(--warning));
--color-warning-foreground: hsl(var(--warning-foreground));
--color-chart-1: hsl(var(--chart-1));
--color-chart-2: hsl(var(--chart-2));
--color-chart-3: hsl(var(--chart-3));
--color-chart-4: hsl(var(--chart-4));
--color-chart-5: hsl(var(--chart-5));
--radius-sm: 0rem;
--radius-md: 0rem;
--radius-lg: 0rem;
--radius-xl: 0rem;
--radius-button: 0rem;
--radius-card: 0rem;
--radius-input: 0rem;
--radius-badge: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--tracking-tight: 0.05em;
--tracking-normal: 0.02em;
--ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
--duration-kit: 150ms;
--duration-kit-slow: 300ms;
--gradient-hero: linear-gradient(180deg, #fc5101 0%, #e04800 100%);
--gradient-brand: linear-gradient(90deg, #fc5101 0%, #f18954 100%);
--gradient-subtle: linear-gradient(180deg, #f3f3eb 0%, #cfd8d7 100%);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "apex-sport",
"type": "registry:theme",
"title": "Apex Sport",
"description": "A bold alternating-band athletic data identity with vivid orange headers, oversized display numerals, all-caps condensed type, monochrome lollipop charts, and zero-radius flat design.",
"categories": [
"sport",
"athletic",
"data",
"bold",
"flat",
"editorial",
"orange",
"monochromatic-viz"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany