Skip to content
mroot.co
← Projects
status: live · 2026 · craftnet.mroot.co

CraftNet

Solo build — calculator logic, UI & deploy
ReactFiveMCalculator
25
recipes, 6 categories
Client-side
no server needed
One link
shareable builds

Built a crafting cost-and-profit calculator for a FiveM roleplay server. Browse 25 recipes across six categories, set your market prices, build a craft queue, and get a bill of materials that accounts for what you already have. The whole build state — queue, prices, stock, and settings — encodes into a shareable URL, so there is no server, no account, and nothing to host beyond static files.

CraftNet — recipe browser showing required components and add-to-queue controls

01 — PROBLEM

Players on a FiveM server were working out crafting costs and profit by hand from a spreadsheet. Slow, easy to get wrong, and impossible to share.

02 — APPROACH

Built a browser-only calculator that reads the server's recipe data, computes per-unit cost, profit margin, and a shortfall-aware bill of materials, then encodes the whole build into a single URL.

03 — OUTCOME

A fast tool with no backend and no login. A player can price a full craft queue and send the exact build to someone else as one link.