You can paste in your company's or client's data safe for tasks like JWT decoding, JSON Escaping and uri encoding. Any online tools use your API keys (e.g. open ai) and never transmit data to a UseMiller server. The tools work on both Mac and Windows.
Hey!
I'm a dev and everywhere I've worked has had rules about sharing data but people regularly used online tools for simple things like decoding JWTs. So i created some tools that run locally without using a server to do encoding / decoding and others.
I started adding other things I've needed over time - a way to quickly find and edit all git configs in my system, a tool for finding the nearest tailwind color based on CSS RGB colors, quickly look up time stamps in ISO or UNIX in my local time.
I recently added the first online tool - a ChatGPT powered ESlint Rule Generator that starts up a container to actually test the generated code and try to detect and fix typescript and eslint errors for you!
So I packaged all these tools up into Local Dev Tools. It works on Mac and Windows (Electron App)
Local Dev Tools