Selectable scenarios
Choose from five fully wired missions. Each one mutates session state, updates observed values, unlocks evidence, and scores against a mission-specific truth model.
Mission
Shared Ops
Create, push, pull, auto-sync2.5D Situation View
Click a zone in the canvasTactical Map
Click a zoneZone Readout
Alert Stack
Available Actions
Evidence
Assets
Mission Report
Score
Event Log
Fork, edit, launch, and publish custom scenarios
Use the in-browser editor to clone a mission, modify the environmental truth and observed values, save the scenario locally, launch it instantly in the operator console, or publish it to the shared backend for the rest of the team.
Scenario Editor
Browser-native editorZones
Local Scenario Library
Shared Scenario Library
Ship it on Vercel
This repo deploys as a hybrid static-plus-serverless site. The front end is plain HTML/CSS/JS, and the shared-session backend is exposed through Vercel API routes under /api.
Repo structure
index.html
styles.css
app.js
api/
src/
assets/
vercel.json
CLI
vercel
vercel --prod
Local preview
python -m http.server 8080
# then open http://localhost:8080