iKanban is a Web interface for the OpenCode AI coding agent. It unifies chat, terminal, and board workflows in a single interface so teams can plan, execute, and track coding tasks.
Bilibili Video why do it v0.1 v0.2 v0.2.11 how to use
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