Leantime screenshot
#120 B Rank #194

Leantime

A project management tool aimed at non-project-managers, blending goal-setting, kanban, and Gantt views into one lightweight app. Standout trait is its focus on strategic goal-to-task traceability rather than pure task tracking.

Project Management PHP Easy to deploy $20/mo equiv
61.3 / 100

βš™ Full Stack

PHP monolith (custom MVC framework) backed by MySQL, with a server-rendered frontend and light JS interactivity. Official Docker image and docker-compose setup are maintained by the project.

πŸ“ˆ Scaling Analysis

Adequate for small-to-mid teams as a straightforward PHP/MySQL monolith, but there's no built-in caching or queue layer, so scaling to larger concurrent usage means the usual PHP-FPM replica plus DB read-replica pattern rather than anything purpose-built.

πŸš€ Running on Nexlayer

Two-pod deploy β€” app and MySQL (`mysql.pod:3306`) β€” using mirror.gcr.io images for both. `LEAN_APP_URL` should be set to the Nexlayer-issued domain so generated links and email notifications resolve correctly.