# Remotion Player App

> Embed Remotion Player in React, Vite, Next, or product surfaces with parameterized props, bundle boundaries, and preview controls.

- Skill: `contextgo/remotion-player-app` (Agent Skill)
- Install (CLI): `npx skillmds@latest add contextgo/remotion-player-app`
- Raw SKILL.md: https://api.skillmd.com/api/skills/contextgo/remotion-player-app/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: contextgo (https://skillmd.com/u/contextgo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/contextgo/remotion-player-app

---


# Remotion Player App

Use this skill when a user wants a web app or product surface that previews or personalizes a Remotion composition.

## Rules

- Keep Player usage separate from final render scripts.
- Use typed props that match the composition schema.
- Avoid loading server-only renderer APIs into browser bundles.
- Provide predictable controls: play/pause, scrub, variant selection, aspect-ratio preview, and input props where relevant.
- For production rendering, hand off to `remotion-render-ops` or `remotion-lambda` instead of relying on the Player.

