02 — Primitives
Badge
COLOR VARIANTS
VioletCyanGreenAmberRed
CONTEXT EXAMPLES
v1.0.0LiveDeployedBetaBreakingNewStableAvailable
03 — Primitives
Text
04 — Primitives
Card
Design
Cinematic Components
Glass panels, glow effects, and sharp contrast. Every component is built for dark mode from the ground up.
Stack
Next.js 15 Ready
App Router, server components, TypeScript strict mode, and Tailwind v4 configured and ready to go.
Tokens
Design System
A complete set of design tokens in globals.css. Swap the violet for any accent color in one place.
USAGE
<Card card={{
icon: '◈',
tag: 'Design',
tagVariant: 'violet',
title: 'Cinematic Components',
description: 'Glass panels, glow effects...',
}} />05 — Theme System
Color Tokens
HOW TO SWAP TOKENS
All tokens live in src/app/globals.css under @theme. Change any value and every component updates automatically.
See it live on home06 — System
System Pages
404 PAGE
404
“Page not found” — shown when a route doesn't exist.
→ PreviewERROR PAGE
500
“Something went wrong” — shown on runtime exceptions.
→ PreviewThe 404 page is live at any unknown route. Try /this-does-not-exist. The error page triggers on runtime exceptions.