POKECAP is your pokémon database project landing page.
since github pages is static, the clean move is: ship the data (json/csv) + a tiny frontend that can search/filter it in-browser.
recommended structure data/pokecap.json (the database) + pokecap.html (viewer).
viewer features search bar, type filters, sort by name/id, “copy entry” button, and a little stats panel.
bonus if you keep the json under ~5-10MB, it still loads quick. if it gets huge, split into multiple files.