Hollywood dreams, solo-dev reality: an AI drama studio
A web-based pipeline that automates short-drama production from novel text through AI-generated characters, scenes, voice, and video.

What it does waoowaoo is a web application that automates short-drama and comic-video production from novel text. It parses stories to extract characters and scenes, generates consistent visual assets, builds storyboards, synthesizes multi-character voiceovers, and assembles the final video. Under the hood it is a conventional modern web stack—Next.js 15, MySQL with Prisma, Redis and BullMQ for job queues—acting as orchestration glue for external generative-AI APIs.
The interesting bit The project wears grand claims on its sleeve (“industrial-grade,” “Hollywood-standard”), but the README is endearingly blunt: it is early beta, maintained by one person, database schemas break between releases, and third-party API compatibility is still rough. That honesty, paired with 13,000 stars, suggests it has struck a nerve in the AI-video gold rush.
Key highlights
- Full pipeline from text to video: script parsing, character/scene generation, storyboarding, dubbing, and final assembly
- Enforces consistency across AI-generated characters and scenes, which is usually the hardest part of automated visual storytelling
- Bilingual interface (Chinese and English) with one-click switching
- Ships as Docker Compose stacks with both prebuilt images and local development paths
- Requires your own AI service API keys; the authors currently recommend official provider endpoints over generic OpenAI-compatible formats
Caveats
- Explicitly labeled early beta with a solo maintainer; expect bugs, rapid breaking changes, and database incompatibility between versions
- External AI APIs are mandatory, and support for third-party/OpenAI-compatible formats is described as incomplete
- Pull requests are reviewed for ideas but reimplemented by the core team rather than merged directly, so it is not a traditional open-source collaboration
Verdict Worth a look if you want a structured, opinionated web UI for experimenting with AI short-drama pipelines. Look elsewhere if you need battle-tested stability or a community-driven contribution model.
Frequently asked
- What is waooAI/waoowaoo?
- A web-based pipeline that automates short-drama production from novel text through AI-generated characters, scenes, voice, and video.
- Is waoowaoo open source?
- Yes — waooAI/waoowaoo is an open-source project tracked on heatdrop.
- What language is waoowaoo written in?
- waooAI/waoowaoo is primarily written in TypeScript.
- How popular is waoowaoo?
- waooAI/waoowaoo has 13.3k stars on GitHub and is currently holding steady.
- Where can I find waoowaoo?
- waooAI/waoowaoo is on GitHub at https://github.com/waooAI/waoowaoo.