Favicon of Leantime

Leantime

Manage projects with an open-source platform built for neurodivergent minds. Reduce cognitive load, track time, and boost motivation using behavioral science.

Manage your work and personal organization in one unified space built specifically for neurodivergent minds. This open-source platform combines behavioral science with intuitive design to reduce cognitive overload and keep you focused on delivering outcomes. By connecting daily tasks to larger goals, it creates a natural sense of motivation without the overwhelming clutter of traditional tools.

Take advantage of features designed to match how your brain processes information:

  • Personalized Work Dashboard: Customize widgets to prioritize tasks and view all your work across multiple projects in a single interface.
  • Time Boxing: Import your calendar and schedule tasks between meetings to maintain focus and tackle challenging work.
  • Multiple Task Views: Choose between Kanban, Table, or List views to manage to-dos, subtasks, and dependencies.
  • AI Productivity Sidekick: Break down large assignments into manageable steps to reduce mental fatigue.
  • Built-in Visual Tools: Create mind maps and wireframes directly on integrated whiteboards.

Directory Structure

leantime
data
mysql
public_userfiles
userfiles
.env
docker-compose.yml

docker-compose.yml

services:
  mysql:
    image: mysql:5.7
    container_name: leantime_mysql
    volumes:
      - ./data/mysql:/var/lib/mysql
    environment:
      MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
      MYSQL_DATABASE: leantime
      MYSQL_USER: leantime
      MYSQL_PASSWORD: ${DB_PASSWORD}
    command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password
    restart: always

  leantime:
    image: leantime/leantime:latest
    container_name: leantime_app
    environment:
      LEAN_DB_HOST: mysql
      LEAN_DB_USER: leantime
      LEAN_DB_PASSWORD: ${DB_PASSWORD}
      LEAN_DB_DATABASE: leantime
      LEAN_APP_URL: http://localhost:8080
    ports:
      - 8080:80
    volumes:
      - ./data/public_userfiles:/var/www/html/public/userfiles
      - ./data/userfiles:/var/www/html/userfiles
    depends_on:
      - mysql
    restart: always

.env

MYSQL_ROOT_PASSWORD=your_secure_root_password
DB_PASSWORD=your_secure_db_password

Share:

Ad
Favicon

 

  
 

Similar to Leantime

Favicon

 

  
  
Favicon

 

  
  
Favicon