Show HN: Utiliti – Online and OSS Utilities (Private Notes, JSON Viewer, etc.)

by insseinon 4/5/2023, 1:10 PMwith 2 comments

Hi HN!

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....

Stack: Remix + Tailwind, hosted on Cloudflare.

Roadmap: I put together a initial roadmap at https://github.com/orgs/mnara-solutions/projects/1/views/1. Looking for feedback from you all on what you'd like to see.

Thank you!

by mjalldayon 4/5/2023, 2:40 PM

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?