About ToolsVault

ToolsVault is a curated collection of 60+ free, browser-based utility tools — JSON formatters, hash generators, color converters, calculators, text utilities, and more — built for developers and everyday users who care about speed and privacy.

Why this site exists

Most online utility tools route your input through a server. That's a problem when the input is sensitive: a JWT belonging to a real user session, an API response with customer data, an internal config file, or a password you're about to use. Every tool here was rebuilt to run entirely in your browser using web standards like the Web Crypto API, TextEncoder/TextDecoder, and the native JSON parser. Nothing you paste, type, upload, or generate is sent to a server, logged, or stored.

What "client-side" actually means

How the tools are built

The site is built with Astro 6 (static site generation), React for the interactive widgets, and Tailwind CSS. It's deployed as a fully static site on Netlify, which means there's no backend handling your data — there is no backend at all, beyond a single endpoint used for the SEO checker tool that fetches public meta tags from a URL you provide.

What the site is not

Get in touch

Bug reports, feature requests, or feedback are welcome. See the Contact page.