Registry Active

@arach Registry

Precision-engineered UI components and themes for shadcn/ui. Technical excellence meets sophisticated design.

Quick Install
npx shadcn@latest add @arach/terminal npx shadcn@latest add @arach/devbar

Terminal Theme

Complete design system with 550+ lines of precision-focused UI patterns

Style Production Ready
v1.0.0

Includes

  • Complete color system with grayscale + strategic accents
  • Typography system with technical precision
  • 40+ component styles (buttons, cards, inputs, tables)
  • Special effects (glows, scanlines, grids)

Utilities

  • cx() class combination utility
  • getThemeValue() for nested values
  • Semantic aliases for common patterns
  • CSS variables and animations

DevBar

Beautiful development toolbar for React applications with tabs, themes, and extensive customization

Component Two Variants
v1.0.0

DevBar Standalone

  • Full component source code
  • Complete control and customization
  • No external dependencies
  • Install: @arach/devbar

DevBar UI Layer

  • Customizable wrapper component
  • Core logic from @arach/devbar npm
  • Automatic updates via npm
  • Install: @arach/devbar-ui

Component Preview

Buttons

Input

Badges

Primary Success Warning Error

Terminal Card

Example card component with the terminal theme's signature left border accent and sophisticated color palette.

Configuration

Add the registry to your project

{
  "registries": {
    "@arach": "https://registry.arach.dev/r/{name}.json"
  }
}