Nano BPM Advanced Research Prototype Tour the web console

Tour the web console

Open http://127.0.0.1:8080/console. The console is a single-page app whose navigation depends on the build profile: the Studio (authoring) profile adds the Studio and Extensions tabs, while the Observe (operator) profile shows only the runtime tabs below. The root / is a small landing page, and /swagger is an offline Swagger UI for the REST API (nothing is fetched from the internet).

Tab Profile What it's for
Studio Studio Nano Studio — the Rapid Application Development IDE. Open a project and author BPMN models, DMN decisions, forms, and pages; deploy, start instances, and test a model in your browser. See Model and test a process.
Extensions Studio Install extension packs — agentic SDLC, languages, app templates, example apps, triggers, and themes.
Topology both Cluster, partition, and Raft overview with live per-node health — each node is probed every few seconds for reachability, version, and round-trip latency.
Metrics both A live performance dashboard — process starts/s, jobs/s, active processes, connected clients, commit-pipeline depth, journal/fsync timings, memory — with sparklines, and a per-node breakdown in a cluster.
Explorer both A live process-instance explorer — variables, jobs, incidents, and the BPMN XML for each running or completed instance.
Traces both Execution traces folded from the engine event stream — a per-instance timeline of elements visited, jobs created/completed, and variable snapshots.
Workers both Author TypeScript job workers in the browser, run them as sandboxed Deno processes, watch a live fleet view, and export them as a standalone app. See Write and run job workers.

(Two more views, Config and Credits, are reachable by route but are not on the navigation rail.)