Hacker News new | ask | show | jobs
by WatchDog 27 days ago
It might be, I'm not sure.

The code is interesting though, it's not minified, it's very readable, and nicely indented with lots of comments.

The curated data center list is just some inline JSON.

The javascript uses var instead of let or const, I'm not sure if this is just style choice, or there is some code post processing.

It doesn't use react, AI seems to almost always opt for react for front end design, unless told otherwise.