About

A Magelo-style item database and gear planner for the Project 1999 EverQuest server. The entire app is static — item data ships as a SQLite database queried in your browser with WebAssembly. Nothing is sent to a server; saved profiles live in your browser's local storage, and shared builds are encoded entirely in the URL.

Data source & accuracy

Item data is sourced from the Project 1999 Wiki (a community-maintained MediaWiki), parsed from its item pages into a queryable database. Because the wiki is hand-authored, expect occasional parsing gaps or errors. Each item is also best-effort linked to its EQEmu/PEQ record (used to backfill a few fields the wiki doesn't list).

Tech

React Router 7 (static prerender), Tailwind CSS, and sql.js (SQLite compiled to WASM), deployed to Cloudflare Pages.