iKanban is a multi-agent coding workspace powered by OpenCode. It is built for driving, reviewing, and coordinating parallel agent work across projects, with session management, diff review and project-aware navigation in one place.
Bilibili Video why do it v0.1 v0.2 v0.2.11 how to use v0.3
Open: https://isomoes.github.io/ikanban
Start OpenCode with CORS enabled for GitHub Pages:
opencode serve --port <PORT> --cors https://isomoes.github.ioThen add your server URL in settings: http://localhost:<PORT>.
npx ikanban-web@latest # Start on port 3000
npx ikanban-web@latest --port 8080 # Custom port
OPENCODE_URL=http://myserver:4096 npx ikanban-web@latest # External OpenCode server- Inspired by and thanks to the openchamber project.
- opencode web UI

