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.
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.
reveal-once.vercel.app
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