Self-hosted pipeline turns manuscripts into storyboarded video dramas
It bundles the entire AI drama workflow—script, storyboard, voice, and final cut—into a single pipeline you can host yourself.
DramaClaw open-sources the production pipeline behind the AIGC short-drama boom, betting that narrative consistency matters more than single-shot fidelity.

What it does
DramaClaw is a source-available video engine that treats a manuscript as raw material for an assembly line: it extracts characters and relationships, plans episodes, generates scripts, draws storyboards, synthesizes emotion-aware voice-over, and exports a finished film. The system is built to run on modest hardware via Docker, offloading all inference to a remote OpenAI-compatible gateway so your local machine stays out of the GPU trenches.
The interesting bit
The pipeline is deliberately modular—every step has its own interface, so you can skip stages, resume from checkpoints, or swap in your own orchestrator—but the real craft is in the Director World (3GS) feature, which locks spatial structure, character blocking, and camera placement across shots like a virtual set that refuses to forget its geometry. There is also a dual-track Freezone canvas for generative side experiments, so you can audition wild ideas without contaminating the main production line.
Key highlights
- Source-available under Elastic 2.0, aimed at indie studios and creators who want to keep material off opaque cloud services.
- Novel parsing builds a queryable story graph of characters, relationships, and timelines to drive downstream planning.
- Asset library enforces identity consistency across episodes for characters, scenes, props, and voices.
Xia Directoracts as a conversational AI assistant that audits deliverables and nudges the project forward.- Lightweight local footprint: state lives in SQLite and flat files; no Postgres, Redis, or Celery required.
Caveats
- Inference requires an outbound connection to a remote model gateway (official or bring-your-own); it does not run generative models locally by default.
- The optional voxel / panorama-to-3D
worldextra demands a GPU with CUDA, though the standard pipeline does not.
Verdict
Indie studios, solo creators, and creative engineers tired of gluing together disparate AI tools should look here; if you just need a simple one-click video generator without narrative scaffolding or self-hosting overhead, this is overkill.
Frequently asked
- What is dramaclaw/dramaclaw?
- It bundles the entire AI drama workflow—script, storyboard, voice, and final cut—into a single pipeline you can host yourself.
- Is dramaclaw open source?
- Yes — dramaclaw/dramaclaw is an open-source project tracked on heatdrop.
- What language is dramaclaw written in?
- dramaclaw/dramaclaw is primarily written in Python.
- How popular is dramaclaw?
- dramaclaw/dramaclaw has 5.7k stars on GitHub and is currently cooling off.
- Where can I find dramaclaw?
- dramaclaw/dramaclaw is on GitHub at https://github.com/dramaclaw/dramaclaw.