saiteja-aura

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.

How to consume

# 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

Items (12)

sairam-tokensstyle

Aura tokens — navy-ink + periwinkle palette, Geist, three motion timings, aura-breathe keyframe

npx shadcn add ... sairam-tokens
aura-markcomponent

Breathing ring — the brand's single canonical visual (signature hook)

npx shadcn add ... aura-mark
aura-creditcomponent

Footer mark — quietly forged at saiteja.ai (inheritance hook #1)

npx shadcn add ... aura-credit
aura-bootlib

Console-signature printer for app boot (inheritance hook #2)

npx shadcn add ... aura-boot
status-badgecomponent

Mono pill — live / building / ready / idle / reviewing / failed with pulse dot

npx shadcn add ... status-badge
skeleton-blockcomponent

Shimmer placeholder for inline loaders

npx shadcn add ... skeleton-block
inline-errorcomponent

Calm warning banner with soft red wash + 2px left rule

npx shadcn add ... inline-error
tab-barcomponent

Mono-label tabs, caller-controlled active state

npx shadcn add ... tab-bar
theme-chipcomponent

Tag pill

npx shadcn add ... theme-chip
pull-quotecomponent

Display italic quote with left accent border

npx shadcn add ... pull-quote
empty-statecomponent

Empty surface with one italic + action slot

npx shadcn add ... empty-state
card-with-metacomponent

The standard plate — title / meta / cover / actions, optional href

npx shadcn add ... card-with-meta