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

A focused open-source logbook app made for quick daily writing, review, and export.

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

Included features:

  • Self hosted oriented with pm2.
  • Password-protected access.
  • Fast log writing with simple kind prefixes (n, h, w, d).
  • Day-grouped journal timeline.
  • Incremental history loading (Load 5 previous days).
  • Keyboard navigation between entries.
  • Copy and delete actions for each log.
  • Settings: theme and font family.
  • Full logs export as JSON.

Used tools:

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