FlowBoard v5: The Project Workspace Your AI Agents Actually Run

✍️ OpenClawRadar📅 Published: June 21, 2026🔗 Source
FlowBoard v5: The Project Workspace Your AI Agents Actually Run
Ad

FlowBoard v5 is a full rebuild of the project workspace that gives your AI agents persistent context across sessions. Instead of re-explaining your project goals, decisions, and task state every time, FlowBoard keeps everything in one place and your agent pulls exactly the slice it needs, lazy-loaded to keep token use low.

What's New in v5

  • Rebuilt on React — Every surface (Kanban, Idea Canvas, Overview) now runs on one stack; no vanilla runtime left.
  • Event-sourced task store — Every change is an append-only event in SQLite, giving you full history and preventing drift.
  • First-class multi-agent support — Stable per-agent identity, self-onboarding for external agents, built-in claim/release/handoff. Your OpenClaw agent, Claude Code, and Cursor all show up live on the same board.
  • Ideas to specs — Sketch ideas as connected notes on the canvas; 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: blocked items, approval requests, milestones, CI status, files.
Ad

Installation

One-liner install via ClawHub:

openclaw plugins install clawhub:flowboard

Then one command brings the dashboard up, and it self-updates from inside the dashboard after that. A Telegram mini app is also available to view the board on your phone.

Who It's For

Developers running multiple AI agents across projects who need a persistent, shared context layer without token waste.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network
Tools

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network

A Python MCP plugin built with FastMCP intercepts HTTP 402 Payment Required responses, pays Lightning Network invoices, and retrieves data for AI agents. The repository includes a local dummy-agent for testing without spending real funds.

OpenClawRadar
Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Tools

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code

Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.

OpenClawRadar
Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server
Tools

Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server

JetBrains released the official Kotlin extension for VS Code in Alpha, backed by the Kotlin Language Server built on IntelliJ IDEA's code-insight infrastructure. Includes code completion, diagnostics, navigation, quick-fixes, formatting, and project import.

OpenClawRadar
rawq: Local CLI Tool for AI Agent Semantic Code Search
Tools

rawq: Local CLI Tool for AI Agent Semantic Code Search

rawq is an open-source CLI tool that helps AI agents find relevant code using semantic search with a 33MB local model via ONNX runtime and BM25 lexical search via tantivy. In testing, AI agents using rawq consumed 4x fewer tokens and completed tasks 2x faster compared to blind read/grep tools.

OpenClawRadar