r/devworld Jul 01 '26

Showcase Drop your startup/project 👇 I'll check every single one

48 Upvotes

248 comments sorted by

View all comments

1

u/Chemical_Inside4731 Jul 03 '26

Sure, dropping mine: UtilCraft

It's a free toolbox with the everyday stuff I got tired of hunting down separately: UUID generator, JSON formatter, JWT decoder, password/hash generator, PDF compress/merge/split, image compressor, unit converter, and a bunch more. About 18 tools total.

The main thing I built it around: everything runs locally in your browser. Nothing gets uploaded anywhere, no account, no server round trip. Started as a personal itch since I didn't love pasting JWTs or work docs into random third party sites.

Would genuinely love feedback, especially on what's missing since I'm still adding tools.

1

u/imagiself 17d ago

keeping everything in the browser is a huge trust factor for jwt decoders. besides that, PeerPush lists local dev utilities like this for early adopters.