https://github.com/prodemmi/kodo
A developer-first Kanban and notes tool for source code, ideal for team collaboration.
https://github.com/prodemmi/kodo
agile cli kanban notes
Last synced: 4 months ago
JSON representation
A developer-first Kanban and notes tool for source code, ideal for team collaboration.
- Host: GitHub
- URL: https://github.com/prodemmi/kodo
- Owner: prodemmi
- License: mit
- Created: 2025-08-19T10:58:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-23T13:23:20.000Z (9 months ago)
- Last Synced: 2025-10-28T02:32:52.557Z (9 months ago)
- Topics: agile, cli, kanban, notes
- Language: TypeScript
- Homepage:
- Size: 21.5 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Agile Kanban & Notes for Developers
**Kodo** is a modern, source-code-focused Kanban board and notes app for your source code. It streamlines software project management for technical teams by combining task tracking, code scanning, note saving, and a customizable workspace.
## Features
- **Kanban Board:**
Organize tasks into customizable columns, drag and drop cards, set priorities, and visualize workflow from "Todo" to "Done".
- **Code Issue Scanning:**
Automatically scan your codebase for TODOs, FIXMEs, BUGs, and custom patterns.
- **Notes:**
Add notes and documentation directly in your codebase.
- **Workspace Customization:**
Personalize your board with themes, colors, and...
## Getting Started
### Prerequisites
- Go
### Installation
```bash
go install github.com/prodemmi/kodo@latest
```
Just run kodo in your source code directory:
```bash
kodo
```
Open the [http://localhost:3519](http://localhost:3519) in the browser:
## Contributing
1. Fork the project.
2. Create your feature branch (`git checkout -b feature/my-feature`).
3. Commit your changes (`git commit -am 'Add feature'`).
4. Push to the branch (`git push origin feature/my-feature`).
5. Open a Pull Request.
---
Built for productivity. Designed for devs.