All Developer Tools

43 free tools for developers. Search or filter by category.

Add Line Numbers

Add line numbers to any text. Formats with aligned padding and a separator β€” ready for code reviews, documentation, or sharing.

πŸ“ Text Utilities line-numbers text code

Add Prefix & Suffix to Lines

Add a prefix, suffix, or both to every line of text. Wrap lines in quotes, HTML tags, or any custom string.

πŸ“ Text Utilities prefix suffix lines

Base64 Decoder

Decode Base64 strings back to plain text online. Handles standard Base64 and UTF-8 encoded content. Free, fast, client-side.

πŸ” Encoders & Decoders base64 decode decoding

Base64 Encoder

Encode any text to Base64 online. Supports UTF-8 characters including accents, CJK text, and emoji. Free, fast, client-side.

πŸ” Encoders & Decoders base64 encode encoding

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE instantly.

πŸ“ Text Utilities case text convert

Character Counter

Count characters with and without spaces, plus words, lines, sentences, and reading time. Real-time analysis for any text.

πŸ“ Text Utilities character-count text writing

Color Converter β€” HEX, RGB, HSL

Convert colors between HEX, RGB, and HSL formats. Pick a color visually or enter values directly. Copy CSS-ready color codes.

🎨 Color Tools color hex rgb

Cron Expression Parser & Generator

Parse, validate, and generate cron expressions online. See human-readable schedule descriptions and next execution times instantly.

πŸ• Date & Time cron scheduling linux

Diff Checker β€” Text Compare

Compare two texts side-by-side and see the differences highlighted. Find added, removed, and unchanged lines instantly.

πŸ“ Text Utilities diff compare text

Duplicate Line Remover

Remove duplicate lines from text while preserving order. Paste a list, get unique lines instantly.

πŸ“ Text Utilities deduplicate lines text

Empty Line Remover

Remove all blank lines from text. Clean up code, logs, or data files by stripping empty lines in one click.

πŸ“ Text Utilities empty-lines blank text

Hash Generator (MD5 & SHA-256)

Generate MD5 and SHA-256 hashes from any text input. Compare hashes, verify data integrity, and more.

#️⃣ Hash & Crypto hash md5 sha256

Hex Decoder (Hex to Text)

Convert hexadecimal byte values back to readable text. Accepts space-separated, comma-separated, or continuous hex strings.

πŸ” Encoders & Decoders hex hexadecimal decode

Hex Encoder (Text to Hex)

Convert text to its hexadecimal byte representation. Each byte is shown as a two-digit hex value, space-separated.

πŸ” Encoders & Decoders hex hexadecimal encode

HTML Entity Decoder

Decode HTML entities back to their original characters. Convert <, &, " and numeric entities to readable text.

πŸ” Encoders & Decoders html entity decode

HTML Entity Encoder

Encode special characters to HTML entities. Prevents XSS attacks and ensures HTML code displays correctly on web pages.

πŸ” Encoders & Decoders html entity encode

JSON Formatter & Beautifier

Format, beautify, and pretty-print JSON data online. Choose indentation style, copy or download the result. Free, fast, and private.

{ } JSON Tools json formatter beautifier

JSON to CSV Converter

Convert JSON arrays of objects to CSV format online. Automatically detects columns, handles nested data, and escapes special characters.

πŸ”„ Data Converters json csv converter

JSON to YAML Converter

Convert JSON data to YAML format online. Clean, readable YAML output from any valid JSON input.

{ } JSON Tools json yaml converter

JSON Tree Viewer

Visualize JSON data as an interactive, collapsible tree. Explore nested objects and arrays with ease.

{ } JSON Tools json viewer tree

JSON Validator

Validate your JSON data instantly. Check for syntax errors, see detailed error messages, and get document statistics.

{ } JSON Tools json validator lint

JWT Decoder

Decode and inspect JSON Web Tokens (JWT) online. View header, payload, claims, and expiration status without any server.

