$npx -y skills add remotion-dev/remotion --skill remotion-saasBuilding video apps with Remotion - framework, rendering and Player advice
| 1 | One can build apps with Remotion. |
| 2 | It is possible to have a simple form and hook it up to a render, or have a complex video editor. |
| 3 | |
| 4 | ## Choosing a template or a framework |
| 5 | |
| 6 | We have several templates for SaaS which can be cloned or used as a reference. |
| 7 | See [Choosing a framework](framework.md) for help choosing a template or framework. |
| 8 | |
| 9 | ## The `<Player>` |
| 10 | |
| 11 | This component allows embedding a Remotion preview in a React app. See [Player](player.md) for more information about the Player. |
| 12 | |
| 13 | ## Rendering |
| 14 | |
| 15 | 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. |
| 16 | |
| 17 | ## With Vue |
| 18 | |
| 19 | See https://www.remotion.dev/docs/vue.md for how to use Remotion with Vue. |
| 20 | |
| 21 | ## Angular |
| 22 | |
| 23 | See https://www.remotion.dev/docs/angular.md for how to use Remotion with Angular. |
| 24 | |
| 25 | ## Svelte |
| 26 | |
| 27 | See https://www.remotion.dev/docs/svelte.md for how to use Remotion with Svelte. |