Things I’ve made trying to put my dent in the universe.

I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.

  • Control

    Developed a local-first mission control platform using Next.js and SQLite, automating multi-agent workflows to reduce manual prompting overhead by transitioning to a tag-based dynamic orchestration pipeline. Optimized operational costs by engineering a model-agnostic assignment system, allowing task execution across heterogeneous LLMs based on task complexity and resource requirements.

    github.com

  • Reveal Once

    Built a secure, end-to-end encrypted secret sharing app using Next.js, and Zustand. Implemented data encryption/decryption, cron jobs for link expiry, and burn-after-read functionality for one-time secret sharing.

    revealonce.link

  • Redditlite

    Developed a minimal, high-performance Reddit client focused on speed and UX. Implemented predictive prefetching, API response caching, and performance-first UI using Next.js and modern web optimizations.

    redditlite.vercel.app