FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams

✍️ OpenClawRadar📅 Published: June 28, 2026🔗 Source
FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams
Ad

FlowBoard v5 ships as a full rebuild of the context layer for AI coding agents. The core problem: every agent session starts blank, so across projects you repeatedly re-explain goals, decisions, and status. FlowBoard replaces that with a persistent workspace that agents pull exactly the slice they need, lazy-loaded to keep token use low.

What's New in v5

  • Rebuilt on React — All surfaces (Kanban, Idea Canvas, new Overview) now run on one stack; no vanilla runtime left.
  • Event-sourced task store — Every change is an append-only event in SQLite. Full history, nothing drifts out of sync.
  • Multi-agent, first class — Stable per-agent identity, external agents self-onboard with claim/release/handoff built in. Your OpenClaw agent, Claude Code, and Cursor all appear live on the same board.
  • Ideas to specs — Sketch ideas as connected notes on the canvas, then a guided clarify loop turns them into real specs with acceptance criteria, not just task titles.
  • Modular Overview — A per-project dashboard composed from widgets: what's blocked, needs approval, milestones, CI status, files. Both you and your agent can compose it.
Ad

Installation & Updates

Install from ClawHub with one line:

openclaw plugins install clawhub:flowboard

Then a single command brings up the dashboard. After that, it self-updates from inside the dashboard. A Telegram mini app is also available for mobile access.

Code and docs on GitHub: https://github.com/rasimme/FlowBoard

v4 gave agents a Kanban board; v5 is a full rebuild on React with event sourcing and first-class multi-agent coordination.

📖 Read the full source: r/clawdbot

Ad

👀 See Also

Wolfram Tech Now Available as Foundation Tool for LLM Systems
Tools

Wolfram Tech Now Available as Foundation Tool for LLM Systems

Stephen Wolfram announces Wolfram Language is now available as a foundation tool for LLM systems, providing deep computation and precise knowledge to supplement LLM capabilities. The announcement follows three years of development since the initial Wolfram plugin for ChatGPT was released in March 2023.

OpenClawRadar
Skills Creator Tool for OpenClaw Helps Developers Package Workflows
Tools

Skills Creator Tool for OpenClaw Helps Developers Package Workflows

A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

OpenClawRadar
Relay: A Tool for Handing Off Claude Code Sessions to Other AI Agents
Tools

Relay: A Tool for Handing Off Claude Code Sessions to Other AI Agents

Relay is a Rust binary that extracts Claude Code's session context—including conversation history, tool calls, errors, and git state—and transfers it to other AI agents like Codex or Gemini when rate limits are hit. It supports 8 agents and can be installed via GitHub or npm.

OpenClawRadar
Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models
Tools

Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models

Savant Commander 48B is a custom Qwen 3 Mixture-of-Experts model with hand-coded routing that combines 12 distilled models from providers like Claude, Gemini, OpenAI, and Deepseek. It features 256K context length and allows prompt-controlled activation of specific distilled models.

OpenClawRadar