All categories

Web
Projects.

Full-stack and frontend web projects — from AI-powered tools to community resource hubs. Building for browsers since early on.

Featured project

IBResources.

A collection of IB notes, study materials, and past papers I found online — thousands of resources that were hidden from the average student. I made it for myself first, shared it with friends, and then kept it online as it blew up around the world.

Done ✓ HTML/CSS JavaScript
Visit site GitHub
IB Resources website promotional preview
AI Declare work in progress web app preview

01 / 06

WIP 🚧 Python · Flask · JS

AI Declare

A full-stack web app for AI use declarations and AI text detection. The current build is still in progress: students submit context and evidence, then the app helps classify and format the declaration clearly. Built on top of the research and classifier model I developed for my AI Declare paper.

Python Flask JavaScript NLP ML
GitHub Coming soon
IB to Uni website mockup

02 / 06

Done ✓ HTML · CSS · JS

IB to Uni

A focused tool for IB students figuring out which universities they can realistically apply to from their IB score. Enter a score, explore possible options, and get a clearer sense of where you stand without digging through scattered admissions pages.

HTML CSS JavaScript
IB Resources website promotional preview

03 / 06

Done ✓ HTML · CSS · JS

IB Resources

A collection of IB notes, study materials, and past papers I found online — thousands of useful resources that were hidden from the average student. I built it for myself to keep everything in one place, shared it with friends, and then kept it online as it blew up around the world.

HTML CSS JavaScript Education
castiyuste.com website promotional preview

04 / 06

Done ✓ HTML · CSS · JS

castiyuste.com

Rebuilt my mom's coaching site from scratch as a clean static HTML/CSS/JS site after migrating her off WordPress. Includes a fully custom browser-based blog admin panel — she writes posts, hits "Generate", downloads the HTML file, and drops it in a folder. No server, no CMS, no dependencies. 43 WordPress posts migrated programmatically from the XML export.

HTML CSS JavaScript Python
Meet Halfway trip midpoint planner promotional preview

05 / 06

WIP 🚧 JS · Maps API

MeetHalfway

A web app for three friends or more to find a fair city in the middle when planning trips. Add everyone's locations, compare distance or flight-time based midpoint options, and use the map to discover central meeting areas instead of guessing where everyone should travel.

JavaScript Maps Geolocation Trip Planning
EloRanker tournament ranking promotional preview

06 / 06

Done ✓ JavaScript · Swift

EloRanker

A custom Elo rating system. Input any list of items — movies, players, songs, anything — and rank them head-to-head in a tournament-style bracket. Each matchup updates the Elo scores until a definitive ranking emerges. Originally built for football rankings, then generalised because the idea works for anything you want to compare fairly.

JavaScript Swift Algorithms