Remotion component bits with a shadcn-like installer
npm install remotion-bitshttps://github.com/user-attachments/assets/2a5760fe-1886-4490-9c2b-aceec24aff2f





!Visitors
Remotion Bits is a comprehensive collection of animation components and utilities designed specifically for Remotion 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 team.
``bash`
npm install remotion-bits
The registry is published as a jsrepo registry at:
``
https://unpkg.com/remotion-bits/registry.json
`bash`
npx jsrepo init https://unpkg.com/remotion-bits/registry.json
`bash`
npx jsrepo add animated-text
npx jsrepo add particle-system
npx jsrepo add color
`bash`
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json animated-text
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json particle-system
1. Fork the repo and create your branch from main`.
2. Make changes with clear commit messages.
3. Ensure the build and tests (if any) pass.
4. Open a pull request describing your changes.
MIT