https://github.com/verekia/shadcn-registry
https://github.com/verekia/shadcn-registry
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/verekia/shadcn-registry
- Owner: verekia
- Created: 2025-02-21T06:37:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:16:56.000Z (8 months ago)
- Last Synced: 2025-03-05T09:26:53.687Z (8 months ago)
- Homepage: https://v1v2-shad.vercel.app
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# registry-template
You can use the `shadcn` CLI to run your own component registry. Running your own
component registry allows you to distribute your custom components, hooks, pages, and
other files to any React project.## Getting Started
This is a template for creating a custom registry using Next.js.
- The template uses a `registry.json` file to define components and their files.
- The `shadcn build` command is used to build the registry.
- The registry items are served as static files under `public/r/[name].json`.
- The template also includes a route handler for serving registry items.
- Every registry item are compatible with the `shadcn` CLI.
- We have also added v0 integration using the `Open in v0` api.## Documentation
Visit the [shadcn documentation](https://ui.shadcn.com/docs/registry) to view the full documentation.