02: Primitives
Badge
COLOR VARIANTS
YellowCoralSky
SOLAR CONTEXT
Now shippingNewFeaturedv15StudioTypeScriptDesignAuth
03: Primitives
Text
04: Primitives
Card
Design
Warm UI System
Deep amber backgrounds, golden accents, and smooth rounded shapes. A warm aesthetic that stands out without being loud.
Stack
Next.js 15 Ready
App Router, server components, TypeScript strict mode, and Tailwind v4 configured and ready to build on.
Tokens
Design Tokens
All colors, radii, and spacing as CSS variables in globals.css. Customize the whole system from one file.
USAGE
<Card card={{
icon: '✶',
tag: 'Design',
tagVariant: 'yellow',
title: 'Warm UI System',
description: 'Deep amber backgrounds...',
}} />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 does not exist.
→ PreviewERROR PAGE
☀️
“Something went dark.” 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.