SP

Portfolio

Projects.

Open-source tools for database observability, safer online communities, and focused technical reading—built to solve problems I wanted better software for.

3 Projects Shipped
GitHub
Available for Work
pg_vitals terminal dashboard showing live PostgreSQL performance metrics, active queries, and database insights

Open Source

pg_vitals

Modern terminal UI for live PostgreSQL performance analysis. Monitors multiple databases at once with real-time views for activity, slow queries, locks, indexes, memory, and safe EXPLAIN plans. Built on Textual and async psycopg 3 with per-target connection pools and background refresh workers for a responsive UI.

PythonTextualpsycopg 3+5
SafeStream dashboard showing live YouTube chat moderation, AI verdicts, and stats

Open Source

SafeStream

AI-assisted YouTube live chat moderation stack. Monitors live chat in real time, applies customizable moderation rules using pluggable AI backends (OpenAI, Gemini, LM Studio), and provides a secure dashboard for managing sessions. Designed for local, Electron, or server deployment with strong security defaults.

Node.jsElectronLangGraph+3
techdigest interface displaying engineering articles collected from multiple RSS feeds

Live · Code

techdigest

A minimal open-source RSS reader for following engineering publications in one place. It aggregates posts from multiple sources into a fast, focused reading experience without recommendation algorithms or feed noise.

Next.jsTypeScript