πŸ” Encoders & Decoders jwt token decode

Line Counter

Count lines, words, characters, sentences, and paragraphs in any text. Real-time text statistics with reading time estimate.

πŸ“ Text Utilities line-count text code

Line Sorter

Sort lines alphabetically, by length, naturally, or randomly. Remove duplicates and trim whitespace. Supports ascending, descending, and custom sort modes.

πŸ“ Text Utilities sort lines text

Log Parser & Viewer

Parse, filter, and analyze log files in your browser. Supports syslog, nginx, JSON lines, Docker, and custom formats. No upload β€” all processing happens locally.

πŸ“ Text Utilities log parser viewer

Lorem Ipsum Generator

Generate placeholder text for your designs and layouts. Choose the number of paragraphs and copy the result instantly.

⚑ Generators lorem-ipsum placeholder text

Password Generator

Generate strong, random passwords with customizable length and character sets. Uses cryptographically secure randomness.

⚑ Generators password generator security

Regex Tester & Debugger

Free online regex tester. Test regular expressions in real time with match highlighting, capture groups, and flag toggles β€” all in your browser.

/.*/ Regex regex regular-expression tester

Remove Line Numbers

Strip line numbers from text. Handles common formats: '1 | ', '1: ', '1. ', '1) ', '1] '.

πŸ“ Text Utilities line-numbers text strip

ROT13 Decoder

Decode ROT13-encoded text back to plain text. The same shift-by-13 operation that encodes also decodes.

πŸ” Encoders & Decoders rot13 cipher decode

ROT13 Encoder

Encode text using the ROT13 cipher. Shifts each letter by 13 positions in the alphabet. Numbers and symbols are unchanged.

πŸ” Encoders & Decoders rot13 cipher encode

SQL Formatter

Format and beautify SQL queries online. Add proper indentation, capitalize keywords, and make your SQL readable.

✨ Code Formatters sql formatter beautifier

Text Reverser

Reverse any text character by character. Handles Unicode, emoji, and multi-byte characters correctly.

πŸ“ Text Utilities reverse text string

Unicode Escape

Convert non-ASCII characters to Unicode escape sequences (\uXXXX). Keep ASCII text readable while escaping everything else.

πŸ” Encoders & Decoders unicode escape encoding

Unicode Unescape

Convert Unicode escape sequences (\uXXXX) back to readable characters. Supports both \uXXXX and \u{XXXXX} formats.

πŸ” Encoders & Decoders unicode unescape decode

Unix Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa. Supports seconds and milliseconds.

πŸ• Date & Time unix timestamp date

URL Decoder

Decode percent-encoded URL strings back to readable text. Convert %20, %26, %3D and other encoded sequences to their original characters.

πŸ” Encoders & Decoders url decode percent-encoding

URL Encoder

Encode special characters for safe use in URLs. Convert spaces, ampersands, and other characters to percent-encoded format.

πŸ” Encoders & Decoders url encode percent-encoding

URL Slug Generator

Convert any text into a clean, URL-friendly slug. Remove special characters, accents, and spaces automatically.

πŸ“ Text Utilities slug url seo

UUID Generator

Generate random UUIDs (v4) and sortable UUIDs (v7) instantly. Copy single or batch-generate multiple UUIDs at once.

⚑ Generators uuid guid generator

Whitespace Cleaner

Clean up messy whitespace: trim lines, collapse multiple spaces, remove blank lines, and normalize line endings. Configurable options.

πŸ“ Text Utilities whitespace trim clean

Word Counter

Count words, characters, sentences, paragraphs, and estimate reading time. Real-time text analysis β€” just paste and see the results.

πŸ“ Text Utilities word-count text writing

YAML to JSON Converter

Convert YAML to JSON format online. Transform configuration files and data from YAML to standard JSON.

πŸ”„ Data Converters yaml json converter

Browse by Category