Components, hooks, and utilities
for React 19.
The @rtorcato React toolkit — a typed monorepo of packages spanning UI, headless hooks, and helpers. Built on Radix UI and Tailwind CSS v4.
npm install @rtorcato/shadcn-uiimport { Button } from '@rtorcato/shadcn-ui/components/ui/button'
import '@rtorcato/shadcn-ui/styles.css'
export function Example() {
return (
<Button variant="outline">
Click me
</Button>
)
}Everything you need
Primitives from shadcn/ui plus custom components — import exactly what you need.
Buttons, inputs, selects, checkboxes and more.
Dialogs, popovers, tooltips and dropdown menus.
Tables, cards, badges, avatars and accordions.
Tabs, breadcrumbs, pagination and menus.
Sibling projects
More from @rtorcato — same conventions, same release pipeline.
Tree-shakeable TypeScript utilities — tiny bundles, full type safety, CLI included.
Framework-agnostic building blocks for Node.js APIs — errors, auth, rate limiting, OpenAPI, Express + Hono.
Tree-shakeable TypeScript wrappers around 40+ browser Web APIs — one subpath per spec.
Shared, tree-shakeable TypeScript database utilities for Node projects.
Typed TypeScript wrappers and helpers for Cloudflare bindings and APIs.
SwiftUI package of reusable views and helpers to build apps faster.
Shared, tree-shakeable TypeScript helpers for Supabase — client, auth, and database utilities.
One wizard to scaffold TypeScript, linting, testing, and releases for any JS project.
Production-grade database schema deployment with the ergonomics of a JSX component.