zendo

zendo

Docker app from waazaa's Repository

Overview

ZenDo is a minimalistic task manager that is based on weekly planning. It’s a very simple and straightforward to use task manager that allows you to plan your week by assigning tasks to specific days. ZenDo is dead simple to use. It features a very simple and beautiful UI. Simply assign tasks to days of the week. ZenDo also has PWA support, allowing you to install and use ZenDo as an app on desktop and mobile platforms.

ZenDo

Minimalist weekly task manager.
Plan your week, zen-style ✅

ZenDo is a minimalistic task manager that is based on weekly planning. It’s a very simple and straightforward to use task manager that allows you to plan your week by assigning tasks to specific days.

ZenDo is dead simple to use. It features a very simple and beautiful UI. Simply assign tasks to days of the week. ZenDo also has PWA support, allowing you to install and use ZenDo as an app on desktop and mobile platforms.

Features

  • Minimalistic, uncluttered and beautiful UI
  • Weekly planning
  • Calendar for jumping to any particular week/day
  • 3 different views: weekly-card, todays tasks, weeks tasks
  • Tag based organization and filtering
  • Task completion progress
  • PWA support
  • NLP dates to jump via calendar

Screenshots

Zendo Zendo Today view Zendo Week view

Installation

ZenDo is distributed as a docker image and can be installed using the docker compose example shown below:

version: "3.8"

services:
  app:
    image: ghcr.io/rishikanthc/zendo:v0.2.0
    ports:
      - "8080:8080"
    environment:
      - TZ=${TZ:-America/Los_Angeles}
    volumes:
      - ./storage:/app/storage
    restart: unless-stopped

Roadmap

Below are a list of currently planned features and will be updated as the app evolves

  1. Ability to add recurring tasks
  2. Ability to add sub tasks
  3. Set due date and dispatch reminder notifications using Ntfy, Gotify, discord etc.
  4. Visualization of task statistic over time to track general efficency

Contributing

Contributions are most welcome! If you have any cool ideas / any issues please open an issue in the issue tracker and I’ll get back to you as soon as possible. Please follow these steps to contribute to development:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/my-cool-feature).
  3. Commit your changes (git commit -m “Add awesome feature”).
  4. Push to your branch (git push origin feature/my-cool-feature).
  5. Open a Pull Request, describing the change and any setup steps.

License

ZenDo is licensed under the MIT license

Install Zendo on Unraid in a few clicks.

Find Zendo in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Zendo Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/rishikanthc/zendo:v0.2.0
Last Updated2026-07-15
First Seen2025-08-14

Runtime arguments

Web UI
http://[IP]:[PORT:8080]
Network
bridge
Shell
sh
Privileged
false
Extra Params
--user="99:100"

Template configuration

PORTPorttcp
Target
8080
Default
8080
Value
8080
/app/storagePathrw
Value
/mnt/user/appdata/zendo/config/