Several Dev.to posts describe tools.pixiaoli.cn, a collection of 33+ free developer utilities that are designed to run entirely in a user’s web browser. The author contrasts this approach with common “online formatter” websites, which often require users to paste JSON, CSV, or other text into a form and then send that content to third-party servers. According to the posts, most such tools may log or store inputs, rely on ad-supported models, and create uncertainty about where pasted data goes.
The site’s main claimed feature is “client-side” processing: when a user opens a tool and formats or converts data, the input is handled in the browser without network requests carrying user content to a backend. The posts also state that the tools load as static HTML/CSS/JavaScript and that many can work offline after the first load due to their progressive web app setup.
The described toolset includes JSON formatter and validator, CSV/JSON conversions, Markdown editors and converters (including WeChat-focused output), image format conversion, encoding utilities (Base64, URL), hashing, regex testing, and other development helpers like UUID and cron parsing. The author also reports that there are no accounts or registration requirements.