LING.TOOLS / ABOUT
About Ling.Tools
A small, considered home for the little tasks that interrupt a good flow.
Built for everyday development
Ling.Tools brings common generators, encoders, converters and testers into one searchable space. Open a tool, do the task, and move on. You can use every tool without creating an account.
The site is made with Svelte 5 and SvelteKit. Every page is generated as static HTML during the build and served through Azure Static Web Apps. The tools run in your browser, including when the installed site is offline after its assets have been cached.
Tools with honest boundaries
Random identifiers and passwords use the browser cryptographic random source. JWT signatures can be checked when you supply a key, but issuer, audience and claims still need your review. MD5 and SHA-1 exist for legacy compatibility, not new security designs. Cron preview follows the implemented parser and should be compared against the scheduler you deploy.
Each tool page explains its inputs, gives an example and shows related tools. If you notice a problem or have a useful tool idea, open an issue in the public repository.
Open source
The source is published at github.com/ling921/ling-tools under the MIT license. The version and short Git commit shown in the footer help identify the precise build you are viewing.