Chapter 173: Rendering with Vercel Sandbox
Core Idea
Vercel Sandbox allows you to render videos on-demand without managing Lambda or AWS infrastructure. Each render spawns an ephemeral Linux VM with full access to the Remotion renderer.
Key Concepts
- Starter Template
- Manual
- @remotion/vercel package
- Advantages
- Limitations
- Limits
- Detached render example (with shutdown)
- Source Code
Code Examples
npx create-video@latest --template vercel
- What it demonstrates: Usage pattern for Rendering with Vercel Sandbox from the official docs.
Key Takeaways
- Understand starter template when working with Rendering with Vercel Sandbox.
- Understand manual when working with Rendering with Vercel Sandbox.
- Understand @remotion/vercel package when working with Rendering with Vercel Sandbox.
- Understand advantages when working with Rendering with Vercel Sandbox.
- Understand limitations when working with Rendering with Vercel Sandbox.
Connects To
- Azure Container Apps: related page in the Deployment & Runtimes section.
- bun: related page in the Deployment & Runtimes section.
- Cloudflare Containers: related page in the Deployment & Runtimes section.