Capítulo 173 de 988

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

  1. Understand starter template when working with Rendering with Vercel Sandbox.
  2. Understand manual when working with Rendering with Vercel Sandbox.
  3. Understand @remotion/vercel package when working with Rendering with Vercel Sandbox.
  4. Understand advantages when working with Rendering with Vercel Sandbox.
  5. 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.