An assembly line for AI-generated soap operas
A Go and Vue workbench that pipelines story prompts into scripts, storyboards, and FFmpeg-stitched short dramas.

What it does LingGuo-Drama is a backend workbench for producing AI short dramas and motion comics. It breaks creation into discrete factory stages—scriptwriting, character extraction, storyboarding, image and video generation, and final clip merging via FFmpeg—coordinated through a Vue 3 dashboard and a Redis-backed async worker queue. Think of it as an ERP system for low-budget AI filmmaking, designed to be forked and extended rather than used as a black-box app.
The interesting bit The project treats creative work like a manufacturing workflow: it extracts characters, scenes, and props from a script, generates assets for each, splits the narrative into storyboards, and then dispatches image and video generation jobs asynchronously before stitching the results together. That mechanical approach is either delightfully pragmatic or creatively stifling, depending on your temperament.
Key highlights
- End-to-end pipeline from script text to merged video, with a dashboard for managing each stage.
- Async job queue using Redis and Asynq to handle long-running AI generation and video rendering tasks.
- Pluggable AI backends: supports OpenAI, Volces, MiniMax, and others via configurable API keys.
- Frontend built with Vue 3, Vite, and TDesign; backend uses Go, Gin, and GORM.
- Ships as a Docker Compose stack with Nginx, MySQL, and Redis.
Caveats
- Default admin credentials and example API keys ship in the repo; the security notes explicitly warn against using them as-is.
- The maintainers flag that deployment experience, observability, API contracts, and testing still need community work.
Verdict Worth a look if you are building an internal AIGC content factory and want a Go/Vue scaffold to customize. Pass if you are hoping for a single-click magic movie generator—this is a workflow engine, not a finished auteur.
Frequently asked
- What is LingGuoAI/LingGuo-Drama?
- A Go and Vue workbench that pipelines story prompts into scripts, storyboards, and FFmpeg-stitched short dramas.
- Is LingGuo-Drama open source?
- Yes — LingGuoAI/LingGuo-Drama is an open-source project tracked on heatdrop.
- What language is LingGuo-Drama written in?
- LingGuoAI/LingGuo-Drama is primarily written in Vue.
- How popular is LingGuo-Drama?
- LingGuoAI/LingGuo-Drama has 1.2k stars on GitHub.
- Where can I find LingGuo-Drama?
- LingGuoAI/LingGuo-Drama is on GitHub at https://github.com/LingGuoAI/LingGuo-Drama.