Veo 3 and Imagen 4 are amazing for video generation. You can generate hyper realistic images with Imagen 4 and turn them into stunning videos. With vibe coding, it is possible to build an interface for Gemini API that can handle image and video generation using these models. As Google shows, it is possible to pull this off with Next.js, React, Tailwind CSS, and Gemini API
Build an open-source AI video studio with this @nextjs template using Veo 3 and Imagen 4 in the Gemini API. Create text-to-video, image-to-video, and edit videos in the browser for a specific time range. pic.twitter.com/KNoOxEnipt
— Google AI Developers (@googleaidevs) August 21, 2025
The code is already available on GitHub. As explained on the site, veo/generate/route.ts handles video generation requests while api/imagen/generate/route.ts handles image generation requests with the Imagen model.
[HT]