Archive

Earlier web and application projects.

I keep four earlier projects here, with notes on what I built and whether each one is still available.

Archive entries

Team analysis, live chat, audio playback, and browser-based object detection.

Archive project

PokeTeams

PokeTeams builds teams from PokeAPI data and checks their type weaknesses. It can export the result to Pokémon Showdown, and signed-in users can save teams.

  • Next.js
  • React
  • TypeScript
  • Tailwind
  • Supabase
  • PokeAPI
Archive project

Spliced

A full-stack chat application I built earlier with Next.js, Prisma, MongoDB and Pusher.

  • Next.js
  • React
  • TypeScript
  • Tailwind
  • Prisma
  • MongoDB
Archive project

Splicify

A full-stack music prototype inspired by Spotify. Supabase stores songs and user libraries, including liked songs, while the app has its own audio player and Stripe routes for subscriptions.

  • Next.js
  • React
  • TypeScript
  • Tailwind
  • Supabase
  • Stripe
Archive project

YOLO Object Detector

A self-hosted Flask interface for YOLOv8. It accepts file uploads and webcam captures, then streams annotated frames back to the browser.

  • Python
  • Flask
  • OpenCV
  • YOLOv8
  • Tailwind
  • WebcamJS