An example: ffmpeg (which I've used for a long time) is a classic case of "if you can figure it out, it's free; if you can't, I can sell you a shovel" with virtually every video downloader tool out there using it. Users who don't know about it must either rely on the shady tier of online video downloaders or pay for some of the better ones. I used to think there was a hard-coded limit to downloading files in 4K until I realised yt-dlp and ffmpeg existed.
Another example: TIL the Bluesky Jetstream protocol is completely free, which is amazing to me because of all the data and inference you can get from it (similar APIs, albeit from much larger social datasets like Google Maps and X, are not free.
It seems that the entry barrier to a lot of useful tools over the last two decades has been a minimal ability to code. Since that barrier has now dropped, would you share the best things out there for those of us willing to experiment with code, data or just out of curiosity?
OFC I'm not against paying a developer for adding convenience for us noobs. But I would like to better understand the free-tier world because it does change some of my notions about economics in this space.
Another way of saying it is that the world of software is so vast, from DIY homegrown to open source libraries to closed commercial apps that there isn't one "best" of any of it, or even 10 best.
I'd say your explorations will take you the furthest if you focus on a problem domain, learn all about it that you can, then find out what software exists in that problem space and whether or not the world would benefit from something new from you in that area.