Based on Vibe Kanban by BloopAI Modified by Slit | Licensed under Apache 2.0
Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents...
AI coding agents are increasingly writing the world's code and human engineers now spend the majority of their time planning, reviewing, and orchestrating tasks. Anyon streamlines this process, enabling you to:
- Easily switch between different coding agents
- Orchestrate the execution of multiple coding agents in parallel or in sequence
- Quickly review work and start dev servers
- Track the status of tasks that your coding agents are working on
- Centralise configuration of coding agent MCP configs
- Open projects remotely via SSH when running Anyon on a remote server
Make sure you have authenticated with your favourite coding agent. Then in your terminal run:
npx anyonOr set your own server:
export AY_SHARED_API_BASE=http://43.200.12.99:3000
npx anyonAdditional development tools:
cargo install cargo-watch
cargo install sqlx-cliInstall dependencies:
pnpm ipnpm run devThis will start the backend. A blank DB will be copied from the dev_assets_seed folder.
To build just the frontend:
cd frontend
pnpm build- Run
build-npm-package.sh - In the
npx-clifolder runnpm pack - You can run your build with
npx [GENERATED FILE].tgz
The following environment variables can be configured at build time or runtime:
| Variable | Type | Default | Description |
|---|---|---|---|
AY_SHARED_API_BASE |
Build/Runtime | - | Remote sync server URL |
POSTHOG_API_KEY |
Build | - | Analytics key |
BACKEND_PORT |
Runtime | auto | Backend server port |
FRONTEND_PORT |
Runtime | 3000 | Frontend dev port |
See AWS_DEPLOYMENT_GUIDE.md for detailed instructions on deploying your own remote sync server.
This project is based on Vibe Kanban by BloopAI:
- Original: https://github.com/BloopAI/vibe-kanban
- Modified by: Slit as Anyon
- License: Apache 2.0
See LICENSE file for details.
Vibe Kanban was created by the BloopAI team. This fork maintains the original Apache 2.0 license and includes modifications for Slit's use case.