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
Installation
go install github.com/prodemmi/kodo@latest
Just run kodo in your source code directory:
kodo
Open the http://localhost:3519 in the browser:
Contributing
- Fork the project.
- Create your feature branch (
git checkout -b feature/my-feature).
- Commit your changes (
git commit -am 'Add feature').
- Push to the branch (
git push origin feature/my-feature).
- Open a Pull Request.
Built for productivity. Designed for devs.