{"id":51450716,"url":"https://github.com/riaz37/remotion-ui","last_synced_at":"2026-07-05T20:01:31.374Z","repository":{"id":363057716,"uuid":"1261800599","full_name":"riaz37/remotion-ui","owner":"riaz37","description":"Production-ready motion for Remotion. Source you own.","archived":false,"fork":false,"pushed_at":"2026-06-23T19:03:53.000Z","size":2887,"stargazers_count":15,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T19:24:51.500Z","etag":null,"topics":["cli","components","monorepo","react","registry","remotion","typescript","video"],"latest_commit_sha":null,"homepage":"https://remotionui.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riaz37.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-07T06:57:52.000Z","updated_at":"2026-06-23T19:04:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/riaz37/remotion-ui","commit_stats":null,"previous_names":["riaz37/remotionui","riaz37/remotion-ui"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/riaz37/remotion-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riaz37%2Fremotion-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riaz37%2Fremotion-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riaz37%2Fremotion-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riaz37%2Fremotion-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riaz37","download_url":"https://codeload.github.com/riaz37/remotion-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riaz37%2Fremotion-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35167259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","components","monorepo","react","registry","remotion","typescript","video"],"created_at":"2026-07-05T20:01:30.268Z","updated_at":"2026-07-05T20:01:31.355Z","avatar_url":"https://github.com/riaz37.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# RemotionUI\n\n\u003cimg src=\"apps/web/public/logo.svg\" alt=\"RemotionUI\" width=\"64\" height=\"64\" /\u003e\n\n**Production-ready motion for Remotion. Source you own.**\n\n\u003ca href=\"https://remotionui.com/docs\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-remotionui.com-60a5fa?style=flat-square\" alt=\"Docs\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.npmjs.com/package/remotion-ui\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/remotion-ui?style=flat-square\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\" alt=\"MIT License\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n## Quick start\n\n```bash\nnpx remotion-ui@latest init my-video\ncd my-video\nnpx remotion-ui@latest add social-clip\n```\n\nProduction-ready motion for Remotion. Source you own. Docs: [remotionui.com](https://remotionui.com)\n\n## What you get\n\n- **120+ components**: primitives, scenes, compositions (captions, charts, AI composers, social clips, creator reels)\n- **Source you own**: components land in your repo; edit every frame\n- **CLI workflow**: `init`, `add`, `doctor`, `search`, `diff`, `update`, `list`\n- **AI-ready**: [agent index](https://remotionui.com/ai/components.json), [recipes](https://remotionui.com/ai/recipes.json), [llms.txt](https://remotionui.com/llms.txt)\n\n## Monorepo Structure\n\n```\nremotionui/\n├── apps/web/              # Docs site + component registry host\n├── packages/remotion-ui/  # CLI (published to npm)\n├── packages/typescript-config/\n├── packages/eslint-config/\n├── templates/             # Starter project scaffolds\n├── skills/remotion-ui/    # Agent skill documentation\n└── scripts/               # Repo maintenance scripts\n```\n\n## Philosophy\n\n- **Registry-first**: Component source lives in `apps/web/registry/`\n- **CLI distribution**: Users run `npx remotion-ui add \u003ccomponent\u003e`\n- **Source you own**: Components install as source files in your repo\n- **Only the CLI is published**: No `@remotionui/primitives` npm package\n\n## Getting Started (development)\n\n```bash\npnpm install\npnpm skills:sync    # Pull Remotion Agent Skills + wire Codex\npnpm dev\n```\n\n### Agent Skills\n\nRemotionUI uses [Agent Skills](https://agentskills.io/home) to give AI agents domain expertise:\n\n| Skill | Location | Purpose |\n|-------|----------|---------|\n| `remotion` | `skills/remotion/` | Official [Remotion best practices](https://www.remotion.dev/docs/ai/skills) |\n| `remotion-ui` | `skills/remotion-ui/` | RemotionUI monorepo, CLI, and registry authoring |\n\nRun `pnpm skills:sync` to vendor the latest Remotion skills from upstream and link them to `.agents/skills/` for Codex discovery.\n\n## Scripts\n\n| Command | Description |\n|---------|-------------|\n| `pnpm dev` | Start all apps in development mode |\n| `pnpm build` | Build all packages and apps |\n| `pnpm registry:build` | Build registry JSON for CLI consumption |\n| `pnpm skills:sync` | Sync Remotion Agent Skills and wire Codex |\n| `pnpm prepare:publish` | Preflight: build, test, registry count, npm dry-run |\n| `pnpm publish:cli` | Publish `remotion-ui` to npm (requires auth) |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friaz37%2Fremotion-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friaz37%2Fremotion-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friaz37%2Fremotion-ui/lists"}