Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,035 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anyon

Based on Vibe Kanban by BloopAI Modified by Slit | Licensed under Apache 2.0

Anyon Logo

Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents...

Overview

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

Installation

Make sure you have authenticated with your favourite coding agent. Then in your terminal run:

npx anyon

Or set your own server:

export AY_SHARED_API_BASE=http://43.200.12.99:3000
npx anyon

Development

Prerequisites

Additional development tools:

cargo install cargo-watch
cargo install sqlx-cli

Install dependencies:

pnpm i

Running the dev server

pnpm run dev

This will start the backend. A blank DB will be copied from the dev_assets_seed folder.

Building the frontend

To build just the frontend:

cd frontend
pnpm build

Build from source

  1. Run build-npm-package.sh
  2. In the npx-cli folder run npm pack
  3. You can run your build with npx [GENERATED FILE].tgz

Environment Variables

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

Remote Server Deployment

See AWS_DEPLOYMENT_GUIDE.md for detailed instructions on deploying your own remote sync server.

License & Attribution

This project is based on Vibe Kanban by BloopAI:

See LICENSE file for details.

Original Credits

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages