Multica
Assign tasks to coding agents like teammates, not just tools
Multica is an open-source platform that reframes coding agents as autonomous teammates rather than tools you prompt manually. Instead of babysitting an agent through one task at a time, you assign work through a unified dashboard, agents execute autonomously, stream real-time progress, and report back like a human engineer would. The architecture is a three-tier stack: a Next.js frontend, a Go backend with WebSocket streaming, and PostgreSQL with pgvector for semantic memory. Local agent daemons auto-detect which CLI tools are available — Claude Code, Codex, OpenClaw, or OpenCode — and manage full task lifecycles from assignment through completion. Teams can build reusable skills that persist across agents and projects, meaning the second time you ask your agent to do something, it's already done most of the thinking. Released as v0.1.26 on April 11, 2026, Multica has already accumulated 8,100+ GitHub stars. It's vendor-neutral and fully self-hostable, distinguishing it from hosted platforms like Twill or cloud-locked managed agent services. For teams that want the efficiency of AI agents without handing over their codebase to a third party, this is the most practical open-source option available today.
Panel Reviews
The Builder
Developer Perspective
“The auto-detection of available CLI tools (Claude Code, Codex, OpenCode) means I can use whatever model works best for each task without rebuilding my setup. The WebSocket streaming means I can actually watch what's happening — a massive improvement over blind async execution.”
The Skeptic
Reality Check
“v0.1.26 is still early. The three-service stack (Next.js + Go + Postgres) is a real deployment overhead for small teams, and 'agents as teammates' breaks down fast when the agent misunderstands task scope and goes quiet for an hour on something that will require a complete redo.”
The Futurist
Big Picture
“The shift from 'agent as tool' to 'agent as team member' with profiles, board presence, and reusable skills is exactly where software development is heading. Multica is building the management layer for the AI-native engineering team, and doing it in the open.”
The Creator
Content & Design
“The unified dashboard and skill-building system mean I can treat AI agents more like a small production team than a single do-everything assistant. For indie creators managing multiple parallel content projects, this kind of parallel orchestration is genuinely exciting.”
Community Sentiment
“Self-hostable alternative to Twill and cloud-locked managed agent services”
“Multi-agent CLI auto-detection and skill persistence”
“8k stars in days — when did Go + Next.js become the stack for agents?”