Projects

Some stuff that I've done in my free time. Follow the link to the GitHub repo for more info. If there is no link, that means the repo is currently private.

Bird Feeder Squirl Detector

My dad is having a cat and mouse game between squirls and his birdfeeder. So, I built a surveillance system for him using computer vision so he can know if his current squirl defense methods are working. Made using a Raspberry Pi and a desktop camera.

--

Jan 2026

Raspberry Pi

Python

Computer Vision

Faster & Smarter Apple Spotlight Search

Spotlight Search is my most used Mac shortcut. It is inconsistent, sometimes slow, and doesn't match my preferred aesthetic. So, I wrote a lightweight, 'smarter', themable clone of it with some additional features. The UI was inspired by a popular Neovim plugin called "Telescope".

--

Dec 2025

Rust

Svelte & Tauri

"Spec"

A Rocket League mod that provides additional features to the game's replay system for better game analyses. Made using the BakkesMod SDK, follow the link to the GitHub repo to learn about what that means.

GitHub

Dec 2025

C++

BakkesMod SDK

Game Modding

Personal Rocket League Performance Tracker

Allows me to view trends from my Rocket League match history and analyze my performance. Made possible using my custom Rocket League mod "StatExtract". Uses a separate REST API that receives match stats from my mod and uploads them to a database for the site to read from.

GitHub

Jun 2025

React & Next.js

TypeScript

PostgreSQL

Express & Node.js

"Stat Extract"

A Rocket League mod that pulls scoreboard data and other interesting stats throughout a match and sends it anywhere in a POST request. Was previously hard coded to only work for my use case, but I rewrote it months later to be universal for anyone else building something that uses their live Rocket League stats. Made using the BakkesMod SDK, follow the link to the GitHub repo to learn about what that means.

GitHub

Apr 2025

C++

BakkesMod SDK

Game Modding

"Lyric Linguist"

A tool to quickly extract Portuguese vocab from any song lyrics and export them to Quizlet for studying later.

GitHub

Jan 2025

React & Next.js

TypeScript

NoSQL

WPM Typing Test

A typing speed test with a pretty GUI.

GitHub

Oct 2024

Python