Component Library
Every component ships fully typed and prop-driven. Customize via @theme tokens in globals.css. No component file edits needed.
Badge
<Badge variant="cyan">Design System</Badge> <Badge variant="amber">New</Badge> <Badge variant="ghost">v1.0</Badge>
Text
Card
Token-based. Deep navy surfaces, cyan drafting lines, amber highlights. One file to retheme everything.
Server components by default. TypeScript strict mode. Tailwind v4 tokens. Zero config to run.
Login and signup with Zod validation. Full ARIA support. Wire up your auth provider and ship.
<Card> <div className="bp-card-header">...</div> <div className="bp-card-body">...</div> <div className="bp-card-footer">...</div> </Card>
Color Tokens
All tokens live in src/app/globals.css under @theme. Change any value and every component updates automatically.
Blueprint Motifs
Decorative system elements that give Blueprint its technical-drafting character.
System Pages
Shown when a route does not exist.
Shown on runtime exceptions.
Zod-validated login form, ready to wire up.
Full signup flow with confirm password and validation.
Auth pages use Zod validation and are ready to wire to any backend. System pages trigger on unknown routes and runtime exceptions respectively.