This is an automated archive made by the Lemmit Bot.
The original was posted on /r/opensource by /u/RoughOwll on 2025-04-07 21:36:56+00:00.
I was cleaning up a quick API response yesterday and needed to format JSON, decode a base64 string, and hash something. Nothing fancy, but I caught myself opening like 4 different sites just to do it.
It got me wondering… why don’t we have more places that just combine this stuff?
I found Webacus.dev while looking around. It’s got a bunch of these little tools, and you can actually run them in sequence without bouncing between tabs.
Made things a bit smoother for me — curious how others handle this kinda thing. Do you just keep Googling each tool or have a go-to site?