#71
B
Rank #145
Kanboard
A minimalist Kanban project management tool built around the WIP-limit philosophy. Standout trait is how lightweight and dependency-free it is compared to heavier PM suites.
66.3
/ 100
β Full Stack
PHP application with SQLite as the default database (MySQL/PostgreSQL supported), server-rendered views with light JS, and a documented JSON-RPC API for automation and integrations.
π Scaling Analysis
The SQLite default is a real data-safety and concurrency limit under multi-user write load; switching to Postgres/MySQL removes that ceiling and lets the stateless PHP tier scale normally, but this isn't the out-of-the-box configuration.
π Running on Nexlayer
Single pod for small teams; for production data safety, point it at a postgres pod (postgres.pod:5432) instead of the default SQLite file so backups aren't tied to container filesystem lifecycle.