Open Source & Self-Hostable

Orchestrate AI Agents
to Ship Software

Built for OpenClaw

OpenClutch coordinates specialized sub-agents to plan, code, review, and deploy autonomously. The premier orchestration platform for OpenClaw-powered development teams.

โšก Next.js ๐Ÿ’พ Convex ๐Ÿ”ท TypeScript ๐Ÿพ OpenClaw RPC ๐Ÿ”€ GitHub API ๐ŸŒ WebSocket
Observatory Dashboard Task Board Chat Interface Work Loop
Features

Everything You Need to Ship

A complete platform for autonomous software development with real-time observability and intelligent task orchestration powered by OpenClaw.

๐Ÿ”„

Intelligent Work Loop

Continuous task scheduling with automatic triage, work assignment, and review pipelines. Agents pick up tasks, work on them, and hand off for review.

๐Ÿ“Š

Observatory Dashboard

Real-time monitoring with Live, Triage, Analytics, Models, and Prompts tabs. Watch your OpenClaw agents work in real-time.

๐Ÿค–

OpenClaw Integration

Native WebSocket integration with OpenClaw for seamless agent communication. Spawn sub-agents, track sessions, and manage costs.

๐Ÿ’ฌ

Bidirectional Chat

Real-time streaming chat with OpenClaw agents. Features markdown rendering, syntax-highlighted code blocks, slash commands, and multi-session support. Communicate naturally with your AI workforce.

โšก

Reactive Backend

Convex-powered reactive data layer for instant UI updates. No polling required โ€” changes from OpenClaw propagate automatically.

๐Ÿ”€

GitHub Integration

Automated PR creation, review, and merge workflows. Git worktree support for isolated feature development by OpenClaw agents.

๐Ÿพ OpenClaw

Built for OpenClaw

OpenClutch is designed from the ground up to be the premier orchestration layer for OpenClaw AI agents. Seamless integration, maximum performance.

๐ŸŒ

Native WebSocket

Real-time bidirectional communication with OpenClaw agents. Messages flow instantly between your team and AI agents.

๐Ÿš€

Session Spawning

Easily spawn new OpenClaw agent sessions for parallel task execution. Scale your AI workforce on demand.

๐Ÿ“ˆ

Cost Tracking

Monitor OpenClaw token usage and costs in real-time. Optimize your AI spending with detailed analytics.

๐Ÿ”’

Secure RPC

Direct OpenClaw RPC integration for secure, authenticated agent communication. Your agents, your control.

โšก

Reactive Updates

OpenClaw events propagate instantly through Convex. See agent progress in real-time without refreshing.

๐ŸŽฏ

Agent Orchestration

Coordinate multiple OpenClaw agents across projects with specialized roles. Dev, Reviewer, PM, and Research agents working together.

Pipeline

How It Works

A continuous automated pipeline that takes tasks from idea to production with minimal human intervention.

๐Ÿ”

Triage

Identify blocked tasks
& assign priorities

โš’๏ธ

Work

OpenClaw agents
execute tasks

๐Ÿ‘๏ธ

Review

Code review &
quality checks

๐Ÿ”€

Merge

Auto-merge
approved changes

๐Ÿงน

Cleanup

Branch cleanup &
task completion

Observatory

Centralized Command Center

The Observatory dashboard gives you a unified view of all OpenClaw agent activity across your projects. Monitor live tasks, manage blocked items, and analyze performance metrics from a single interface.

Live OpenClaw agent monitoring with real-time updates
Triage queue for blocked tasks
Cost and performance analytics
Observatory Dashboard
Task Board

Visual Task Management

Kanban-style board for tracking tasks through your workflow. See which OpenClaw agents are assigned, monitor progress, and drag-and-drop to change status.

Drag-and-drop status changes
OpenClaw agent assignment indicators
Priority and label filtering
Task Board
Work Loop

Autonomous Development Cycle

The heart of OpenClutch โ€” a continuous loop that triages blocked tasks, assigns work to OpenClaw agents, reviews results, and merges approved changes.

Automatic task triage and assignment
Built-in code review pipeline
Conflict resolution for merge issues
Work Loop
Chat

Talk to Your Agents

Real-time bidirectional chat interface for seamless communication with OpenClaw agents. Multiple concurrent sessions, rich message formatting, and full context awareness.

Real-time streaming responses
Markdown rendering with syntax highlighting
Slash commands and multi-session support
Chat Interface
Architecture

Built for Scale

OpenClutch combines modern technologies for a reactive, scalable autonomous development platform powered by OpenClaw.

๐ŸŽฏ OpenClutch

Next.js + Convex

๐Ÿพ OpenClaw

AI Agent Gateway

๐Ÿ’พ Convex

Reactive Database

๐ŸŒ WebSocket

Real-time Events

๐Ÿ”€ GitHub

PR & Merge

๐ŸŽจ LLM APIs

Multiple Providers

Getting Started

Deploy in Minutes

Get OpenClutch running locally with a few simple commands. Requires OpenClaw to be installed.

terminal
# Clone the repository
git clone https://github.com/Codesushi-com/clutch.git
cd clutch

# Install dependencies
pnpm install

# Configure environment
cp .env.example .env.local
# Edit .env.local with your OpenClaw credentials

# Run database and services
./run.sh dev