Describe a short film concept in plain language and let the AI agent generate the screenplay, character images, and a sequence of video clips
Arrange generated clips on the timeline and play back a rough cut of a scene without leaving the browser
Write custom SKILL.md files to teach the AI agent new filmmaking workflows specific to your project
Use the visual canvas to organize characters, locations, and notes into scenes before asking the agent to generate media
Requires a PAI Lite API key for media generation, Docker simplifies dependency setup.
PAI-Pro is a local filmmaking studio application that you control through a coding agent like Claude Code, Codex, Cursor, or Gemini CLI. The idea is that instead of clicking through menus yourself, you describe what you want to a coding agent running inside the app, and the agent carries out filmmaking tasks such as writing a screenplay, generating image and video clips, or designing characters. The interface has three main areas. A visual canvas built with a tool called React Flow lets you place nodes representing characters, locations, images, videos, and notes, then group them into scenes. A timeline tab lets you arrange your clips in order, drag them around, and play them back in sequence. An embedded terminal in the right panel runs your coding agent directly, so you can type instructions without switching to another window. Everything stays on your local machine. Project files live on disk alongside the generated media, and nothing leaves your computer except the actual requests to generate images, video, or voice, which go through a service called PAI Lite using a single API key. Credit is only consumed when you explicitly ask for media generation, browsing and chatting do not cost anything. Setting it up works either through Docker, which handles all the dependencies, or by cloning the repository and running a setup script directly on your machine. Either way, it runs in a browser at a local address. The skills system, described in plain SKILL.md files, defines what the agent knows how to do in filmmaking terms. You can also write your own custom skills. The license allows personal and internal business use. Commercial use beyond that scope requires an enterprise license from Utopai Studios, which built the project.
← utopai-research on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.