a selection of things i've built over the last few years.

01

CUI Central

campus operating system · 2025

A platform for my university that brings cafeteria pre-ordering, room booking, faculty availability and a job portal into one place, with separate flows for students, teachers and admins. It also has a Gemini-powered chatbot that answers questions about the campus from a custom knowledge base.

Next.js 15 · Socket.IO · Gemini · MongoDB

02

Check!

multiplayer card game · 2025

An online multiplayer card game you can actually play with friends. I wrote the game server myself with Socket.IO, handling rooms, turns and reconnects, and learned a lot about keeping several players' screens in sync.

Next.js · Node.js · Socket.IO

03

Imaginify

ai image platform · 2024

An AI image editing app with generative fill, restore, recolor and background removal, plus a credits system and payments through Stripe. Built with Next.js, Cloudinary and MongoDB.

Next.js · TypeScript · Cloudinary AI · Stripe

04

Karting Analysis

lap-time analysis · 2025

Lap-time analysis for go-karting sessions with my friends. It scrapes our results from the track's website, then uses Pandas and NumPy to chart fastest laps, consistency and how everyone stacks up.

Python · Pandas · NumPy

smaller things