Building video apps with Remotion - framework, rendering and Player advice
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add remotion-dev/skills --skill "remotion-saas" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/remotion-dev/skills /tmp/skills && cp -r /tmp/skills/skills/remotion-saas ~/.claude/skills/remotion-saas-remotion-devThis skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: remotion-saas
description: Building video apps with Remotion - framework, rendering and Player advice
metadata:
tags: remotion, saas, player, rendering, templates, lambda
---
One can build apps with Remotion.
It is possible to have a simple form and hook it up to a render, or have a complex video editor.
## Choosing a template or a framework
We have several templates for SaaS which can be cloned or used as a reference.
See [Choosing a framework](framework.md) for help choosing a template or framework.
## The `<Player>`
This component allows embedding a Remotion preview in a React app. See [Player](player.md) for more information about the Player.
## Rendering
There are client-side and server-side rendering options available. See [Rendering](rendering.md) for advice on how to choose, and about the Lambda, Vercel, Node.js and Cloudflare options.
## With Vue
See https://www.remotion.dev/docs/vue.md for how to use Remotion with Vue.
## Angular
See https://www.remotion.dev/docs/angular.md for how to use Remotion with Angular.
## Svelte
See https://www.remotion.dev/docs/svelte.md for how to use Remotion with Svelte.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues only.
ASCII video: convert video/audio to colored ASCII MP4/GIF.