# Preview

> Start Remotion Studio to preview video compositions in the browser. Use when you want to see a visual preview of a composition.

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

---


Start the Remotion Studio dev server for previewing compositions:

```bash
pnpm dev
```

This opens the Remotion Studio in the browser where you can:
- Browse all registered compositions
- Scrub through the timeline
- Preview animations frame by frame
- Adjust input props in real-time

If `$ARGUMENTS` is provided, treat it as the composition ID to focus on after the studio opens.

