Wynnteractive Map is a static GitHub Pages map for current Wynncraft routes, guides, discoveries, rewards, professions, travel points, and mobs.
- Fruma-era world map with pan and zoom controls
- Main and beta map surfaces
- Search, filters, found-state tracking, and theme persistence in browser storage
- Marker notes for quests, mini quests, discoveries, caves, dungeons, raids, boss altars, world events, lootrun camps, travel points, profession spots, and mobs
- Source links back to the related information pages and guides
index.html: live app shellbeta/index.html: beta app shellshared-map-ui.css: shared map and panel stylingmain-map-app.js: live interaction logic, marker rendering, and panel behaviorbeta/beta-map-app.js: beta interaction logicshared/app-utils.js: shared escaping, lookup, embed, and asset helper logicdata/markers.js: local marker metadata and curated overlaysdata/wiki-map-markers.js: generated live marker dataset used by the mapdata/marker-content-loader.js: lazy guide-content loader for marker categories
Clone the repo and open index.html directly in a browser — no build step required. For live-reload during development, use:
npx serve .Marker data lives in data/markers.js and data/wiki-map-markers.js. To add or correct a marker, edit the relevant file and open a pull request. Please include the in-game coordinates and a source link.
- All core marker positions are from the official Wynncraft server marker data.
- Fast travel and Seaskipper locations are from the Wynntils project, and the Fast Travel / Seaskipper marker art is taken directly from the Wynntils resource pack.
- Official API docs: List map markers
- Official API endpoint: https://api.wynncraft.com/v3/map/locations/markers
- Primary information source: Wynncraft Wiki on wiki.gg
- Backup information source: Wynncraft Fandom
- Qira Hive guide credit: An In-Depth Guide To Fighting Qira
- Lootrun guide credit: Ultimate Wynncraft Lootrun Guide
- Profession guide credit: Zy's updated profession guide
- Code assistance: OpenAI Codex in the Codex desktop app
- Special thanks to
gale_nasinfor answering rule-related questions for the project. - Special thanks to
Xnova204for making the site logo.
This project is licensed under the GNU AGPLv3. See LICENSE. Third-party assets and source material remain credited to their original upstream projects and authors.
This repository deploys to GitHub Pages from main with .github/workflows/deploy-pages.yml.