Air Nomad Society is a free email service that sends subscribers the best flight deals based on their travel preferences on a weekly basis as an email.

You can signup here and view the source code on Github.

Intention

The reason for building this email service originally came from Dr. Angela Yu’s 100 Days of Code Bootcamp, which basically started my whole journey into the world of software and programming. I think on day 35 of that course we started developing this flight service. The idea behind it was that you have a Google Sheet as a database replacement (back then we hadn’t talked about/learned how to interact with databases programmatically) and you get the countries listed in the file and you search for the best flights to those places and save the price back.

Timeline

Somehow I really liked this idea and I expanded the project more and more over time. I started development around April 2024 and initially hosted it directly on my website. Later, in November, I migrated the codebase (aka separated it from the website code) and have been hosting it on ans.timonrieger.de ever since. While this service is still running, I am no longer actively developing it.

Tech Stack