DEV Community

Vicky Tsin
Vicky Tsin

Posted on

How I built my first AI Uptime Tracker as a "coding newbie"

Hi DEV community! ๐Ÿ‘‹

Iโ€™ve always been fascinated by the AI boom, but as someone who doesn't come from a heavy coding background, I often felt like a spectator. That changed recently when I got frustrated trying to figure out if my favorite AI tools were actually down or if it was just my internet connection.

Instead of just waiting, I decided to build a solution: AI Down Tracker.

Why I built this
Official status pages for AI platforms can sometimes lag, and community forums are often scattered. I wanted a clean, fast, and "zero-cache" way to verify if sites like ChatGPT, Claude, or AI Dungeon are reachable in real-time.

The Challenge (and the Learning)
Since Iโ€™m a "code newbie," this project was a huge learning curve for me. I had to figure out:

  • How to handle live connectivity checks without slowing down the site.
  • How to create a UI that is intuitive and ad-free.
  • How to monitor API health endpoints, not just web URLs.

Itโ€™s not perfect, but itโ€™s my first "live" project, and Iโ€™m quite proud of it! ๐Ÿ‘‰ AI Down Tracker

AI Down Tracker

Iโ€™d love to get some feedback from this amazing community. What features should a simple tracker like this have?
Thanks for reading my first post! ๐Ÿš€

Top comments (0)