Air Nomad Society

Table of Contents
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 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.
In 2026 I picked the project back up, mostly because I’m travelling a lot more now and found myself wanting exactly the features it was missing. So I became my own user again. The old version was glued together from my early coding days, and every new idea was fighting the old foundation. I rebuilt the whole thing. The real point of the rework is what it enables next: more departure cities, smarter and less repetitive suggestions, and eventually planning whole trips instead of single flights.
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. After a quiet phase, I rebuilt the service from the ground up in August 2026 — new backend, new website, new email flow — and I’m actively developing it again.
Tech Stack
- Backend made with FastAPI
- Frontend made with SvelteKit, Tailwind CSS and bits-ui
- Data by Kiwi Flights API
- Database on PostgreSQL
- Hosted on Vercel
- Weekly emails sent via GitHub Actions
- Email designed with Beefree