RepoPilot

radix-ui/primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Small team — 4 contributors active in recent commits
  • Single-maintainer risk — top contributor 95% of recent commits
  • Used by 1 trusted project: shadcn-ui/ui
  • Last commit 2w ago
  • 4 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: radix-ui/primitives

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T16:08:09.408Z · commit f7ecd5ab16f5

Verdict

Healthy — Healthy across all four use cases

  • Used by 1 trusted project: shadcn-ui/ui
  • Last commit 2w ago
  • 4 active contributors
  • MIT licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Radix Primitives is an open-source, low-level React UI component library focused on accessibility and customization. It provides unstyled, composable components (accordion, dialog, dropdown-menu, checkbox, etc.) designed as building blocks for design systems and web applications, allowing teams to build high-quality accessible UIs without reimplementing ARIA patterns. Monorepo organized as: internal/ contains shared build tooling (builder/, test-data/, test-utils/, typescript-config/) and apps/ssr-testing/ contains a Next.js application with per-component test pages (accordion/, dialog/, checkbox/, etc.). Core component packages are likely in packages/ directory (not fully listed), with…

Start here

Open these first:

  • internal/builder/builder.js — Core build system entry point that compiles and bundles UI primitives for distribution.
  • internal/builder/radix-build.js — CLI tool that orchestrates the build pipeline for all primitive components.
  • internal/typescript-config/react-library.json — TypeScript configuration baseline for all React primitive packages in the monorepo.
  • internal/test-utils/ref-stability.tsx — Shared testing utilities ensuring ref consistency across primitive components.
  • apps/ssr-testing/app/layout.tsx — Root layout for SSR validation app that tests server-side rendering compatibility of all primitives.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/radix-ui/primitives.git
cd primitives
npm install -g pnpm
pnpm install

Note: README explicitly requires pnpm, not npm or yarn.

Daily commands:

Exact run command cannot be inferred from provided data (no root package.json shown, no Makefile, no pnpm scripts visible). Verify the root package.json for 'dev' or 'build' scripts, or check internal/builder/radix-buil…

…shortened for this brief.

Key cautions & unknowns

  • Small team — 4 contributors active in recent commits
  • Single-maintainer risk — top contributor 95% of recent commits
  • pnpm is mandatory (not npm or yarn); README explicitly installs it globally before dependencies. Root package.json structure not fully visible — verify workspaces configuration before attempting to add packages. Build…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/radix-ui/primitives)](https://repopilot.app/r/radix-ui/primitives)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/radix-ui/primitives on X, Slack, or LinkedIn.

Ask AI about radix-ui/primitives

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in stacks

Curated, side-by-side comparisons that include this repo.

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/radix-ui/primitives"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>