For buyers
Find tech/SaaS Remotion packs, unlock them (Free or Pro), install with the CLI or download a ZIP from your Library.
1. Browse the catalog
Open /templates. Filter by collection (charts, flows, infra, auth, …), search by title or tags, sort newest / free first.
- Each card shows a motion preview when available, price/tier, and the slug (for CLI).
- Home Featured highlights curated tech heroes — not vanity “400+ templates” dumps.
2. Sign in
Free downloads and CLI installs need an account. Use Sign in (Clerk). Your Library and CLI tokens are tied to this account.
3. Free vs Premium
| Tier | What you need |
|---|---|
| FREE | Signed-in only |
| PREMIUM | Pro membership, own listing, or legacy single purchase |
Pro details: /pro. Soft-launch: a few smoke FREE packs exist for CLI testing; most catalog may still be PREMIUM until checkout is fully open.
4. Install with CLI (recommended)
Fastest path — full steps in the CLI guide:
npm install -g remotemp # signed in → /cli/auth → Generate token remotemp login remotemp doctor remotemp add otel-trace-map cd otel-trace-map && npm i && npx remotion studio
Mint tokens at /cli/auth. Tokens last ~7 days. Keep them private.
5. Library + ZIP
After access is granted, open /library:
- License key (e.g.
RMT-…) when applicable - ZIP download of the current package version
- CLI slug shortcuts on each row
Unzip → npm install → npx remotion studio. Follow the pack README for composition ids and props.
6. Checkout (when live)
Single-template purchase or Pro pack goes through our payment provider (Lemon Squeezy when configured). You stay on a secure hosted checkout; after paid webhooks fulfill, Library + CLI unlock immediately.
Soft-launch note: if Buy / Pro checkout is not enabled yet, free packs + seller-owned downloads still work. Payments hardening is a separate phase.
Refunds & access revoke
Digital goods are generally non-refundable once delivered, except where required by law or when payment is reversed (chargeback). Refunded orders revoke the license and block further downloads.
See Terms.
Requirements on your machine
- Node.js 18+
- npm / pnpm / yarn
- Enough disk for the pack + node_modules after install
- Remotion Studio via the pack’s dependencies (no global Remotion required)