Introducing Backlot: the living storyboard for OpenMontage #283
calesthio
announced in
Announcements
Replies: 2 comments
|
can you guide me to proceed |
0 replies
|
Absolutely. Here is the shortest path to proceed.
git clone https://github.com/calesthio/OpenMontage.git
cd OpenMontage
make setupIf you are on Windows PowerShell or do not have py -3 -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt
cd remotion-composer
npm install
cd ..
python -m pip install piper-tts
Copy-Item .env.example .env
python scripts/backlot_simulate_run.py
python -m backlot open backlot-demo-runThat opens a simulated live production board so you can see stages, script, storyboard, gates, assets, and replay behavior.
During a normal production run, the agent should initialize a project under python -m backlot open # project library
python -m backlot open <project-id> # one project board
If you share what you want to make first, I can point you to the right pipeline and the minimum setup needed for that specific video. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Backlot is the new storyboard view for OpenMontage.
In simple terms: when an AI agent is making a video, Backlot shows the whole production as it happens. Instead of only reading chat messages or digging through files, you can watch the run move through stages, review the script, see scene cards fill in, check generated assets, spot approval gates, and play back the final render from one visual board.
The best part: you do not have to start it manually during normal video creation. When a production starts, the agent opens the Backlot board for you automatically.
Watch the production come alive
Stages light up, active work is visible, costs and decisions stay on the board, and generated assets appear scene by scene.
Review the video before it renders
Backlot turns the scene plan into a storyboard/filmstrip. You can inspect the visuals, narration, takes, timing, and missing assets before the final compose step.
Approval gates are obvious
When the pipeline needs a human decision, Backlot makes the pause visible. You can see what is waiting, review the artifact, and then respond in chat.
Every project gets a home
The library shows your productions across the machine: live, awaiting review, rendered, or still sparse.
Backlot is intentionally read-only for v1. The agent and tools still write the source of truth to disk; Backlot makes that truth visible. It is the production room for OpenMontage: what is happening, what is waiting, what was decided, what it cost, and what is ready to review.
This is a big step toward making AI video production feel less like a black box and more like a real creative workflow.
All reactions