Just Post-It

See website
> Open source
> Developed for Jean Tinland
> Since October 2024

An open-source version of my Draft Pad app presented in this article.

Included features:

  • Self hosted oriented with pm2.
  • Post-its like notes dropped on a canvas.
  • Post-its can be moved and resized as desired.
  • Position of post-its is persistent and relative to the view-port.
  • Notes can also be displayed in an orderly manner.
  • Categories are identified by a color.
  • Categories are managed in settings.
  • Plain text that can be previewed as markdown.
  • Each post-it can be download as ".md".
  • Notes can be associated to a date.
  • Bonus: system synced theme.

Used tools:

  • Next.js
  • React
  • CSS/SCSS
  • Self-hosting with pm2 as a node daemon
  • SQLite
  • Framer Motion
  • Markdown