0

Introduction

A template for building and publishing your own shadcn registry components.

A ready-to-use template for creating and publishing custom components to the shadcn registry.

What You Get

  • 📦 Simple structure - One component file + one config file
  • 📚 Documentation site - Powered by Fumadocs
  • 🎨 Registry compatible - Works with npx shadcn add
  • 🚀 Deploy ready - Deploy anywhere

How It Works

  1. Edit your component at registry/new-york/your-component.tsx
  2. Update registry.json with your component name and details
  3. Run pnpm registry:build

That's it. Deploy your app and users can install your component:

pnpm dlx shadcn@latest add https://your-site.com/r/your-component.json

FAQ