Files
polskalokalnie/.claude/skills/remotion-best-practices/remotion-saas/framework.md
T
2026-08-09 09:47:34 +02:00

22 lines
1.2 KiB
Markdown

---
name: framework
description: Choose a framework for a Remotion-based app.
metadata:
tags: remotion, saas, templates, nextjs, react-router, vercel, lambda, cloudflare
---
Remotion can be used with any React framework.
We offer the following templates:
- Next.js App Router with Tailwind: https://github.com/remotion-dev/template-next-app-dir-tailwind. Uses Lambda as default rendering choice.
- Next.js App Router without Tailwind: https://www.remotion.dev/templates/next-no-tailwind. Uses Lambda as default rendering choice.
- Next.js Pages Router: https://github.com/remotion-dev/template-next-pages-dir. Uses Lambda as default rendering choice.
- Vercel Sandbox rendering: https://github.com/remotion-dev/template-vercel. Uses Vercel as default rendering choice.
- React Router 7: https://github.com/remotion-dev/template-react-router. Uses Lambda as default rendering choice.
- Express.js render server: `packages/template-render-server`: https://github.com/remotion-dev/template-render-server. Uses Node.js as default rendering choice.
These can be cloned directly, or used as a reference.
For an existing app, see https://www.remotion.dev/docs/brownfield-installation.md.