Premium security-operations command center for orchestrating guards, cameras, robots, and future drones/humanoids — ISNTX / Construction Site 1.
Demonstration build (Phase 0/1). All robots, cameras, sensors, events, and KPIs are simulated. No live hardware and no production GuardIQ system is touched. Demo data is clearly labeled and never presented as real customer results.
Open the live page — no build step, no dependencies:
https://brandonschoelkoph--c194d52aae7111f186501607ee4eb77e.web.val.run
INVESTIGATE_EVENT mission and animates across the digital twin with live telemetry.Every asset on the map is clickable. Reset clears state (KPIs persist across refresh via your browser's local storage so refresh doesn't destroy required state).
main.ts — HTTP entrypoint (serves the page with production security headers).command-center.html — the entire command center: digital twin, live intelligence panel, operator decision controls, robot simulation engine, event timeline, KPIs, and the AI incident report.The simulator anticipates the full stack: a Hardware Abstraction Layer with replaceable provider adapters (SimulatorRobotProvider first; Boston Dynamics / Unitree / Agility / Figure / Apptronik / 1X later — not claimed as integrated), CameraProvider / SensorProvider, an event-driven bus with normalized events, multi-tenant multi-site isolation, RBAC, a GuardIQ integration gateway (disabled by default), and an agent layer (Perception, Risk, Mission, Fleet, Incident, Report). Those become real services (PostgreSQL + WebSockets) in later phases — this val is the investor proof-of-concept.