Every tool, one place

Browse the full collection — developer, text, security, image, video, audio, PDF, SEO, and everyday utility tools, all free, fast, and built to run entirely in your browser.

Secure & safeEvery tool runs entirely in your browser — nothing you upload or type is ever sent to a server.
Quick responseNo upload wait and no queue — results appear instantly since processing happens on your own device.
100% freeNo signup, no usage limits, and no feature locked behind a paywall — every tool stays free.

Developer Tools

Essential utilities to format, encode, decode, and minify code.

JSON FormatterFormat, beautify, and validate JSON data online for free.Base64 EncoderEncode text and files to Base64 online for free.Base64 DecoderDecode Base64 strings back to text online for free.URL Encoder DecoderEncode and decode URLs and query parameters online for free.UUID GeneratorGenerate random UUID v4 identifiers online for free.JWT DecoderDecode and inspect JWT tokens online for free.Regex TesterTest and debug regular expressions online for free with real-time matching.HTML MinifierMinify HTML code online for free.CSS MinifierMinify CSS stylesheets online for free.JavaScript MinifierMinify JavaScript code online for free.HTML BeautifierBeautify minified or messy HTML code online for free.CSS BeautifierBeautify minified or messy CSS code online for free.JavaScript BeautifierBeautify minified or messy JavaScript code online for free.JSON to CSV ConverterConvert between JSON and CSV formats online for free.JSON to TypeScriptGenerate TypeScript interfaces from a sample JSON object.JSON DiffCompare two JSON objects and see what changed.XML to JSON ConverterConvert between XML and JSON formats online for free.XML FormatterFormat and indent XML for readability, or minify it.YAML to JSON ConverterConvert between YAML and JSON formats online for free.CSV ViewerView, search, and analyze CSV files online for free.Base64 Image Encoder DecoderEncode images to Base64 or decode Base64 to images online for free.Text Diff CheckerCompare two texts online with line-by-line diff highlighting.Unix Timestamp ConverterConvert Unix timestamps to human-readable dates and back.Number Base ConverterConvert numbers between binary, octal, decimal, and hexadecimal.HTML Entity Encoder DecoderEncode and decode HTML entities online for free.SQL FormatterFormat a SQL query onto clean, readable lines.Cron Expression GeneratorBuild a cron expression with a live plain-English description.Online Markdown EditorWrite Markdown with a live preview and HTML export.HTML to Markdown ConverterConvert HTML markup into clean Markdown syntax.Gitignore GeneratorBuild a .gitignore file from language and tool templates.Hex to RGB ConverterConvert colors between HEX, RGB, and HSL.

Text Tools

Powerful text manipulation and analysis tools for writers and editors.

Security Tools

Generate hashes, passwords, and check security strength.

Image Tools

Compress, resize, crop, and convert images right in your browser.

Utility Tools

Calculators, generators, and everyday utilities for any workflow.

Age CalculatorCalculate exact age in years, months, and days from any date of birth.Random Number GeneratorGenerate random numbers online for free.Unit ConverterConvert between units of length, weight, temperature, and more.Reading Time CalculatorCalculate how long it takes to read any text.Color Palette GeneratorBuild harmonious HSL color schemes and export HEX or CSS variables.CSS Gradient GeneratorCreate beautiful CSS gradients online for free.CSS Box Shadow GeneratorDesign CSS box shadows visually online for free.QR Code GeneratorGenerate QR codes from any text, URL, or data.QR Code ScannerScan and decode QR codes from an image or your camera.Barcode GeneratorGenerate barcodes in CODE128, EAN-13, UPC, CODE39, and more.ATS CV Template GeneratorCreate professional, ATS-friendly CV/resumes online for free.Percentage CalculatorCalculate X% of Y, percentage change, and what percent X is of Y.Loan EMI CalculatorCalculate monthly payment, total interest, and amortization.BMI CalculatorCalculate your BMI with metric or imperial units.Online Stopwatch and TimerFree online stopwatch with lap times plus a countdown timer.Online NotepadA simple, distraction-free notepad that auto-saves in your browser.Random Name Picker WheelSpin a visual wheel to randomly pick one name from a list.Invoice GeneratorCreate a professional invoice and download it as a PDF.WCAG Contrast CheckerCheck color contrast ratios against WCAG AA and AAA standards.Pomodoro TimerA focus timer with work sessions and short/long breaks.Tip CalculatorCalculate tip, discount, and tax, and split the bill evenly.GPA CalculatorCalculate your grade point average from courses and grades.Dice RollerRoll d4 to d100 dice, or flip a coin, online for free.Days Between Two DatesCalculate the exact number of days between two dates.Time Zone ConverterConvert a date and time into multiple time zones at once.Compound Interest CalculatorProject investment growth with compound interest.Aspect Ratio CalculatorCalculate and scale dimensions while keeping an aspect ratio.Roman Numeral ConverterConvert numbers to Roman numerals and back.Number to Words ConverterConvert any number into its written-out English words form.

Video Tools

Record, trim, compress, and capture video — entirely in your browser.

Audio Tools

Record, trim, convert, and generate audio with zero uploads.

PDF Tools

Merge, split, rotate, and build PDFs locally — files never leave your device.

SEO Tools

Browser-based SEO utilities for markup, previews, and structured data.

About this collection

What is Tofuwebtools?

Tofuwebtools is a growing collection of small, focused tools built for the tasks that come up constantly during everyday work — formatting a blob of JSON, converting a file from one format to another, generating a secure password, checking a page's SEO markup before it ships, or trimming a few seconds off a video clip. Each tool does exactly one job, does it well, and opens in under a second — no account to create, no trial limit to hit, and no upload wait before the result appears.

