2026 · Builder · Prototype
Blockbuster
An AI movie-trailer pipeline — Gemini and Veo feed Remotion compositions, rendered by a background job worker.
- Next.js
- Remotion
- Google Gemini
- Google Veo
- Supabase
The AI was the easy part
Generating a clip is one call. Making a trailer is a system.
What I built
An AI movie-trailer pipeline scaffold. Gemini and Google Veo handle video and image generation. Their output feeds Remotion compositions, and a background job worker renders the results. Seven pages and twelve API routes wrap the pipeline.
The honest lesson
It's a prototype, and its lesson earned a permanent spot: programmatic video is a rendering problem, not an AI problem. Generation was never the bottleneck — assembling output into a finished cut was. The worker architecture is the keeper.