Projects

Things I’m building or maintaining right now.

#

zwm

zwm

2024–Present · Active

Tiling window manager for X11. Uses a BSP tree for layouts, supports multiple modes (master/stack/grid), per-monitor workspaces, and drag-and-drop. Written in C with XCB. Runs at around 2 MB.


#

sqlweb

sqlweb

2023–Present · Active

Web-based SQL client. Has an editor, schema export, CSV/JSON export, and editable cells. Connects to PostgreSQL, MySQL, and SQLite (local or remote). Small binary, low memory.


#

Strimo

Strimo

2024–Present · Active

Streaming platform (like Twitch). Go backend with CQRS, outbox/inbox for reliability, NATS for messaging, Redis for presence tracking, PostgreSQL for storage, and a SvelteKit frontend.