Be productive without leaving your keyboard
Try it online at https://pomoday.vercel.app
Pomoday is an easy to use, yet powerful and flexible web-based task management software that you can use with just a keyboard.
It's flexible and doesn't tie with any productivity methodologies, that means, you can customize and use it in anyway you want, try implementing yourself a GTD or Kanban or Pomodoro workflow with it.
There are two ways to use Pomoday:
You can use the online version at https://pomoday.app
Please make sure you have node
and npm
installed on your machine.
To host Pomoday locally or on your own server:
git clone https://github.com/huytd/pomoday-v2
npm install
npm run dist
dist
folder anywhere, just like a static web pageIt's recommended to deploy it to now.sh, because it's easy:
$ cd dist
$ now
To run it locally during development, use:
npm run dev
This repo includes a Dockerfile
and a docker-compose.yml
to easily run the project in a container. Just run the following two commands to build the container image and start it up:
$ docker-compose build
$ docker-compose up -d
To sync the data across devices, you'll need to implement your own backend, please see Backend API Specification for the details.
To use https://pomoday.app with your own backend, there's a login
command in the app, you'll be able to put your backend API URL there.
You can also check the list of 3rd party backend for self-hosted options.
I would like to give a special thanks to all of the advisors and backers who sponsored this project since day-zero.
imhuyqn | ledongthuc | trungfinity | thaod | mquy | quannt | dvkndn |
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
Pomoday is published under BSD 3-Clause license.