
Installs all 67 components. Without our CLI, run instead.
Componentry publishes a shadcn registry at componentry.fun, with 67 components installable through the shadcn CLI.
Each one installs on its own. Names link to the docs that ship them.
Componentry
Beautiful, interactive UI components you can copy and paste into your apps.
Crafted with React, Tailwind CSS, and Framer Motion. Open source. Free forever.
Documentation · Components · Report Bug · Request Feature
Componentry is a collection of beautifully designed, interactive UI components built with React and Tailwind CSS. Just run the CLI command, add the component to your project, and start building.
The fastest way to add components is using the shadcn CLI:
npx shadcn@latest add @componentry/spotlight-card
This project uses Turborepo for monorepo management.
# Clone the repository
git clone https://github.com/harshjdhv/componentry.git
cd componentry
# Install dependencies
pnpm install
# Start development server
pnpm dev
componentry/
├── apps/
│ └── web/ # Documentation site (Next.js)
├── packages/
│ ├── ui/ # Component library
│ ├── eslint-config/ # Shared ESLint configuration
│ └── typescript-config/ # Shared TypeScript configuration
└── turbo.json # Turborepo configuration
| Command | Description |
|---|---|
pnpm dev | Start development server |
pnpm build | Build all packages |
pnpm lint | Run linting |
pnpm format | Format code with Prettier |
We welcome contributions! Whether it's:
git checkout -b feature/amazing-component)git commit -m 'Add amazing component')git push origin feature/amazing-component)When creating new components:
MIT License - feel free to use these components in personal and commercial projects.
Some components use third-party dependencies with separate license terms.
image-trail and layered-stack require gsap (GSAP).See LICENSE for more information.
Made with care by Harsh Jadhav
Every appearance and removal our crawl has seen in the registry index.
Componentry is a component library on 21st.dev by componentry with 9 public React components. Every component ships with a live interactive preview and full TSX source — copy the code, install it through the shadcn CLI, or pull it into Cursor or Claude Code over MCP.