Introduction
Real-time project management with a local AI agent bridge.
Convoy is a multi-tenant project management app with a local agent bridge. The web app gives teams a shared interface for projects, tasks, and AI threads, backed by a Convex realtime database. A separate local process — the Convoy CLI — claims queued thread work on a developer's machine, launches Claude Code (or another supported runtime), and streams output back into the web UI.
Pick your path
Join a deployment
Your team already runs Convoy. Install the CLI, connect it, and send your first AI thread.
Deploy for your team
Stand up Convex, auth, and the web app for your own users.
Run from source
Clone the monorepo and run Convex + Next.js + CLI against a dev deployment.
What Convoy includes
- Multi-tenant web app for organizations, projects, and tasks
- Task hierarchies, comments, attachments, and markdown artifacts
- Thread-based AI chats attached to project work
- Local CLI bridge that runs Claude Code today and additional runtimes over time
- MCP server for editor and agent integrations
See the Roadmap for which runtimes and
integrations are fully supported today.
If you want the model before the install steps
Read How Convoy works for the product and
runtime models and how a thread travels from the web app to your machine.
Read Using Convoy for a product-level tour.