background

Hi, my name is Onno,

By day, I'm a developer, but I recently started a new nightly project to try out some libraries, and it’s since grown into something much bigger! Being a big fan of World of Warcraft, I wanted to make a site to help the community (and myself) with some common challenges. I hope you find it useful!

Nothing is mandatory but feel free to chip in and help support the hosting costs!

Roadmap 2024

  • Warband mode - Log in through battle net and scan your account
  • Mount detail - Each mount will get a page with extra information
  • Filters - Hide collected mounts / completed factions
  • Favorites - Quicklist to your favorites

Contact

Feel free to reach out with any feedback or suggestions through our Google Form. I’d love to hear from you!

Google Form Feedback

How is this made?

This site is built with Next.js and integrates the Battle.net API to fetch data. It's designed to be simple yet intentionally over-engineered, giving me a chance to experiment with a range of libraries to see how they perform. Currently, I'm using:

  • Typescript logoTypescript language
  • NextJS logoThe framework Next.js
  • Supabase logoSupabase DB for realtime updates
  • Drizzle logoDrizzle ORM
  • SQS logoAmazon SQS to queue your updates
  • Lambda logoAsynchronous updates through Amazon Lambda