# shadcn-registry-template **Repository Path**: oliver-queen/shadcn-registry-template ## Basic Information - **Project Name**: shadcn-registry-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-08 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. > [!IMPORTANT] > This template uses Tailwind v4. For Tailwind v3, see [registry-template-v3](https://github.com/shadcn-ui/registry-template-v3). ## 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.