jal-co/ui
An open-source React component library built for React and Tailwind CSS. Every component is free, never paywalled, and installable with a single command via the shadcn-compatible registry. Categories span code display (syntax-highlighted blocks, CLI command tabs), documentation (API reference tables, steppers, AI copy buttons), developer tools (JSON viewer, log viewer, cron schedule, env tables), and open-source utilities (GitHub activity graphs, star buttons, npm badges, Product Hunt buttons).

The Problem
Building documentation sites and developer tools means repeatedly implementing the same components — code blocks, API tables, log viewers, GitHub badges. Existing libraries are either paywalled, bloated with dependencies, or don't follow shadcn conventions.
The Approach
Designed a registry of self-contained, zero-dependency-preferred components distributed through shadcn's official registry system. Server-first architecture with async components where it makes sense. Each component works out of the box with strong defaults while remaining fully composable.
The Outcome
17 production-ready components across 5 categories. Distributed via the official shadcn registry — install any component with a single CLI command. Featured on Product Hunt. Open source under MIT license.