Component Library
Every component ships fully typed and prop-driven. Customize colors via @theme tokens in globals.css. No component edits needed.
Badge
Text
Card
Full Design System
Color tokens, type scale, spacing, and rough-edge components wired to Tailwind v4 CSS custom properties.
25+ Components
Buttons, badges, cards, inputs, stat tiles, nav, modals. All in the DECK aesthetic with zero extra setup.
Auth Pages
Login and signup screens with Zod validation, client-side hooks, and the full DECK visual language.
<Card card={{
icon: '⬛',
tag: 'Design',
tagVariant: 'orange',
title: 'Full Design System',
description: 'Color tokens...',
num: '01',
}} />Color Tokens
All tokens live in src/app/globals.css under @theme. Change any value and every component updates automatically.
See it live on homeSystem Pages
“Page not found.” Shown when a route doesn't exist.
→ Preview“Something broke.” Shown on runtime exceptions.
→ PreviewSign-in page with Zod validation and DECK styling.
→ PreviewCreate account page with full form validation.
→ PreviewThe 404 page is live at any unknown route. Try /this-does-not-exist. The error page triggers on runtime exceptions.