DEV Community

Vivek
Vivek

Posted on

DevToolbox: Your All-in-One Web Utility for Everyday Coding Tasks

Hey Dev.to community! 👋

I'm excited to share a new web utility I've created - https://learnings.today/web-utilities. It's designed to come handy while developing web applications.

What does it do?
It provides access to some of the frequent functions like:

  • URL Encode/Decode
  • Base64 Encode/Decode
  • Color picker as well as hex converter
  • Regex validator

Why I built it
Every time I searched for such a utility, all the data was sent over the network to generate the required content. Here the utilities work purely using javascript and the content doesn't leave the machine leading to better data privacy.

Try it out!
You can find the tool box here: https://learnings.today/web-utilities

I'd love to hear your thoughts and feedback. Have you encountered similar challenges in your work? How do you think this utility could be improved?

If you're interested in contributing or have suggestions, feel free to reach out. Let me know what you think in the comments below.

Top comments (0)