Remotion vs Video ShotCraft is a renderer-vs-recipe question. Remotion is the engine that turns React into video; ShotCraft is a shot deck — named motion recipes with prompts and reference implementations an agent can follow.
Quick comparison
| Dimension | Remotion | Video ShotCraft |
|---|---|---|
| Role | Renderer / engine | Shot deck + skill |
| Authoring | React + TypeScript | Prompts + recipes |
| Agent workflow | You write all motion | Agent picks from deck |
| Distribution | npm package | Skill / remote URL |
| Shotpack angle | The engine | The same recipe idea, served over HTTP |
When Remotion wins
- You need the raw engine and full control over every frame.
- You are building your own components from scratch.
Shotpack builds on Remotion and packages the shot-deck workflow the ShotCraft skill popularized — but served remotely, so there is nothing to install.
When a shot deck wins
- You want tuned, pre-made motion your agent can implement without inventing easing.
- You value recipe cards, prompts, and reference TSX over rolling your own.
Shotpack vs ShotCraft skill
| Dimension | ShotCraft (skill) | Shotpack (this site) |
|---|---|---|
| Install | skills add / clone |
None — HTTP fetch |
| Entry | Local rules + cards | llms.txt → catalog.json |
| Source | Local demo.tsx |
Public demo.tsx URLs |
| Paid tier | N/A | Core pack $9.9 buyout |
Try Shotpack
- Remotion skill (remote agent skill)
- Free brand-ink-open or letterspace-materialize
- Library for more examples