Frontend Dev
EngineeringBuilds and refines UI with React, TypeScript, and modern CSS.
Open source · Local-first
Drag agents onto a board and wire them into a workflow. A Planner tunes it before the run, a Director steers each step, and an Advisor reviews the result - all on your own machine.
Reviews the agents and how they're wired before you hit Run, then suggests changes up front.
After each step, decides whether to continue, redirect that step, or conclude the run early.
Your prompt or trigger
Reusable skill
Combined run output
Scores the finished run and recommends better personas, skills, and step ordering for next time.
Batteries included - 2397 ready-to-use building blocks
Built on tools you already trust
Everything it does
From building and securing workflows to running, scheduling, and reviewing them - here is the full set of what RondoFlow can do.
Why a canvas
Claude Code in the terminal is a single agent taking one turn at a time. RondoFlow keeps that power and adds the layer above it: many agents, wired together, with guardrails and AI that plans and reviews each run.
$ claude "review this PR" > reading files... > one agent, one session > you drive every turn by hand done. now do it all again for the next task...
One agent. One terminal. Manual, every time.
3 agents running in parallel - wired, policed, repeatable
A crew on one canvas. Wired, guarded, and rerunnable.
Run a whole crew at once - reviewers, researchers, writers - instead of one session, one turn at a time.
Outputs flow agent-to-agent on a visual DAG with branches and conditions, so a run is repeatable - not a chat you'd have to redo.
Each agent gets its own security policy - allowed tools, paths, and permissions - instead of one blanket trust level for the terminal.
Planner, Director, and Advisor plan, steer, and review each run; the Scheduler reruns it on a cron - none of which a bare terminal gives you.
What you can build
Each of these is a shipped workspace preset - a wired multi-agent pipeline you can add to the canvas and run as-is, then tweak.
Point it at a diff or PR — it summarizes the change, runs correctness and security reviews in parallel, then synthesizes one prioritized review report.
Give it a research question — it gathers sources across the web, extracts concrete claims, adversarially verifies them, then writes a cited brief built only from what survived.
Feed it product details and target keywords — it rewrites descriptions to be persuasive and keyword-optimized, adds meta + schema, and QA-checks the result.
Install
RondoFlow runs locally. You need Node, Docker, and a Claude credential - either an Anthropic API key or a Claude Code OAuth token.
Grab the source and step inside.
$ git clone https://github.com/rondoflow/rondoflow.git$ cd rondoflowOne command installs dependencies, writes your .env, starts Postgres, then migrates and seeds the database.
$ npm run setupLaunches everything. Open http://localhost:3000 and sign in.
$ npm run devCopy the example env, fill in your secrets, and bring the whole stack up in containers instead.
$ cp .env.example .env$ docker compose upScreenshots
Agents, skills, and guardrails as nodes; live status as a run executes; results streaming back - in a local-first app you own, in whichever theme you like.

Catalog
2397 ready-to-use building blocks come bundled - agents, workspaces, skills, facilitators, and canvas templates. Use them as-is, remix them, or build your own.
Pre-built specialists - frontend, data, SEO, research, and more.
Builds and refines UI with React, TypeScript, and modern CSS.
Designs APIs, data models, and server-side logic.
Automates CI/CD, containers, and infrastructure.
Audits diffs for bugs, quality, and best practices.
Writes tests and hunts for regressions and edge cases.
Explores datasets and turns numbers into clear insights.
Statistical modelling, experiments, and rigorous analysis.
On-page, technical, and content SEO recommendations.
Pulls search rankings and analyses the results page.
Fast, focused web search and source gathering.
Generative Engine Optimization for AI answer engines.
Researches keywords, intent, and clustering opportunities.
Showing 12 of 57 - browse the full catalog below.
The catalog is open and community-extensible - suggest a new agent, skill, or workspace and we’ll review it.
Features
A focused toolkit for building, securing, and running multi-agent workflows - without leaving your machine.
Drag agents, skills, and guardrails onto a board and connect them. The graph you draw is the workflow that runs.
Branch work across agents in parallel, add conditions, and merge results. RondoFlow runs the DAG and shows each step live.
Attach instruction sets to any agent. Write your own or pull ready-made ones from the shipped catalog.
Set tool permissions and safety policies per agent. When rules overlap, the most restrictive one always wins.
Put any workflow on a cron schedule and let it run on its own - reports, reviews, and research while you are away.
Everything runs on your machine against the Claude Code CLI. Your code, prompts, and keys never leave it.
Compare
The short version against Langflow, Flowise, Hiveflow.ai, and Relay.app - see the full 15-point breakdown on the comparison page.
| RondoFlow | Langflow | Flowise | Hiveflow.ai | Relay.app | |
|---|---|---|---|---|---|
| Open source | |||||
| Runs coding agents (your files + shell) | |||||
| Per-agent security policies | |||||
| Plan · steer · review the run |
FAQ
Yes. RondoFlow is open source under the MIT license and free to run yourself - you only pay for your own model usage on your Anthropic, OpenAI, or Perplexity account.
You need one Claude credential: either an Anthropic API key or a Claude Code OAuth token from `claude setup-token`. That credential is the only thing forwarded to the agents you run.
RondoFlow is local-first: it runs on your machine and executes the Claude Code CLI against your own files and tools. Your code, prompts, and keys stay local - only the messages you send to a model reach that model’s provider.
Anywhere Node 20+ and Docker run - macOS, Linux, and Windows via WSL.
Claude Code is a single agent in your terminal. RondoFlow orchestrates many of them on a visual canvas - parallel multi-agent workflows, reusable skills, per-agent guardrails, scheduling, and AI that plans, steers, and reviews each run (Planner, Director, Advisor).
Yes. Alongside Claude Code, agents can run on OpenAI and Perplexity - including web search and deep research - and workflows can call Sakana AI mid-run with the Sakana AI node.
Open source
RondoFlow is MIT-licensed and built in the open. Fork it, file an issue, or send a pull request - the whole platform, including this page, lives in one repository.