A web app for building and optimizing Wynncraft character loadouts using the Workbench + Build Solver application.
frontend/- source code (React + TypeScript + Vite)dist/- built static output for the site root/
compress.json- main item database- other root JSON files are mostly legacy runtime/build data and are intentionally still in root for compatibility
docs/ARCHITECTURE.mddocs/AUTO_BUILDER.mddocs/legacy/ENCODING.mddocs/legacy/expr_parser.mddocs/CREDITS.txt
cd frontend
npm.cmd install
npm.cmd run devOpen:
http://localhost:5173/
In the Workbench UI, the old "Auto Builder / Optimizer" flow is now called Build Solver.
Build:
cd frontend
npm.cmd run buildThe original Wynnbuilder static site and tools (builder, items, crafter, custom, map, wynnfo, etc.) are preserved under the legacy/ folder for archival and backwards-compatibility purposes.
This work builds on prior community projects and the broader Wynncraft ecosystem:
- Wynnbuilder team: Original Wynnbuilder maintainers and contributors (see additional contributor credits in
docs/CREDITS.txt). - Wynnmana: Mana sustain and spell–mana reference from
wynnmana/wynnmana.github.io. - Wynncraft: Game, content, and universe credit belongs to the Wynncraft creators and community.
If you are somehow using this repo, keep that credit intact.