Tools

Changelog

Latest changes, updates and announcements.

Last updated on

23 April, 2026 – shadcn CLI Update

Components can now be installed directly using the shadcn CLI with support for custom registries.

All components are available via the @grenish registry. To configure it, add the following to your components.json:

{
  "registries": {
    "@grenish": {
      "url": "https://tools-grenish.vercel.app/r/{name}.json"
    }
  }
}

Once configured, install components using the CLI:

npx shadcn@latest add @grenish/[component]

Example:

npx shadcn@latest add @grenish/delete-button

On this page