> Open source
> Developed for Jean Tinland
> Since July 2026

An open-source minimalist todo app.

I created it as a lightweight and self-hosted friendly companion to my notes and logs workflows, with file-system storage instead of a database.

Included features:

  • Self hosted oriented with pm2.
  • Password-protected access.
  • Day-grouped todos timeline.
  • Incremental history loading (Load 10 previous days).
  • Keyboard navigation between entries.
  • Delete action for each todo.
  • Move todos to today.
  • Settings: theme and font family.

Used tools:

  • Next.js
  • React
  • TypeScript
  • CSS
  • Self-hosting with pm2 as a node daemon
  • File-system based storage
  • JSON Web Token (JWT) authentication