Projects

I've been using AI to solve my own problems. Here are a few project I built:

  1. Marty vs. Winslow

My friend an I have a bet. Which company will have a bigger market cap by May 1, 2030, BP or Coinbase? I could check the stocks everyday, but decided to automate it. This project shows the current market cap of Coinbase and BP, who is winning the bet, by how much, and the history.

It's updated automatically everyday using some free APIs via GitHub Actions. I also get an email every Wednesday using the Brevo Free Tier. The total cost is $0. I can't remember if I used GPT-4o or GPT-5 to build it.

  1. Lightweight Timetracker

This is basic timetracking app. I built it because I couldn't find an exact service that fit my needs. I need to: be able to track my time with labels, export it, cout up, set different timers, and get notifications and reminders.

It's local only. Hosted entirely on github pages, the ongoing costs are $0. It was built with GPT-5.

I'm not concerned with local only since I only use it on my work PC.

  1. Habit Tracker

Habit Trackers are a dime a dozen, but there are two things that I could not find:

  • A habit tracker that allowed you to have unlimited habits
  • A habit tracker that showed progress in a "Don't Break the Chain" type of way.

It's local only and hosted on github pages. Total ongoing costs are $0, and it was built with GPT-5. I'm not concerned with local only as I only use it on my work PC