logo
icon

Multica

Open-source managed agents platform — turn coding agents into real teammates

template cover
部署次数2
发布者glasschan
创建于2026-05-31
标签
AIAgentsProductivityAutomation

Multica — Managed Agents Platform (create by SEAFOODHOLDHAND)

Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously.

This template includes:

  • Multica Backend — Go API + WebSocket server
  • Multica Frontend — Next.js web application
  • PostgreSQL 17 + pgvector — database with vector extension
  • Caddy Gateway — reverse proxy for unified access (API, WebSocket, and web)

Features

  • Agents as Teammates — assign to an agent like you'd assign to a colleague
  • Squads — group agents under a leader for stable routing
  • Autonomous Execution — full task lifecycle with real-time progress via WebSocket
  • Autopilots — schedule recurring work for agents (cron, webhooks, manual)
  • Reusable Skills — every solution becomes a reusable skill for the team
  • Unified Runtimes — one dashboard for all your compute
  • Multi-Workspace — workspace-level isolation for different teams

Supports: Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, Kiro CLI

Login Setup

This template defaults to APP_ENV=production. To log in, enter your email on the login page, then get the verification code by one of these methods:

  • Recommended: set RESEND_API_KEY during setup → verification code will be sent to your email
  • Without Resend: open the Backend service logs in Zeabur Dashboard → search for [DEV] Verification code for → copy the 6-digit code and paste it on the login page

After Deployment

  1. Open your workspace in the web app
  2. Install the Multica CLI: brew install multica-ai/tap/multica
  3. Configure the CLI (replace with your actual domain):
    multica setup self-host --server-url https://your-multica-domain.zeabur.app --app-url https://your-multica-domain.zeabur.app
    
    For on-premise deployments with custom domains:
    multica setup self-host --server-url https://app.example.com --app-url https://app.example.com
    
  4. Create an agent and start assigning tasks!

Learn more: https://github.com/multica-ai/multica

If you encounter any issues during deployment, please let me know via GitHub issues: https://github.com/glasschan/seafoodholdhand-zeabur-templates