npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@usetheo/ui

v0.35.4

Published

Violet Forge design system — generic React components + primitives (the non-AI foundation of @theokit/ui).

Readme

@usetheo/ui

Violet Forge design system — the generic React components and primitives that form the non-AI foundation of the Theo UI stack. Apache-2.0, ESM-only.

This is the layer with no agent in it: the shell, the tables, the forms, the feedback states, the dashboard pieces. @theokit/ui builds on top of it with the agent surfaces (chat threads, tool calls, approval cards) and shares the same tokens, so the two compose without a visual seam.

Rule of thumb: if the component would exist in an app with no agent in it, it belongs here.

Install

pnpm add @usetheo/ui

Or copy a single component, shadcn-style, from the published registry:

npx shadcn@latest add https://usetheodev.github.io/usetheo-ui/r/data-table.json

Catalog

87 components — 45 primitives + 42 composites.

Primitives (45)

ActionBar · Alert · Avatar · Badge · Breadcrumb · Button · Card · Checkbox · Combobox · CopyButton · DangerZone · DescriptionList · Dialog · DropdownMenu · EmptyState · FileDropzone · FormField · Input · JsonViewer · Label · LoginSplit · MetricsPanel · Pagination · PinInput · PlanBadge · Progress · RadioGroup · ScrollArea · Select · Sheet · Sidebar · Skeleton · Slider · SocialAuthRow · StatTile · StatusDot · Switch · Table · Tabs · Textarea · Timestamp · Toast · Tooltip · Topnav · UpdateBanner

Composites (42)

AccountMenu · AnnotationInput · AnnotationSummaryGroup · AttributesTable · ChatMessageCard · CodeBlock · CommandPalette · CommentThread · ConfirmDialog · DataTable · DatasetItemDiff · DeploymentRow · DiffView · DomainConfig · EnvVarEditor · EvaluatorForm · Histogram · IoCards · MessageBranchSelector · MetricCard · PageShell · PercentileChart · PreviewEnvCard · PriceBreakdown · ProjectCard · PromptTemplateEditor · PromptVersionDiff · RollbackUi · SessionSummary · SessionTimeline · SeverityBadge · SpanGraph · SpanTree · SpanWaterfall · StatusIndicator · Stepper · TagInput · TaskHeader · TokenCostBreakdown · TraceCompare · TraceTranscript · TrendChart

Generated from src/components/ by pnpm sync:readme — do not edit the block above by hand.

Theming

The tokens come from the Violet Forge foundation shipped here (tailwind-preset, themes, cn). Consumers that also install @theokit/ui get the same token names, so a theme defined once applies to both packages.

Development

pnpm install
pnpm dev              # Ladle catalog
pnpm test
pnpm typecheck
pnpm lint
pnpm build
pnpm sync:readme      # regenerate the catalog block above
pnpm registry:build   # rebuild registry/r/*.json for the shadcn path

Seeded from theo-ui @ 2b46eca (2026-07-03, AI-exclusive pivot milestone M-B).