@remotion/vercel: Create package for Vercel Sandbox rendering#6586
Merged
JonnyBurger merged 57 commits intomainfrom Feb 20, 2026
Merged
@remotion/vercel: Create package for Vercel Sandbox rendering#6586JonnyBurger merged 57 commits intomainfrom
@remotion/vercel: Create package for Vercel Sandbox rendering#6586JonnyBurger merged 57 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…pe declarations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…export it Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…shot, replace getOrCreateSandbox/getSnapshot with restoreSnapshot Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…oadToBlobStorage to uploadToVercelBlob Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…apshot, render, and upload APIs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…sing to separate section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Reintroduce `RenderOnVercelProgress` discriminated union type - Add `SandboxRenderMediaMessage` / `SandboxRenderStillMessage` for typesafe message parsing - Add `VercelBlobAccess` type and mandatory `access` option to `uploadToVercelBlob()` - Transpile `.ts` scripts to JS at build time via `Bun.Transpiler` instead of using `--strip-types` at runtime - Restore script source files as `.ts`, exclude from tsconfig type-checking - Update docs for all new types Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…MediaMessage` with `RenderMediaOnVercelProgress` Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…de` to render configs, clean up template scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
template-vercelinto a new@remotion/vercelpackagecreateSandbox,getOrCreateSandbox,createSnapshot,saveSnapshot,getSnapshot,renderVideoOnVercel,renderStillOnVercel,uploadToBlobStoragetemplate-vercelto use the new package (route.ts went from ~87 lines to ~40)Closes #6587
Test plan
bun isucceedscd packages/vercel && bun run makebuilds without errorscd packages/template-vercel && bun run buildbuilds Next.js appbun run stylecheckpassesbun run build-docspasses🤖 Generated with Claude Code