https://github.com/isomoes/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.
https://github.com/isomoes/ikanban
ai-agents ikanban opencode
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/isomoes/ikanban
- Owner: isomoes
- Created: 2026-01-19T14:06:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T08:59:21.000Z (2 months ago)
- Last Synced: 2026-03-27T03:07:26.153Z (2 months ago)
- Topics: ai-agents, ikanban, opencode
- Language: TypeScript
- Homepage: https://isomoes.github.io/ikanban/
- Size: 37.3 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ikanban
iKanban is a Web interface for the [OpenCode](https://opencode.ai) 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](https://www.bilibili.com/video/BV1t9AhztEjX/) [v0.1](https://www.bilibili.com/video/BV1W3Pgz8ExJ/) [v0.2](https://www.bilibili.com/video/BV1ZNP1znEn5/) [v0.2.11 how to use](https://www.bilibili.com/video/BV1Y9wMzKE2b/?vd_source=7c4f5b1516707ddaefcbbf124fa84a48)

## Quick Start
### Option 1: Use the hosted app (recommended)
Open: https://isomoes.github.io/ikanban
Start OpenCode with CORS enabled for GitHub Pages:
```bash
opencode serve --port --cors https://isomoes.github.io
```
Then add your server URL in settings: `http://localhost:`.
### Option 2: Run locally with npx
```bash
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
```
## Acknowledgments
- Inspired by and thanks to the [openchamber](https://github.com/btriapitsyn/openchamber) project.
- [opencode web UI](https://github.com/anomalyco/opencode/tree/dev/packages/app)