Project management dashboard with kanban boards, burndown charts, and category-based organization. Flask API backend with MySQL storage and static HTML generation.
Project description
KENBOARD
A kanban for BOTs.
|
|
For humans
Regenerate the screenshot after a UI change:
pdm run screenshots
For BOTs
KENBOARD ships ken, a CLI built for Claude Code and other assistants:
JSON output, native filters, clean exit codes.
Automatic onboarding
- An admin clicks Copy onboard link on a project in the kenboard
- The link is handed to the agent (Claude Code, GPT, etc.)
- The agent opens the link and gets a complete
.kenfile with a pre-filled API token — zero human interaction for the API key - The agent runs
pip install kenboard, creates the.ken, and starts working immediately
Daily workflow
ken list --status todo --who Claude --json # assigned tasks
ken show <id> --json # task details
ken move <id> --to doing # mark in progress
ken add "MODULE / Title" --desc "..." --who Claude # create
ken move <id> --to review # submit
ken wiki groom <id> <section> # classify for the wiki
Full workflow: todo → doing → review → groom → done.
The agent handles todo → doing → review then ken wiki groom.
Only the user moves review → done. ken move --to review and
ken update --status review print a one-line reminder about the
grooming step so the agent doesn't forget.
Wiki — exporting the board as a structured doc tree (#376)
Inspired by Karpathy's
LLM Wiki pattern:
the kanban board is the source of truth, and an LLM agent classifies
each task into a section of ARCHITECTURE.md (a YAML-frontmatter file
at the project root that declares the wiki's section tree). The CLI
then exports the result as a navigable MD/HTML tree.
ken wiki groom # list unclassified + sections
ken wiki groom <id> <section> # assign a task to a section
ken wiki sync --out wiki # MD tree (committed in /wiki)
ken wiki build --in wiki --out wiki-html # standalone HTML
ken wiki lint --strict # orphans / unclassified (CI gate)
- The server stays unaware of
ARCHITECTURE.md— it stores opaque(task_id, section_path)pairs, the CLI does the validation. - Each section index splits "En cours" (todo/doing/review) and "Archivé" (done). Per-task pages mirror the board's full-screen task view (header + meta + description).
ken wiki lint --strictexits 1 on orphans / unclassified tasks — wire it into your CI to keep the wiki in sync with the board.
A live snapshot of the export lives under /wiki in this repo.
References
- Full CLI:
doc/ken-cli.md - Agent guide:
ken help - REST API:
doc/api.md,doc/openapi.yaml
Enterprise
KENBOARD is designed for self-hosted enterprise deployment:
- OIDC authentication — sign in through a corporate Identity
Provider (Microsoft ADFS, Google Workspace, Authentik, Keycloak,
etc.) alongside or instead of password login. See
doc/oidc-adfs.mdfor the ADFS guide. - Self-hosted — no cloud dependencies. MySQL + Flask + gunicorn on your own infrastructure, behind your reverse proxy / WAF.
- Per-project API keys — each agent or integration gets a scoped token (read/write) for a specific project. AI agents self-onboard through the runbook served by the server.
- Commercial support — setup assistance, IdP integration, and operational support available on request. Contact: 2113.ch
Installation
See INSTALL.md for the full setup (MySQL, users,
migrations, reverse proxy, OIDC).
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kenboard-0.1.107.tar.gz.
File metadata
- Download URL: kenboard-0.1.107.tar.gz
- Upload date:
- Size: 309.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.27.0 CPython/3.13.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61036395de09a6bedbcf56c212bcaa47f0464e3b8d80ff29d2d25d9f0c28d354
|
|
| MD5 |
73cde014c357a9b0e952e178005612de
|
|
| BLAKE2b-256 |
96527d7963625bd8de5ad692537e0179b0ff0383a97b95597584be09d42c3dc2
|
File details
Details for the file kenboard-0.1.107-py3-none-any.whl.
File metadata
- Download URL: kenboard-0.1.107-py3-none-any.whl
- Upload date:
- Size: 285.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.27.0 CPython/3.13.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
228fd3a4ecdbaca4047bb4aa8460b74207f7cc1417ec37a3466f9b9c28f8c950
|
|
| MD5 |
da75a877ee23b4c9c0824d1e285bf00a
|
|
| BLAKE2b-256 |
7f716e6dabe13f0f9b92bbc398684cf4aca0bd8dc589dbfc947e16e0469771c2
|