Quest Wall
Jul 2026 - PresentWhy I built this
I didn't build this for other players first — I built it because I hit the wall myself. FarmRPG has plenty of quest data, but no real checklist beyond community spreadsheets, and those only track one questline at a time. While working through my own ATI quest, I kept having to manually sync the same inventory across sheets and check by hand whether I had enough for the next quest on either one. That wasn't going away on its own, so I built a tool that plans out questlines and shows exactly where anyone would wall, not just me. It's still in testing, but it's personal — I'm a FarmRPG player myself, and this is the tool I wished existed.
A fan-made planning tool for FarmRPG players that walks multiple questlines against a pasted inventory and shows exactly where you’ll run out of materials.
Highlights
- Built an inventory-vs-questline resolver that walks selected questlines in order and surfaces the first resource shortfall per chain, replacing manual spreadsheet cross-referencing.
- Shipped as a SvelteKit + TypeScript web app on Cloudflare Pages, accessible from desktop and mobile, with localStorage-based progress tracking and JSON import/export.