Skip to content

Start Here

// Exploremap

The product map for the local runtime. FlowLayer Explore shows how a single orchestration server runs a multi-service stack and how clients observe and control that session — built for real development loops: repeatable startup, explicit dependencies, readable runtime state, practical debugging.

What you seeWhat FlowLayer does
Service is blockedKeeps dependents waiting until upstream readiness passes.
Partial stack starts in parallelSchedules only nodes with satisfied dependencies in the same wave.
One client reconnects mid-sessionReplays canonical server state instead of rebuilding context locally.
Terminal window
flowlayer-server -c ./services/flowlayer.jsonc
flowlayer-client-tui -s http://127.0.0.1:7010 -token "$FLOWLAYER_SESSION_TOKEN"

Run the server, connect the client, then inspect the first blocked dependency. That gives you useful runtime truth in under 10 minutes.

  • How dependency declarations become a runtime startup plan.
  • How readiness gates block or unlock downstream services.
  • How runtime state and logs are exposed through one control plane.
  • How the official TUI acts as a thin operator client.
  • Where FlowLayer fits compared to scripts, Compose, PM2, and hand-run terminals.
  1. Read How FlowLayer Works for the core runtime model.
  2. Read Server then Client / TUI for the responsibility split.
  3. Finish with Use Cases and Compare, then keep Troubleshooting and Reference nearby.

If something fails while you read, open Troubleshooting and continue from there.