Developer Tools

Browse our collection of 75 privacy-first developer tools

Showing 75 tools

JSON

13

XML

5

CSV

7

Encode/Decode

12
encode
Local

Base64 Encode/Decode

Encode or decode text using Base64 encoding

base64encodedecode+1
encode
Local

URL Encode/Decode

Encode or decode URL/URI strings with percent encoding

urlencodedecode+2
encode
Local

HTML Encode/Decode

Encode or decode HTML entities. Protect against XSS by escaping special characters.

htmlencodedecode+4
encode
Local

Text to Binary

Convert text to binary (0s and 1s). Each character is converted to its binary representation. Supports ASCII and UTF-8 encoding with customizable separators.

textbinaryconvert+6
encode
Local

Binary to Text

Convert binary (0s and 1s) back to readable text. Automatically detects separators or processes continuous binary strings. Supports 8-bit and 16-bit encodings.

binarytextconvert+5
encode
Local

Text to Hex

Convert text to hexadecimal representation. Each character is converted to its hex value with customizable separators and prefixes (0x, \x).

texthexhexadecimal+4
encode
Local

Hex to Text

Convert hexadecimal to readable text. Automatically detects separators and prefixes (0x, \x). Supports various hex formats.

hextexthexadecimal+4
encode
Local

HTML Entity Encode

Convert special characters to HTML entities for safe display in web pages

htmlentityencode+4
encode
Local

HTML Entity Decode

Convert HTML entities back to their original characters

htmlentitydecode+4
encode
Local

Unicode Escape

Convert characters to Unicode escape sequences (\uXXXX) for use in code

unicodeescapeunescape+5
encode
Local

Unicode Unescape

Convert Unicode escape sequences (\uXXXX) back to readable characters

unicodeunescapedecode+4
encode
Local

ROT13 Cipher

Encode and decode text using ROT13 cipher. A simple letter substitution that rotates alphabet by 13 positions

rot13ciphercaesar+4

Compare & Diff

1

Security

4

Text

22
text
Local

Lorem Ipsum Generator

Generate Lorem Ipsum placeholder text. Customize paragraphs and word count.

loremipsumplaceholder+4
text
Local

Markdown to HTML

Convert Markdown to HTML instantly with GitHub Flavored Markdown support. Preview README files, documentation, and more.

markdownhtmlconvert+5
text
Local

Regex Tester

Test regular expressions with real-time matching and highlighting

regexregular expressionpattern+3
text
Local

Case Converter

Convert text between different case formats: camelCase, PascalCase, snake_case, kebab-case, and more

casecamelpascal+7
text
Local

YAML Formatter

Format and beautify YAML data with proper indentation and structure

yamlymlformat+3
text
Local

YAML Validator

Validate YAML syntax and structure, detect errors and warnings in your YAML files.

yamlymlvalidate+4
text
Local

YAML to XML

Convert YAML data to XML format with customizable root element and formatting options.

yamlxmlconvert+2
text
Local

YAML Key Sorter

Sort YAML object keys alphabetically in ascending or descending order, with recursive or top-level only options.

yamlsortkeys+3
text
Local

SQL Formatter

Format and beautify SQL queries with proper indentation and keyword case, or minify to reduce size

sqlformatbeautify+4
text
Local

Slugify

Convert text to URL-friendly slugs. Removes special characters and spaces for clean, SEO-friendly URLs

slugifyurlseo+5
text
Local

Sort Lines

Sort text lines alphabetically or numerically. Options for case sensitivity, reverse order, and removing empty lines

sortlinesalphabetical+4
text
Local

Unique Lines

Remove duplicate lines and keep only unique lines. Options for case sensitivity and preserving order

uniquelinesduplicate+4
text
Local

Remove Empty Lines

Remove all empty lines from text. Options to remove whitespace-only lines and trim remaining lines

removeemptylines+4
text
Local

Word Counter

Count words, characters, lines, and paragraphs in text. Get detailed statistics including reading time, average word length, and longest word.

wordcountcounter+5
text
Local

Character Counter

Count characters in text with detailed breakdown. Shows total characters, letters, digits, spaces, punctuation, and special characters separately.

charactercountcounter+5
text
Local

Line Counter

Count lines in text with various options. Count all lines, non-empty lines, or non-blank lines. Get line statistics and optionally add line numbers.

linecountcounter+4
text
Local

Reverse Text

Reverse text in various ways: character-by-character (backwards text), word-by-word (reverse word order), or line-by-line (reverse line order).

reversetextbackwards+5
text
Local

Text Length Calculator

Calculate text length in various units: characters, bytes, UTF-8 bytes, UTF-16 code units, Unicode code points, and grapheme clusters. Understand how text is measured differently.

textlengthsize+6
text
Local

Trim Whitespace

Remove whitespace from text in various ways: trim start/end, remove all spaces, normalize multiple spaces, or remove blank lines.

trimwhitespacespace+4
text
Local

Add Line Numbers

Add line numbers to each line of text. Customize starting number, separator format, zero padding, and optionally skip empty lines.

linenumbersnumber lines+3
text
Local

HTML to Text

Convert HTML to plain text by removing tags while preserving content

htmltextstrip+4
text
Local

Find & Replace

Find and replace text with support for regex patterns and multiple replacements

findreplaceregex+3

Web

7

Image

4