Registry
Registry
Author and build custom RemotionUI registries.
Adding a component
- Create source under
apps/web/registry/bases/default/ - Add an entry to
registry.json - Run
pnpm registry:build
Item types
| Type | Folder | Install path |
|---|---|---|
registry:ui | primitives/ | src/remotion/primitives/ |
registry:block | scenes/, compositions/ | src/remotion/scenes/ or src/compositions/ |
registry:lib | lib/ | src/remotion/lib/ |
registry:hook | hooks/ | src/remotion/hooks/ |
Custom registry (CLI)
npx remotion-ui build ./registry.json -o ./public/rSee CLI Reference for diff and update workflows.