Discode crab icon Discode

Documentation

Run AI coding sessions locally, monitor them from Discord.

Discode runs your AI coding CLI in tmux, captures output, and relays progress into dedicated Discord channels. These docs are based on the project README and the setup guides in docs/.

Getting Started

Install Discode, run onboarding, then start your first project session.

Slack Bot Setup

Create a Slack app, issue tokens, and connect Discode through onboarding.

CLI Reference

Global and project commands for setup, lifecycle control, and monitoring.

Discord Bot Setup

Create a bot, enable required intents, assign permissions, and invite it safely.

Release Guide

Maintainer workflow for packaging and publishing platform binaries to npm.

Quick start

Typical first run from a project directory:

discode onboard
cd ~/projects/my-app
discode new

Core ideas

Local-first execution, relay-only architecture, persistent tmux sessions, and one daemon process managing multiple projects.

Need full source docs? See README.md, DISCORD_SETUP.md, and README.ko.md.