AI Video Gen: Cross-Platform App
Cross-platform app (VK/Telegram) for generating videos from static images.
The Challenge & Solution
Built a unified cross-platform solution enabling users to generate AI videos from static images inside VK and Telegram. By architecting a shared codebase with platform-specific hooks, I delivered two apps for the price of one. The core value lies in the seamless pipeline: users upload photos, apply AI restoration, and generate videos using Runware models without leaving the messenger.
Technically, I optimized the storage layer by writing streams directly to the file system to ensure zero overhead. The backend handles long-running AI tasks via an asynchronous job queue and a client-side polling mechanism, ensuring a responsive UI even during heavy rendering.
Interface Gallery