
TIL: MDN exposes up-to-date page view data through https://popularities.mdn.mozilla.net/current.csv.
To visualize the data, I had Google AI Studio generate me a visualizer, which I deployed to CodePen
The data source file is downloaded by the app itself and stored in IndexedDB, so this is a one-time static deploy (using CodePen 2.0). When your local data is considered old, you get a warning to re-download it.