Projects
Products with real users
Other mini projects (find all on GitHub)
Bencode Foo
A minimal bencode decoder written in Go.
Pocket HTTP Server
A minimal HTTP server with query-parameter auth and request logging middleware.
Tiny TCP Relay
Concurrent TCP server in Go with per-client goroutines and channel-based message flow.
JPEG from Scratch
A from-scratch JPEG encoder and decoder in Go, built with only the standard library.
Copia DB
Writing a database from scratch in Go: KV engine, basic SQL layer, & core indexing structures.
NM Clean
CLI tool to scan for node_modules directories, calculate their sizes, and interactively delete selected ones.
Prisma7 Next.js Starter
A minimal starter template for building applications with Next.js and Prisma 7.
CT Answers
Frontend website to share answers to programming solutions for college lab.
Pinfinite
Infinite background patterns and gradients for SaaS projects. Mathematically generated, infinitely scrollable collection with live preview and one-click copy.
JSON Tree View
Minimal web tool to view, edit, and validate JSON.
bash-A: RAG Chatbot
A RAG chatbot that streams context-aware responses using admin-uploaded PDFs as its knowledge base.