02 — Primitives
Badge
COLOR VARIANTS
SkyIndigoCyanVioletEmerald
GLASS CONTEXT
New releasePremiumLiveBetaStableJust launchedFeaturedAvailable
03 — Primitives
Text
04 — Primitives
Card
Design
Glassmorphism UI
Frosted glass cards, layered transparency, and soft gradient backgrounds. The premium aesthetic, fully built out.
Stack
Next.js 15 Ready
App Router, server components, TypeScript strict mode, and Tailwind v4 configured and ready to go.
Tokens
Design System
A full set of design tokens in globals.css. Swap colors, blur, and gradients in one place and watch everything update.
USAGE
<Card card={{
icon: '✦',
tag: 'Design',
tagVariant: 'sky',
title: 'Glassmorphism UI',
description: 'Frosted glass cards...',
}} />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.