The categories above cover developer utilities, text manipulation, security and hashing, image and PDF processing, audio and video editing, SEO markup, and everyday calculators — 100+ tools in total, organized so the right one is never more than a click away. Every tool follows the same layout and the same rules: a clear input, an instant result, and nothing hidden behind a second click or a paywall.

How the tools are organized

Rather than one long, undifferentiated list, tools here are grouped into lines that mirror how people actually look for them. Developer tools cover formatters, encoders, and converters that come up mid-build. Text tools handle counting, cleaning, and reshaping written content. Security tools generate hashes, checksums, passwords, and signed tokens. Image, video, and audio tools handle everyday media conversions and edits without installing desktop software. PDF tools merge, split, and rearrange documents. SEO tools generate the markup and previews that go into a page before it publishes. And utility tools catch everything else — calculators, generators, and small everyday conveniences that don't fit neatly anywhere else.

This structure means a bookmark to a category page — say, Developer Tools or Security Tools — stays useful over time even as more tools are added underneath it, and this page itself works as a single directory for finding any tool on the site without knowing its exact name in advance.

Why every tool runs in your browser

Every tool on this site processes its input entirely client-side, using the browser's own APIs — Web Crypto for hashing, signing, and encryption, Canvas for image and barcode work, the File and MediaRecorder APIs for audio and video, and plain JavaScript for everything else. Nothing typed, pasted, or uploaded is ever sent to a server for processing, which has a few concrete effects: the tools keep working offline once the page has loaded, there's no file-size limit imposed by a backend, no rate limit from an API quota, and no privacy trade-off from sending real data somewhere else just to get a result back.

That local-only design is also what makes the tools fast. There's no network round-trip between typing something and seeing the result — most tools update live as the input changes, the same way a spreadsheet formula recalculates instantly rather than waiting on a server response. For anything involving sensitive data — a password, a JWT carrying a real session, an API key, a private document — that also means the data never leaves the device it was typed or uploaded on in the first place.

Who ends up using these tools

Developers use the formatters, encoders, and converters while debugging an API response or preparing a request. Writers and editors use the text tools to clean up copy, count words, or check readability before publishing. People setting up a new site or campaign use the SEO tools to generate a sitemap, meta tags, or a schema block without hand-writing markup. Anyone managing passwords or verifying a downloaded file's integrity reaches for the security tools. And the image, video, audio, and PDF tools cover the one-off media tasks that don't justify installing a full desktop application — resizing an image, trimming a clip, or merging a couple of PDF pages into one file.

None of these use cases require a login or a subscription, and none of them involve handing data to a third-party service just to complete a small, mechanical task that a browser can already do on its own.

What works offline, and what needs a browser feature

Most tools here work fully offline once the page has loaded once — text formatters, calculators, converters, and hash generators don't need a network connection at all after that first load, since everything they need ships with the page itself. A smaller set of tools depend on a specific browser capability that isn't universal across every device: the QR and barcode scanners need camera access, the voice and screen recorders need microphone or screen-capture permission, and the AES encryption and RSA key pair tools rely on the Web Crypto API, which is standard in every modern browser but may behave differently on very old or unusual setups.

Where a tool depends on one of those capabilities, it asks for the relevant browser permission directly and explains what it needs it for — a camera prompt for scanning, a microphone prompt for recording — rather than silently failing or requiring a plugin. If a permission is denied, the tool simply can't run that particular feature; it doesn't fall back to sending the data anywhere else to compensate.

Free, with no catch

There's no signup wall, no "upgrade to export," no watermark added to a download, and no feature held back behind a paywall. Every tool ships finished the day it's published, and stays free indefinitely — that's the whole model. Running everything client-side keeps the operating cost low enough that there's no need to gate features to make the site sustainable, which is also why new tools keep getting added to this index rather than folded into a separate paid tier.

If a tool is missing from the list above, the safest assumption is that it's still being built rather than deliberately left out — the goal for this collection is to keep covering more of the small, everyday tasks people currently solve by installing software, creating an account somewhere, or trusting a random website with data that didn't need to leave their own device.

How to find the right tool quickly

The fastest way to find a specific tool is to jump straight to its category using the cards on the homepage or the links in the header — Developer Tools, Text Tools, Security Tools, Image Tools, Video Tools, Audio Tools, PDF Tools, SEO Tools, and Utility Tools each open directly to their own filtered list. This page exists for the times that isn't enough: scanning the entire catalog at once, searching a browser tab (Ctrl/Cmd+F) for a keyword like "hash" or "converter," or simply seeing everything that's available in one scroll before deciding where to start.

Every card links directly to the tool itself, with no intermediate landing page or extra click required — clicking a name from this index opens the working tool straight away, already loaded and ready for input.

Frequently asked questions

A few things people usually want to know before picking a tool.

Yes — every tool listed here is fully free to use, with no signup, no usage limits, and no premium tier hiding key features.

No. Every tool runs entirely in your browser using JavaScript and standard Web APIs — nothing you type, paste, or upload is ever sent to a server.

Because there's no upload, no server queue, and no network round trip — the result is computed on your own device the moment you provide input.

No. Every tool on this page opens ready to use, with no login, email, or account of any kind required.

Jump to whichever category matches your task — Developer, Text, Security, Image, Video, Audio, PDF, SEO, or Utility — or use Ctrl/Cmd+F to search this page for a keyword.