I was recently on a sabbatical and wanted to checkout the advancements in the frontend space. I would love to show you all https://utiliti.dev!
I often find myself resorting to online web-based utilities, especially for things like note sharing, or viewing JSON as a tree when my IDE isn't open. Having used a few tools in the past, I was never sure what those tools were doing so I ended up building something myself and open sourced it.
Highlight: I really enjoyed building private notes, an easy and quick way to share something private over email that gets destroyed on read (or a set timeframe). Technical details available at https://github.com/mnara-solutions/utiliti.dev/blob/main/pri....
this is interesting. i see you've added functionality to use these via a browser. have you considered making these tools available via a cli interface too?
That's a really good idea, especially for the private notes functionality where you could pipe some output into a private note and get an e2e encrypted URL back. On the list, thanks!