Sai Ram Labs Registry

Cosmic + bookish design tokens and reusable UI blocks for the factory. Hosted at registry.saiteja.ai.

How to consume

# 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

Items (9)

sairam-tokensstyle

Fraunces+JetBrains Mono, indigo-violet palette, spacing, motion vars

npx shadcn add ... sairam-tokens
status-badgecomponent

Pill badge with pulse dot for ingesting/ready/failed states

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

Shimmer placeholder with configurable height/width

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

Error banner with optional retry + dismiss

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

Generic tab bar, caller-controlled active state

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

Small pill label for tags and categories

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

Blockquote with left indigo-violet accent border

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

Display-headline empty state with subtext + action slot

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

Content card with title/meta/cover/actions slots + optional href

npx shadcn add ... card-with-meta