ikanban-web
v0.2.13
Published
iKanban web app
Readme
ikanban
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.
UI Previews
Quick Start
Option 1: Use the hosted app (recommended)
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>.
Option 2: Run locally with npx
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 serverAcknowledgments
- Inspired by and thanks to the openchamber project.
- opencode web UI
