Hi HN!<p>Many developers use websites to handle menial everyday tasks like formatting json, generating uuid's, etc. The problem that we found with this is that many of these websites send our data to the server to process it. This didn't sit very well with us, considering it could contain customer's information, so we decided to build these tools internally and open source them. For most cases, this processing can be done on the client side without any need for the data to leave your browser.<p>In the spirit of being privacy-focused, we don't track usage levels of this and we certainly don't send any data to a backend service.<p>As I mentioned in the title, this project is in the early stages at the moment but we wanted to share it to get feedback and see if people find it useful. If you do have feedback, let me know in the comments here or feel free to add an issue to the GitHub repository: <a href="https://github.com/DevScreenInternal/ds-devtools">https://github.com/DevScreenInternal/ds-devtools</a>.