02: Primitives
Badge
COLOR VARIANTS
YellowCobaltCoralGreen
CONTEXTUAL EXAMPLES
DesignComponentsAuthAI ReadyNewFeaturedHotAvailable
03: Primitives
Text
04: Primitives
Card
Design
Full Design System
Tokens, components, and patterns built for Tailwind v4. Colors, type, spacing, all pre-configured.
Components
UI Component Library
Buttons, cards, badges, forms, text. Every primitive you reach for, already done.
Auth
Auth Pages
Login and sign-up screens styled and validated with Zod. Drop in your auth provider and go.
USAGE
<Card card={{
icon: '🎨',
tag: 'Design',
tagVariant: 'yellow',
title: 'Full Design System',
description: 'Tokens, components, and patterns...',
}} />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
🔍
“Page not found”. Shown when a route doesn't exist.
→ PreviewERROR PAGE
💥
“Something broke”. 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.