quietly forged — the saiteja.ai design system. Tokens, components, and the four signature inheritance hooks every factory app stamps in. Hosted at registry.saiteja.ai.
# Tokens first — every other block depends on them npx shadcn@latest add https://registry.saiteja.ai/r/sairam-tokens.json # The four signature hooks (must be wired in every factory app) npx shadcn@latest add https://registry.saiteja.ai/r/aura-mark.json npx shadcn@latest add https://registry.saiteja.ai/r/aura-credit.json npx shadcn@latest add https://registry.saiteja.ai/r/aura-boot.json # (selection color comes free with the tokens) # Then any block you need npx shadcn@latest add https://registry.saiteja.ai/r/status-badge.json npx shadcn@latest add https://registry.saiteja.ai/r/card-with-meta.json
sairam-tokensstyleAura tokens — navy-ink + periwinkle palette, Geist, three motion timings, aura-breathe keyframe
npx shadcn add ... sairam-tokensaura-markcomponentBreathing ring — the brand's single canonical visual (signature hook)
npx shadcn add ... aura-markaura-creditcomponentFooter mark — quietly forged at saiteja.ai (inheritance hook #1)
npx shadcn add ... aura-creditaura-bootlibConsole-signature printer for app boot (inheritance hook #2)
npx shadcn add ... aura-bootstatus-badgecomponentMono pill — live / building / ready / idle / reviewing / failed with pulse dot
npx shadcn add ... status-badgeskeleton-blockcomponentShimmer placeholder for inline loaders
npx shadcn add ... skeleton-blockinline-errorcomponentCalm warning banner with soft red wash + 2px left rule
npx shadcn add ... inline-errortab-barcomponentMono-label tabs, caller-controlled active state
npx shadcn add ... tab-bartheme-chipcomponentTag pill
npx shadcn add ... theme-chippull-quotecomponentDisplay italic quote with left accent border
npx shadcn add ... pull-quoteempty-statecomponentEmpty surface with one italic + action slot
npx shadcn add ... empty-statecard-with-metacomponentThe standard plate — title / meta / cover / actions, optional href
npx shadcn add ... card-with-meta