Production Simulation Tool

UI Version 2026-03-29i

Edit a scenario, run the Python simulation, and inspect the movement view in one local tool. The browser UI stays in one place while the backend handles validation and simulation.

Ready. Edit the scenario, then run the simulation.

Scenario Editor

Edit the scenario first, then run the simulation.

Run Summary

Latest backend response from the integrated app flow.
Scenario
-
Completed Blades
-
Simulation Hours
-
Average Lead Time
-
No run yet.

How This Works

Current integrated prototype flow.

1. Edit the scenario in the `Scenario` tab.

2. Click Run Simulation.

3. The page sends the current scenario JSON to /api/run.

4. The FastAPI backend validates it, runs the simulation, and returns flow JSON.

5. The `Results` tab updates automatically with the new playback data.

Flow Viewer

The existing viewer, updated directly from the backend run result.