Note
this site was partially vibecoded. don't look to much into it besides functionality and data.
Romanian AI Hall Of Fame
This is a mostly static site, made with React. All data is generated with Go from the entries extracted from official sources.
npm install
npm run data:generate
npm run dev -- --port 5173
npm run test
npm run build
npm run build:with-data- Raw official ONIA JSON files live in
data/raw/onia/. - Manual provenance-preserving supplements live in
data/manual/. cmd/roaihof-datanormalizes names, schools, counties, contests, and results.- Generated app data is written to
src/generated/app-data.jsonandpublic/data/app.json.
The current dataset includes:
- ONIA 2026 national rankings + Lot IOAI+CEOAI
- ROAI 2026 national finals and Lot IAIO/CEOAI rankings
- ROAI 2025 national rankings and Lot IOAI/IAIO rankings
- 2024-2025 international results from the official ONIA Hall of Fame
- Official IOAI 2024 team scoreboard ranks/scores and IOAI 2025 individual scoreboard ranks/scores
- Official IAIO 2024/2026 and CEOAI 2026 international results
Result rows track score, scoreMax, place, prize, medal, and international qualification. Rankings are sorted by medal table, prizes, best place, selections, and international results by filter.
Mabye an elo system thingy?
vercel stuff go brrr
This sofware provided under The Unlicense. If for whatever reason you prefer a different license, consider it under Zero Clause BSD.