Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Ready-made animated components for Remotion — charts, transitions, text reveals, and more
| Date | Stars |
|---|---|
| 2026-07-24 | 422 |
| 2026-07-25 | 425 |
| 2026-07-28 | 428 |
| 2026-07-30 | 428 |
| 2026-08-06 | 428 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
https://github.com/user-attachments/assets/2a5760fe-1886-4490-9c2b-aceec24aff2f

[](https://www.npmjs.com/package/remotion-bits)
[](https://www.npmjs.com/package/remotion-bits)
[](https://github.com/av/remotion-bits/blob/main/LICENSE)
[](https://www.typescriptlang.org/)
[](https://github.com/av/remotion-bits)

Remotion Bits is a comprehensive collection of animation components and utilities designed specifically for [Remotion](https://www.remotion.dev/) video projects. It provides ready-made, composable components for common animation needs: text effects, gradient transitions, particle systems, 3D scenes, and more. It also includes lower-level utilities for advanced motion and color handling.
> [!NOTE]
> This project is not affiliated with or endorsed by the [Remotion](https://www.remotion.dev/) team.
## Installation
```bash
npm install remotion-bits
```
Install the package when you want to consume Remotion Bits components inside a Remotion project. If you want to discover bits, run the MCP server, or pull individual bits into your app, start with the single-step usage paths below.
## Single-Step Usage
All published entry points use the same package name: `remotion-bits`.
### CLI
Use the published CLI directly without installing it first:
```bash
npx remotion-bits find 3d cards
npx remotion-bits fetch bit-fade-in --json
```
Or install the bin globally:
```bash
npm i -g remotion-bits
remotion-bits find 3d cards
remotion-bits fetch bit-fade-in --json
```
### MCP
Start the MCP server on stdio without a prior install:
```bash
npx remotion-bits mcp
```
Or use the global bin:
```bash
remotion-bits mcp
```
Minimal MCP client config:
```json
{
"command": "npx",
"args": ["-y", "remotion-bits", "mcp"]
}
```
If you installed the package globally, use:
```json
{
"command": "remotion-bits",
"args": ["mcp"]
}
```
The server exposes two tools:
- `find_remotion_bits`
- `fetch_remotion_bit`
### Package
Use the package install when you want to import components and utilities into a Remotion project:
```bash
npm install remotion-bits
```
```tsx
import { AnimatedText, GradientTransition } from 'remotion-bits';
```
### jsrepo
Pull a bit into your project in one step:
```bash
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json animated-text
```
Optional init flow if you plan to add multiple items:
```bash
npx jsrepo init https://unpkg.com/remotion-bits/registry.json
npx jsrepo add animated-text
```
### Skill
This repository ships a skill file at `skills/remotion-bits/SKILL.md`.
Use that skill in an agent setup that supports custom skills, then point it at the published Remotion Bits entry points above. The skill does not automatically install anything by itself; it documents the workflow and relies on the MCP or CLI commands shown here.
## Consumer Usage
### Find and fetch published bits
Search by visual goal, tags, and output format:
```bash
npx remotion-bits find "camera presentation" --tag scene-3d --limit 2
npx remotion-bits find "fade in" --limit 1 --json
npx remotion-bits fetch bit-fade-in --json
```
### Install with jsrepo
The registry is published as a jsrepo registry at:
```
https://unpkg.com/remotion-bits/registry.json
```
One-off add without init:
```bash
npx jsrepo add --registry https:/Excerpt of 7,568 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:86efe25cd63c3616, topic:video-editing, topic:animation