Playground
A live 3D map of the BuildOS platform — the same kind of structural knowledge graph (OKF) that Knowledge Hub compiles from real repositories for AI agents to navigate. Every node is a real part of the system.
What you are looking at
OKF (Open Knowledge Format) represents a software system as a graph of applications, services, datastores, and concepts with explicit relationships. Agents query this structure instead of guessing from text chunks — that is what makes their output respect real interfaces. This page renders the BuildOS platform itself in that form.
How this page is built
No 3D library — a custom force-directed simulation and perspective projection on a plain canvas, ~300 lines, zero added dependencies. Honors reduced-motion preferences and adapts to light/dark themes. The graph data is a JSON file in the same format Knowledge Hub emits.
Want your system mapped like this?
This is the foundation of agentic development: agents that understand structure before they touch code.