RemotionUI
Registry

Registry

Author and build custom RemotionUI registries.

Adding a component

  1. Create source under apps/web/registry/bases/default/
  2. Add an entry to registry.json
  3. Run pnpm registry:build

Item types

TypeFolderInstall path
registry:uiprimitives/src/remotion/primitives/
registry:blockscenes/, compositions/src/remotion/scenes/ or src/compositions/
registry:liblib/src/remotion/lib/
registry:hookhooks/src/remotion/hooks/

Custom registry (CLI)

npx remotion-ui build ./registry.json -o ./public/r

See CLI Reference for diff and update workflows.

On this page