nice!
How about you add:
JSON inspector: will make json graphical and have clickable trees + expand/toggle/close all (+all subnodes)
What is missing in all tools is to be able to copy one value's path..i mean selector and this should be in a way it can be accessed as variable, not the actual values ['john']['34'] but [aa][0][0][4] etc..
what did you mean by zero-latency developer tool? it is neither open source, nor it does things that instill confidence; i used uuid gen, and url formatter (pasting the amz product url - its output is rather useless);
Thanks for checking it out! By 'zero-latency', I strictly mean that there are no server round-trips to process your inputs—everything executes locally in your browser's JS engine, so there's no waiting for a backend to spin up. I hear you on the URL formatter, I'll review it to make the output actually useful. If you have any specific expectations for how it should format AMZ links, I'm all ears.
"Achieving" latency using local JS is not hard, just do some heavy compute and/or do the same via the browser's layout engine.
Try and do some real work in JS, for example, generate Sudokus, render raster images from DOM fragments, whatever: you'll see latency.
If you want non-blocking latency (like from a network request), use asnyc APIs and a Worker or other natively non-blocking API. Or simply a Promise wrapping a setTimeout.
But latency in synchronous and local JS is an everyday problem. So I think your phrasing is wrong.
Having everything from JWT decoders and PDF tools to data and unit converters in a single, zero-latency vanilla JS suite replaces about twenty different bookmarks. Instant bookmark for me.
Really appreciate that! That was the exact goal. Let me know if there's any specific tool you find missing for your daily workflow, I'd love to keep expanding the suite.
Great to have all of these tools in one place. I use at least half of these tools on a regular basis, but each from different websites. I used the SEO auditor on my website and got some good insight with warnings on the length of the Title tag. One idea, for the Network section, I used to work with TCP captures and they are sometimes really challenging to read (tracking a message with it's acknowledgement, a 3-way handshake connection protocol, etc.). A tool that analyzes and shows a readable copy of a TCP capture would be great, something similar to Wireshark but easier to read and understand. Great work!
Holy AI Slop.
Each tool is a minimal implementation of a concept, rarely complete, ergonomic, useful solutions.
There is no search, so... how does one quickly get to what they need, on a kilometer long list?
Most of this stuff should be integrated into a search box.
what did you mean by zero-latency developer tool? it is neither open source, nor it does things that instill confidence; i used uuid gen, and url formatter (pasting the amz product url - its output is rather useless);
"Achieving" latency using local JS is not hard, just do some heavy compute and/or do the same via the browser's layout engine.
Try and do some real work in JS, for example, generate Sudokus, render raster images from DOM fragments, whatever: you'll see latency.
If you want non-blocking latency (like from a network request), use asnyc APIs and a Worker or other natively non-blocking API. Or simply a Promise wrapping a setTimeout.
But latency in synchronous and local JS is an everyday problem. So I think your phrasing is wrong.
Nitpick: the image compressor page seems to show the instructions for the IP address converter.