Video Studio is the long-form generation counterpart to Image Studio. It lets
users generate AI videos with several model families while keeping a clean
gallery workflow for history, previewing, and downloads.
What Users Can Do
Users can:- generate videos from text prompts
- use image-to-video when the selected model supports it
- switch between multiple video providers
- choose settings like ratio, duration, and resolution where supported
- browse their generated videos in a gallery
- preview completed videos
- download or delete older generations
Current Model Surface
openai/sora-2openai/sora-2-progoogle/veo-3-fastgoogle/veo-3kwaivgi/kling-v2.6-pro-t2vkwaivgi/kling-v2.6-pro-i2vwan-video/wan-2.6-t2vwan-video/wan-2.6-i2v
What You Need
Supabase
Needed for auth and generation history.
Storage
Needed for generated videos and source assets.
Replicate
Needed for Kling and WAN models.
How The App Works
The user flow is:- choose a video model
- write a prompt and optionally upload a source image
- submit the generation
- let the queue and polling flow track progress
- save the final output into storage
- show it in the video gallery for later playback or download
Why This App Is Useful As A Template
This app is a good starting point for:- ad video generators
- social content tools
- product promo generators
- AI storyboarding tools
- creator workflows with reusable visual styles
Good First Customizations
Most teams customize:- which video models are shown
- which settings are exposed to users
- credit pricing per model
- output layout and gallery presentation
- whether image-to-video should be prominent or optional
Verification
Your setup is correct if:- the page loads
- at least one configured model is available
- a generation completes and saves successfully

