waoowaoo
首家工业级全流程 AI 影视生产平台。Industry-first professional AI Agent platform for controllable film & video production. From shorts to live-action with Hollywood-standard workflows.
Waoowaoo is a self-hosted web studio that turns written stories into short anime-style videos using AI, it handles script analysis, image generation, voiceovers, and video assembly automatically.
Waoowaoo is a web-based studio for producing short-drama and anime-style videos using AI. You give it a novel or story text, and it works through the production process automatically: it reads the script, pulls out characters and scenes, generates images for each, assembles shots, and stitches them into a finished video. It also synthesizes voice lines for multiple characters. The whole interface is available in Chinese and English, with a toggle in the top corner.
The project runs as a web app you install on your own computer or server. The easiest setup path uses Docker, a tool that packages software into a self-contained environment. You download one configuration file, run two commands, and the studio opens in your browser. A local development mode is also available for people who want to dig into the code, though that path requires setting up a database and configuring API keys for whichever AI services you plan to use.
Under the hood the app is built on Next.js 15 and React 19, which are modern web frameworks for building browser applications. Data is stored in a MySQL database managed through Prisma, a tool that lets the application talk to the database without writing raw SQL. Background tasks such as video rendering are handled by a queue system using Redis and BullMQ, which lets the app process jobs without blocking the browser. Authentication is handled by NextAuth.js.
The README notes that the project is in an early testing phase, developed by a single person, with known bugs and rough edges still being worked out. Updates are described as frequent, and the team invites feedback through the GitHub Issues page. The stated goal is to become the strongest AI tool in the industry for this type of video production.
The full README is written primarily in Chinese, with an English version linked separately.
Where it fits
- Turn a written short story or novel excerpt into a finished anime-style video automatically by pasting the text into the studio.
- Generate distinct AI voice lines for multiple characters in a script without recording anything yourself.
- Run a personal video production server on your own machine so your story content stays private.