Live data from Hacker News

Show HN: Online web tools to get your work done faster

hreftools.com

1–10 of 37 posts

Re: Show HN: Online web tools to get your work done faster

#7

Current list of tools: html, css, js compressor, image to base64, json to csv, csv to json, OCR Reader, unzipper (browser only). Built with react.js (next.js framework) and node.js. Uses some open source packages.

Thanks!

This list may not be representative of “all free online tools” but is sufficient for the context. Perhaps the common thread amongst all of them is that they are served over the interweb. And I wonder what’s the use case?

Edit: typo

Re: Show HN: Online web tools to get your work done faster

#8

What is your privacy policy with the data people give you to use your FREE tools?

I'll put a privacy policy page soon. It's just start. Most of the tools I'll put on the website is either browser based or don't rely on any storage. Currently no database system is used on website, so you're safe. Things like compressor (html, css, js) is done directly on memory.

Re: Show HN: Online web tools to get your work done faster

#10
post #7

Current list of tools: html, css, js compressor, image to base64, json to csv, csv to json, OCR Reader, unzipper (browser only). Built with react.js (next.js framework) and node.js. Uses some open source packages.

Thanks! This list may not be representative of “all free online tools” but is sufficient for the context. Perhaps the common thread amongst all of them is that they are served over the interweb. And I wonder what’s the use case? Edit: typo

The use case of OCR is you know, but for compressor like html, css and js is not much due to build tools like webpack or gulp, but it can have. Whenever I want to build a static website quickly or building theme for ghost blogging platform, I search for compressor on the web for quickly testing the compressed output. Another thing is when I started building this website for my web dev practice, I want to present the simplest tools that can be build quickly. Some of them is the result of that.
Post reply on HN