Cosmic + bookish design tokens and reusable UI blocks for the factory. Hosted at registry.saiteja.ai.
# Install tokens first npx shadcn add -r https://registry.saiteja.ai/r/registry.json sairam-tokens # Then any block npx shadcn add -r https://registry.saiteja.ai/r/registry.json status-badge npx shadcn add -r https://registry.saiteja.ai/r/registry.json card-with-meta # Or all at once npx shadcn add -r https://registry.saiteja.ai/r/registry.json \ sairam-tokens status-badge skeleton-block inline-error \ tab-bar theme-chip pull-quote empty-state card-with-meta
sairam-tokensstyleFraunces+JetBrains Mono, indigo-violet palette, spacing, motion vars
npx shadcn add ... sairam-tokensstatus-badgecomponentPill badge with pulse dot for ingesting/ready/failed states
npx shadcn add ... status-badgeskeleton-blockcomponentShimmer placeholder with configurable height/width
npx shadcn add ... skeleton-blockinline-errorcomponentError banner with optional retry + dismiss
npx shadcn add ... inline-errortab-barcomponentGeneric tab bar, caller-controlled active state
npx shadcn add ... tab-bartheme-chipcomponentSmall pill label for tags and categories
npx shadcn add ... theme-chippull-quotecomponentBlockquote with left indigo-violet accent border
npx shadcn add ... pull-quoteempty-statecomponentDisplay-headline empty state with subtext + action slot
npx shadcn add ... empty-statecard-with-metacomponentContent card with title/meta/cover/actions slots + optional href
npx shadcn add ... card-with-meta