Introduction

The Dreambase Registry is an open source collection of blocks and agent skills for building AI-native apps. UI items are distributed through the shadcn CLI's GitHub source registry flow — no registry server, no npm package, just source code installed into your project.

Quick start

Install any item straight from GitHub. The CLI resolves dreambaseai/registry/<item> against this repository's registry.json.

npx shadcn@latest add dreambaseai/registry/questionnaire-card

Pin a release by appending a tag: dreambaseai/registry/questionnaire-card#v0.1.0

Compatibility

Items target projects initialized with the modern shadcn presets — base-nova or radix-nova. The legacy new-york-v4 style is not supported because upstream items such as questionnaire are unavailable there. Each item declares its upstream registry dependencies, so the CLI installs everything the item needs for your selected preset.

What's in the library

  • Blocks — customized blocks built on top of existing shadcn components, like the Questionnaire Card.
  • Skills — agent skills synced from the DreambaseAI/skills repository at build time, installable with the skills CLI.