reszta poprawek

This commit is contained in:
2026-08-09 09:47:34 +02:00
parent 966dd3f209
commit a0c9d7947b
439 changed files with 112891 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
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.