Alternatives

How elorm/ui compares to shadcn/ui and other copy-paste React component libraries — Base UI, Radix UI, Tailwind CSS v4, and agent skills.

Alternatives#

Looking for a copy-paste React component library with Tailwind CSS, accessible primitives, and modern theming? elorm/ui follows the same philosophy as shadcn/ui — you own the code — with a few differences worth knowing.

elorm/ui at a glance#

  • Copy-paste model — components live in your repo, not a black-box npm dependency
  • Dual primitives — choose Base UI or Radix UI at elorm init
  • Tailwind CSS v4 + OKLCH — theme presets for base color, accent, and radius
  • Agent skills — installable skill for Cursor, Claude, Codex, and other AI agents
  • Native docs — Fumadocs site at ui.elorm.xyz/docs

Comparison#

elorm/uishadcn/ui
DistributionCopy-paste via CLICopy-paste via CLI
PrimitivesBase UI or Radix UIRadix (with Base UI path)
ThemingOKLCH presets via @elorm/themesCSS variables + presets
DocsNative Fumadocs at ui.elorm.xyzui.shadcn.com
Agent skillsnpx skills add Akarikev/ui --skill elormshadcn skill ecosystem
CLI metadataelorm docs --json, elorm info --jsonshadcn docs, shadcn info

Both libraries are strong choices for teams that want full control over component source code.

When to choose elorm/ui#

  • You want to pick Base UI or Radix at init without maintaining two separate design systems
  • You care about agent-ready workflows — structured registry metadata and an installable skill
  • You prefer a minimal docs site with live previews and per-variant copy-paste code
  • You want OKLCH theme presets with a soft, refined visual identity out of the box

Quick start#

Agent skills#

Teach your AI coding agent elorm/ui conventions:

Read the full guide at Agent Skills.