Thoughtful components for product engineers and AI coding assistants.
Built with Base UI, Tailwind CSS v4, Motion, and TanStack Start.
Documentation
·
Registry Manifest
·
LLMS.txt
·
Blocks Catalog
Install any component directly into your project:
npx shadcn@latest add https://ui.iandefined.com/r/button.jsonThe registry declares cn as a dependency for components that use it, so the
CLI installs the package automatically.
Or install complete multi-file blocks:
npx shadcn@latest add https://ui.iandefined.com/r/sidebar-01.jsonInstall dependencies:
pnpm installStart the Vite development server:
pnpm devBuild installable registry JSON (public/r/*):
pnpm registry:buildBuild static documentation and LLM assets (public/docs/*, public/llms*):
pnpm static:buildRun tests and verification:
pnpm typecheck # Type checking with TypeScript
pnpm docs:check # Validate all 42 MDX pages and registry mappings
pnpm check # Format checking and Biome/Vite+ linter
pnpm fix # Auto-format and auto-fix linter issuesBuild and preview production bundle:
pnpm build
pnpm previewMIT © Ian de Jesus
