// open source
The work worth your time.
I've got 100-plus public repos. Most are experiments or learning projects, so instead of dumping the lot, here are the ones worth a look — picked by reading the code, not the README.
// AI & Machine Learning
6LLM gateways, a couple of agents, and a GPT built from the ground up.
free ai
An OpenAI-compatible API that spreads calls across free LLM providers and routes around whichever ones are down.
high signal
Pulls from SEC filings, news and Reddit, then runs an NLP pipeline to score what is actually worth knowing.
tinygpt
A GPT written from scratch, LoRA fine-tuning and all, that runs in the browser on WASM and WebGPU kernels.
open historia
A strategy game where you describe your nation’s moves in plain English and an LLM plays referee.
reel maker
1Hand it a topic and it writes the script, makes the images, records a voiceover and renders the video.
stitch
Stitches a few video feeds into one panorama using SIFT feature matching and homography.
// Backend & Systems
7APIs, services, and a benchmark or two run to settle an argument.
saas maker
The backend every SaaS ends up rebuilding — feedback, waitlists, analytics — packaged as drop-in APIs.
click vs elastic
I loaded 10M rows into ClickHouse and Elasticsearch three ways each, just to see what’s actually faster.
truehire
Rates a candidate from their real GitHub history instead of taking a polished resume at face value.
agentMode
Caches a subreddit and gives you AI summaries of it, with links back to the posts they came from.
status pulse backend
A status-page API built for multiple tenants — roles, auth, and live updates over websockets.
stumble backend
The backend for a dating app: matching, chat, notifications and cron jobs, on Redis and Prisma.
productivity backend
1A Go API for tracking habits — streaks, frequency targets, and a bit of performance logging.
// Developer Tools
6Small tools I built mostly because the friction was bugging me.
port whisperer
A port scanner in Rust that also figures out what framework is running and notices Docker.
CodeVetter
A desktop app for reviewing AI-generated code offline, using your own API keys.
starboard
Makes your GitHub stars usable again — auto-categorized, embedded, and properly searchable.
agent resume
1Chains AI coding agents so when one hits a rate limit, the next one quietly takes over.
sql table viewer
A SQL scratchpad in the browser — Monaco editor, and tables that stay smooth past 50k rows.
local ai
Puts local coding agents — Claude Code, Codex, Gemini — behind one streaming chat API.
// Products & Apps
7Things I shipped and actually use.
anime list
Browse 14,000+ anime with a ranking I actually trust, plus watchlists to keep track.
reader
Save articles and PDFs for later, mark them up, and ask an AI about anything you’ve saved.
linkchat
A link-in-bio page that can also chat, roast you, or lay itself out like a small newspaper.
today little log
A small daily journal — habits, tasks, a plan for the day — that works offline as a PWA.
email manager
A Gmail client that searches with on-device embeddings and clears out junk in bulk.
looptv
YouTube as a TV — pick a channel and lean back. Videos get tagged with an NER model.
chess
A chess app that coaches you mid-game. Runs on the edge.
That's the good stuff.
Another 87+ repos — experiments, half-built ideas and old contest solutions — are on GitHub if you feel like digging.