Open source
Free tools I've built and shared.
Small projects, mostly. A few found a real audience.
tinyq
A 200-line task queue, backed by SQLite.
No Redis, no servers. Designed for personal projects that need to run a job once a minute.
paper-cuts
Find the slow paths in your Postgres app.
A small CLI that watches `pg_stat_statements` and tells you what to fix first.
colormath
Color-space conversions with friendly types.
OKLCH-aware, no opinions about your design system. Used in three of my projects.
feed-up
A two-file RSS reader for one user.
Single SQLite file, one HTML page. Runs on a $4/mo VPS and sends me a daily digest.
note-of-the-day
A daily prompt to write *something*.
iOS Shortcut + a tiny server. Has gotten me to write 600 days in a row.
fazliddin-blog
The static site you are reading right now.
Markdown in, HTML out. About 800 lines of build script.