Skip to content
ArchivedFeb 2023 — Mar 2025

Prio

Encrypted priority and time-tracking web app — create tasks, log time against them, and write rich notes, all end-to-end encrypted.

Prio is a priority platform I built in PHP and MySQL: a place to create tasks, track the time you spend on each one, and keep rich notes alongside them.

How it works#

You create tasks and log time against them; each time entry rolls up so you can see how long a task has taken in total. Notes are written with CKEditor, so they can hold proper formatting rather than plain text. Security was the point I cared about most — logins are hashed and the data is encrypted, so what's stored isn't readable on its own.