Free Online Tools for
Everyone — Fast & Private
60 free tools for developers, writers, designers and everyone in between. No signup required. Your data never leaves your browser.
Text Tools
23 toolsWord Counter
Real-time count of words, characters, sentences, paragraphs, and reading time.
Case Converter
Convert text to uppercase, lowercase, title case, camelCase, snake_case, and more.
Remove Duplicate Lines
Paste text and instantly remove duplicate lines, with options for case sensitivity.
Text Reverser
Reverse your text character-by-character or word-by-word instantly.
Slug Generator
Convert any text into a clean URL-friendly slug with your choice of separator.
Whitespace Cleaner
Remove extra spaces, trim lines, delete blank lines, flatten paragraphs, and replace tabs — all with live preview.
Text Diff
Compare two texts and highlight added, removed, and unchanged content at word or character level.
Sort Lines
Sort any list of text lines alphabetically, numerically, by length or complexity. Remove duplicates and customize sorting options instantly.
Full-width Converter
Convert ASCII characters to Unicode full-width (abc123) and back — useful for styled text.
Binary ↔ Text
Convert text to binary (0s and 1s) and back — both directions, with live validation.
Morse Code Converter
Convert text to Morse code and back, with audio playback and adjustable speed.
Split Text
Split any text into chunks by line, sentence, word count, character count, or a custom delimiter.
Replace Text
Apply multiple find-and-replace rules simultaneously, with regex and whole-word support.
Text to ASCII Codes
Convert text to ASCII decimal, hex, binary, or octal codes instantly. See the ASCII value of every character.
Shuffle Lines
Randomly shuffle the lines of any text instantly. Perfect for randomizing lists, quiz questions, or dataset rows.
Text Centering
Center, left-align, or right-align text within a fixed width. Perfect for formatting CLI output, README banners, and plain text documents.
Text Repeater
Repeat any word, phrase or string multiple times with custom separators. Generate repeated text instantly.
Line Numbering
Add line numbers to any text with custom start number, step, separator and zero-padding options.
Emoji Picker
Browse, search and copy emojis easily. Get the Unicode code point, HTML entity and CSS values for any emoji instantly.
Text Corruptor
Add realistic random errors and typos to any text. Control error intensity and types to simulate human mistakes, test spell checkers, or create corrupted text effects.
E-Mail Extractor
Pull every email address out of pasted text, logs, or documents. Deduplicate, sort, and export the list as .txt or .csv, entirely in your browser.
Text Justifier
Wrap text to a set line width and justify it so every line (except the last) reaches both edges evenly — the way printed columns and typeset paragraphs look.
URL Extractor
Automatically extract every URL from pasted text, logs, or documents. Deduplicate, sort, and export the list as .txt or .csv, entirely in your browser.
Developer Tools
12 toolsBase64 Encoder/Decoder
Encode text to Base64 or decode Base64 back to plain text in real-time.
JSON Formatter
Paste JSON to auto-format, validate, and spot errors with inline highlighting.
URL Encoder/Decoder
Encode or decode URLs and query strings in real-time, both directions.
Hash Generator
Generate MD5, SHA-1, and SHA-256 hashes instantly from any text input.
Regex Tester
Test and debug regular expressions with live match highlighting, flag controls, and a quick-reference cheat sheet.
JWT Decoder
Decode and inspect JSON Web Tokens — header, payload, signature, expiry — entirely in your browser.
Color Converter
Convert colors between HEX, RGB, HSL, and RGBA with a live swatch, color picker, alpha slider, and recent color history.
Cron Explainer
Decode any cron expression into plain English, preview the next 5 run times, and browse common schedules.
Random IP Generator
Generate random IPv4 and IPv6 addresses for testing, development, and network configuration mockups.
URL Parser
Break down any URL into its individual components: protocol, host, port, path, query parameters, hash, and more.
Timestamp Converter
Convert Unix timestamps to human-readable dates and back. Supports seconds, milliseconds, ISO 8601, and multiple timezones.
Code Snippet
Share and format code snippets with syntax highlighting.
JSON to Table
Convert any JSON array into a clean, sortable, and searchable HTML table. Export as CSV or Markdown instantly.
Chmod Calculator
Calculate Linux file permissions visually — toggle read, write, and execute for owner, group, and others to get the octal code, symbolic notation, and chmod command.
Generators
8 toolsLorem Ipsum Generator
Generate paragraphs, sentences, or words of placeholder text for mockups and designs.
Random Number Generator
Generate random numbers with custom ranges, quantity, and sorting options for testing and development.
QR Code Generator
Generate and download QR codes for any URL or text. Customize size, colors, and error correction level.
Color Palette Generator
Generate beautiful color palettes from any base color. Monochromatic, complementary, triadic, analogous and more. Export as CSS, Tailwind, or JSON.
Random Color Generator
Generate random colors from the full color wheel or from curated palettes like pastels, neons, primary colors and more. Pick 1 to 20 colors at once.
Invoice Generator
Create professional invoices with your company details, custom line items, tax, and totals — then download a ready-to-send PDF, entirely in your browser.
ULID Generator
Generate random, lexicographically sortable ULIDs — a modern alternative to UUIDs that sort by creation time. Batch generate and decode existing ULIDs, entirely in your browser.
UUID Generator
Generate random UUIDs (v4) or timestamp-ordered UUIDs (v7) in bulk. Customize case and hyphens, and decode an existing UUID's version and embedded timestamp.
Privacy Tools
2 toolsPrivacy Link Cleaner
Remove tracking parameters and UTM codes from URLs to protect your privacy and get clean, shareable links.
Sensitive Data Scrubber
Paste logs, emails or documents and automatically redact sensitive information like emails, phone numbers, IP addresses and credit cards before sharing.
PDF Tools
7 toolsMerge PDF
Combine multiple PDF files into a single document. Drag to reorder, then merge and download — no upload, everything runs in your browser.
Extract PDF Pages
Pull a specific page or range of pages out of a PDF and save them as a new, standalone file — no upload, everything runs in your browser.
Add Watermark to PDF
Stamp a text watermark across every page of a PDF — customize text, position, size, color, opacity, and rotation, with a live preview, all in your browser.
Organize PDF
Reorder, duplicate, and remove pages with a visual page-by-page preview, then save as a new PDF — no upload, everything runs in your browser.
Add Header & Footer to PDF
Add custom text to the top and bottom of every page — set header and footer text, alignment, font size, and color, with a live preview, all in your browser.
Add Page Numbers to PDF
Number every page of a PDF — choose top, bottom, or both, left/center/right alignment, font size and color, with the option to skip the first N pages. Live preview, all in your browser.
PDF Compressor
Shrink a PDF's file size with one simple slider — each level says exactly what it does and what it's best for — and download a smaller file, all in your browser.
Cheat Sheets
8 toolsGit Cheat Sheet
The Git commands developers actually use daily, organized by workflow — branching, rebasing, undoing mistakes, and recovery — with real examples and a searchable quick reference.
Regex Cheat Sheet
The regex syntax developers actually reach for — anchors, character classes, groups, and lookaround — with real patterns, common mistakes, and a searchable quick reference.
Prompt Engineering Cheat Sheet
The prompt patterns that actually change LLM output — anatomy, few-shot, chain-of-thought, and structured formatting — with real examples, pitfalls, and a searchable quick reference.
Linux Commands Cheat Sheet
The Linux commands developers actually use daily — navigation, permissions, piping, processes, and networking — with real examples, common mistakes, and a searchable quick reference.
Docker Cheat Sheet
The Docker commands developers actually use daily — running containers, Dockerfiles, volumes, Compose, and cleanup — with real examples, common mistakes, and a searchable quick reference.
Kubernetes Cheat Sheet
The kubectl commands developers actually use daily — pods, deployments, services, debugging, and rollouts — with real examples, common mistakes, and a searchable quick reference.
Markdown Cheat Sheet
The Markdown syntax developers actually use daily — headings, lists, links, tables, and code blocks — with real examples, common mistakes, and a searchable quick reference.
Terraform Cheat Sheet
The Terraform commands and HCL patterns developers actually use daily — resources, variables, state, and modules — with real examples, common mistakes, and a searchable quick reference.