Examples
Full-stack example apps using the VideoGen API.
Clone a working app and start building. Each example targets a different SDK, framework, and use case.
Next.js + Express + TypeScript SDK + Firebase. A self-hostable studio with sign-in, a database, webhooks, and realtime progress that turns a script into a finished MP4.
Next.js + Vercel AI SDK + TypeScript SDK. An AI agent decides what images, videos, and voiceovers to generate from a topic prompt.
FastAPI + Python SDK. A production webhook pipeline that chains text-to-speech with avatar generation — no polling required.
OpenAI Agents SDK + Python SDK + Gradio. A conversational agent for generating, transforming, vectorizing, and upscaling images.
Coverage
Quick start
Then pick an example directory and follow its README. Each requires a VideoGen API key — get one at app.videogen.io/developers.
Source
All examples live in the video-gen/videogen-examples repo.