AviaGeek
An aircraft model guide for aviation geeks - explore aircraft, model by model.
- Next.js
- React
- Tailwind CSS
The problem
Aircraft information lives scattered across wikis, forums and manufacturer PDFs. For an aviation enthusiast who just wants to identify and compare aircraft models, there's no clean, single place to browse them.
What I built
AviaGeek is exactly that place: an aircraft model guide where users can explore aircraft with their details in one consistent, browsable interface - built as a fast Next.js app with a Tailwind CSS design.
Architecture
A Next.js App Router application with a structured aircraft data model behind it, so every aircraft renders through the same detail layout and new models are added as data, not new pages.
Results
- One consistent reference layout across every aircraft model.
- Adding an aircraft is a data change, not a UI change.
Stack
- App
- Next.js · React · Tailwind CSS