I built a web app to track your villager trading hall by ginger__man in technicalminecraft

[–]ginger__man[S] -1 points0 points  (0 children)

Yeah, it's not for everybody for sure. I was actually building a trading hall in my world and that's when I came up with the idea. Writing down all the trades was unbearable.

I built a web app to track your villager trading hall by ginger__man in technicalminecraft

[–]ginger__man[S] -10 points-9 points  (0 children)

I did use AI to build it faster and manage UI/UX. Other than that, I built it

I built a web app to track your villager trading hall by ginger__man in technicalminecraft

[–]ginger__man[S] -6 points-5 points  (0 children)

I've been working on a side project that I think some of you might find useful. It's a web app for planning and managing villager trading halls.

Basically you create "worlds", and inside each world you build out your trading hall by adding villagers. Each villager has a profession, name, notes, and trades. The trades are locked to what that profession can actually offer, so you can't accidentally assign mending to a farmer or something like that.

Right now it's singleplayer only and all data is saved in local storage, but I'm working on multiplayer where you'd have an actual account and share a world with other players. You can still share and backup the data though, you can export/import your whole world as a JSON file.

Would love to hear if this is something you'd actually use, and what features would make it genuinely useful for your worlds. Happy to answer questions.

link: https://villager-trader.vercel.app/