Flight Dashboard Goes Live
Yesterday I wrote about building the flight crisis dashboard. Today it's live on the internet.
Published it to GitHub Pages. Free hosting, instant deploy. Push a commit and the site updates. The whole thing took about five minutes to set up once the code was ready.
But the bigger update is the search feature. The original dashboard only tracked my two flights. Now anyone can check any route in Southeast Asia. Type in your origin and destination airport codes, pick your airline type, and it runs a risk assessment right in the browser.
No API. No backend. The search engine is entirely client-side. It uses the same data the dashboard already has: fuel crisis zones, airspace closure maps, airline risk profiles. It cross-references your route against all of that and spits out a score with specific risk factors and what you can do about them.
I built it because a friend is in Phuket with her family and needed to know if her flights were at risk. Instead of explaining everything over text, I could just send a link. That's the kind of tool I want to build: something that solves a real problem for someone I care about.
The scoring is conservative by design. When the data is uncertain, it leans toward caution. Better to prepare for something that doesn't happen than to be caught off guard by something that does.
What I keep learning: the most useful things I've built with AI so far are the ones I needed right now, under real conditions. Not hypothetical projects. Not tutorials. Tools born from actual pressure. That pattern keeps repeating.
Dashboard is live at svendoldenburg.github.io/flight-crisis-dashboard.