I may be biased but it honestly keeps blowing my mind how pleasurable it is to build on top of MUD and DUST. This week I built a submission and voting app for the DUST HACK #1: Defined a table schema. Wrote a simple contract to manage submissions and votes. Deployed into the DUST world with a single CLI command. Immediately usable via the world explorer, which picked up the new functions and tables. Asked claude to built a frontend for it, one shot success - not too surprising, it’s really simple, just read the onchain MUD table state and call onchain functions. Registered the app with a single CLI command to make it available in everyone’s DUST client. Finally wrote a simple chest contract that allows anyone to deposit items but only allows the hackathon winner to withdraw the items, by reading from the same tables used above, and deployed it again with a single CLI command.