Tools
Official FlowDSL tools — Studio, CLI, and language SDKs.
FlowDSL provides official tooling for authoring, validating, and implementing flows.
Pages in this section
Studio
The FlowDSL visual editor. Browse, create, edit, and validate flows on a canvas. Available at flowdsl.com/studio and locally via Docker.
CLI
Command-line tools for validating, formatting, and generating FlowDSL documents. Install via npm install -g @flowdsl/cli.
Go SDK
github.com/flowdsl/flowdsl-go — the official Go SDK for implementing FlowDSL node handlers and running the runtime.
Python SDK
flowdsl-py — the official Python SDK for implementing FlowDSL nodes in async Python with FastAPI/Pydantic integration.
JavaScript SDK
@flowdsl/sdk — the official TypeScript/JavaScript SDK for implementing FlowDSL nodes in Node.js.

