Skip to content

riaz37/remotion-ui

Repository files navigation

RemotionUI

Copy-paste production-ready Remotion video components directly into your projects. Install with the CLI, own every line of source — no black-box runtime dependency.

Familiar with shadcn/ui? RemotionUI uses the same registry workflow: CLI install, JSON manifest, files in your repo.

Quick start

npx remotion-ui@latest init my-video
cd my-video
npx remotion-ui@latest add intro

Docs: remotionui.com

Monorepo Structure

remotionui/
├── apps/web/              # Docs site + component registry host
├── packages/remotion-ui/  # CLI (published to npm)
├── packages/typescript-config/
├── packages/eslint-config/
├── templates/             # Starter project scaffolds
├── skills/remotion-ui/    # Agent skill documentation
└── scripts/               # Repo maintenance scripts

Philosophy

  • Registry-first: Component source lives in apps/web/registry/
  • CLI distribution: Users run npx remotion-ui add <component>
  • Copy-paste, not import: Components land as source files in the user's project
  • Only the CLI is published: No @remotionui/primitives npm package

Getting Started (development)

pnpm install
pnpm skills:sync    # Pull Remotion Agent Skills + wire Codex
pnpm dev

Agent Skills

RemotionUI uses Agent Skills to give AI agents domain expertise:

Skill Location Purpose
remotion skills/remotion/ Official Remotion best practices
remotion-ui skills/remotion-ui/ RemotionUI monorepo, CLI, and registry authoring

Run pnpm skills:sync to vendor the latest Remotion skills from upstream and link them to .agents/skills/ for Codex discovery.

Scripts

Command Description
pnpm dev Start all apps in development mode
pnpm build Build all packages and apps
pnpm registry:build Build registry JSON for CLI consumption
pnpm skills:sync Sync Remotion Agent Skills and wire Codex
pnpm lint Lint all packages

License

MIT

About

Copy-paste Remotion video components you own. Registry-first CLI + docs + live previews.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors