Directory

All Developer Tools (105)

Browse the complete Phase 1 and Phase 2 catalog of fast, free, client-side utilities across seven focused categories.

textT01

Word Counter

Count words in supplied text.

Open Tool
textT02

Character Counter

Count characters in supplied text.

Open Tool
textT16

Text Statistics

Provide a combined text-analysis dashboard.

Open Tool
textT17

Whitespace Remover

Remove or normalize unwanted whitespace.

Open Tool
textT30

Text Cleaner

Combine common text-cleaning operations in one workflow.

Open Tool
textT32

Case Converter

Convert text between common writing and code cases.

Open Tool
textT45

Find & Replace

Find selected text/patterns and replace matches.

Open Tool
textT46

Find & Remove

Remove selected text or matching patterns.

Open Tool
textT54

Remove Duplicate Lines

Remove repeated lines while preserving unique lines.

Open Tool
textT57

Sort Lines

Sort multiline input into a predictable order.

Open Tool
textT85

Text Diff

Compare two text inputs and highlight differences.

Open Tool
textT80

Text Joiner/Splitter

Join multiple lines or split text using a delimiter.

Open Tool
jsonJ01

JSON Formatter

Format valid JSON into readable indented JSON.

Open Tool
jsonJ03

JSON Validator

Check JSON syntax and return actionable errors.

Open Tool
jsonJ04

JSON Minifier

Minify valid JSON without changing its data values.

Open Tool
jsonJ08

JSON Viewer

Display JSON as an interactive readable structure.

Open Tool
jsonJ09

JSON Tree Viewer

Display JSON as an interactive readable structure.

Open Tool
jsonJ12

JSON Sorter

Sort JSON object keys in a predictable order.

Open Tool
jsonJ14

JSON Flatten

Convert JSON nested → flat key paths.

Open Tool
jsonJ15

JSON Unflatten

Convert JSON flat key paths → nested JSON.

Open Tool
jsonJ29

JSON Diff

Compare two JSON documents structurally.

Open Tool
jsonJ19

JSON Path Tester

Test JSONPath-style expressions against JSON.

Open Tool
jsonJ16

JSON Key Extractor

Extract keys or key paths from JSON.

Open Tool
jsonJ22

JSON Key Remover

Remove selected keys from JSON.

Open Tool
jsonJ35

JSON → CSV

Convert JSON records into CSV.

Open Tool
jsonJ36

CSV → JSON

Convert CSV rows into JSON objects.

Open Tool
developerD01

UUID Generator

Generate selected UUID version identifiers.

Open Tool
developerD03

UUID Validator

Validate UUID strings and identify version when possible.

Open Tool
developerD08

UUID v4 Generator

Generate UUID v4 identifiers.

Open Tool
developerD10

UUID v7 Generator

Generate UUID v7 identifiers.

Open Tool
developerD13

Random ID Generator

Generate configurable random identifiers.

Open Tool
developerD14

Regex Tester

Test a regular expression against text.

Open Tool
developerD16

Regex Replace

Replace regex matches in text.

Open Tool
developerD17

Regex Extractor

Extract regex matches and capture groups from text.

Open Tool
developerD25

Unix Timestamp Converter

Convert Unix timestamps and human-readable dates.

Open Tool
developerD33

Timezone Converter

Convert a date/time between time zones.

Open Tool
developerD39

URL Parser

Break a URL into its standard components.

Open Tool
developerD59

Cron → Human Readable

Translate a cron expression into readable language.

Open Tool
encodingE01

Base64 Encoder

Encode text/data using Base64.

Open Tool
encodingE02

Base64 Decoder

Decode text/data using Base64.

Open Tool
encodingE03

Base64 URL Encoder

Encode text/data using URL-safe Base64.

Open Tool
encodingE04

Base64 URL Decoder

Decode text/data using URL-safe Base64.

Open Tool
encodingE10

URL Encoder

Percent-Encode text for URL use.

Open Tool
encodingE11

URL Decoder

Decode Percent-Encoded text for URL use.

Open Tool
encodingE16

HTML Encoder

Encode HTML special characters/entities as text.

Open Tool
encodingE17

HTML Decoder

Decode HTML special characters/entities as text.

Open Tool
encodingE30

Hex Encoder

Convert data to/from hexadecimal (encode text/data as hexadecimal).

Open Tool
encodingE31

Hex Decoder

Convert data to/from hexadecimal (decode hexadecimal into text/data).

Open Tool
securityS01

Password Generator

Generate cryptographically secure passwords with configurable character classes.

Open Tool
securityS02

Password Strength Checker

Analyze password strength locally and provide actionable guidance.

Open Tool
securityS03

Hash Generator

Generate MD5 and SHA-family hashes from text.

Open Tool
securityS04

HMAC Generator

Generate keyed HMAC signatures with browser cryptography.

Open Tool
securityS05

HMAC Validator

Compare an expected HMAC using constant-time byte comparison.

Open Tool
securityS06

JWT Decoder

Decode JWT header, payload, signature and time claims without implying verification.

Open Tool
securityS07

JWT Generator

Generate signed development JWTs using an approved HMAC algorithm.

Open Tool
securityS08

JWT Validator

Validate supported JWT HMAC signatures and inspect claims.

Open Tool
securityS09

Fernet Key Generator

Generate Fernet-compatible URL-safe encryption keys.

Open Tool
securityS10

Fernet Encrypt

Encrypt UTF-8 text into a standards-compatible Fernet token.

Open Tool
securityS11

Fernet Decrypt

Authenticate and decrypt a Fernet token.

Open Tool
securityS12

AES Encrypt / Decrypt

Encrypt or decrypt text with authenticated AES-GCM.

Open Tool
securityS13

RSA Key Pair Generator

Generate RSA public/private key pairs locally.

Open Tool
securityS14

RSA Encrypt / Decrypt

Encrypt or decrypt short data using RSA-OAEP.

Open Tool
securityS15

RSA Sign / Verify

Create and verify RSA-PSS signatures.

Open Tool
securityS16

Secret / Token Generator

Generate cryptographically secure application secrets.

Open Tool
securityS17

Random Bytes Generator

Generate cryptographically secure random byte representations.

Open Tool
securityS18

Checksum Generator

Generate CRC32, MD5 and SHA integrity checksums.

Open Tool
sqlSQL01

SQL Formatter

Format SQL with configurable dialect, indentation and keyword casing.

Open Tool
sqlSQL02

SQL Minifier

Remove SQL comments and unnecessary whitespace while preserving quoted values.

Open Tool
sqlSQL03

SQL Validator

Check supported SQL structure and report actionable diagnostics.

Open Tool
sqlSQL04

SQL Beautifier

Beautify SQL through the shared formatter engine.

Open Tool
sqlSQL05

SQL to JSON

Convert delimited SQL result rows into JSON objects.

Open Tool
sqlSQL06

SQL to CSV

Normalize tabular SQL result data as CSV.

Open Tool
sqlSQL07

SQL to INSERT

Generate dialect-aware INSERT statements from tabular rows.

Open Tool
sqlSQL08

INSERT to SQL

Parse supported INSERT statements into structured table data.

Open Tool
sqlSQL09

SQL IN Clause Generator

Generate safely escaped SQL IN expressions from lists.

Open Tool
sqlSQL10

SQL WHERE Clause Builder

Build WHERE clauses from structured conditions.

Open Tool
sqlSQL11

SQL Table Generator

Generate CREATE TABLE statements from column definitions.

Open Tool
sqlSQL12

SQL UPDATE Generator

Generate UPDATE statements with an explicit condition.

Open Tool
sqlSQL13

SQL DELETE Generator

Generate DELETE statements with a visible missing-WHERE safeguard.

Open Tool
sqlSQL14

SQL JOIN Generator

Generate JOIN queries from table and key definitions.

Open Tool
sqlSQL15

SQL Query Explainer

Explain supported query structure locally without AI or execution.

Open Tool
dataP2D01

CSV Viewer

Inspect CSV in a searchable, sortable and paginated table.

Open Tool
dataP2D02

CSV Formatter

Normalize delimited data with configurable quoting and line endings.

Open Tool
dataP2D03

CSV Validator

Validate CSV quoting and row structure with row diagnostics.

Open Tool
dataP2D04

CSV to JSON

Convert CSV rows into JSON objects with optional type detection.

Open Tool
dataP2D05

JSON to CSV

Convert JSON arrays into CSV with nested-field handling.

Open Tool
dataP2D06

CSV to TSV

Convert comma-separated data to tab-separated data.

Open Tool
dataP2D07

TSV to CSV

Convert tab-separated data to comma-separated data.

Open Tool
dataP2D08

CSV Column Extractor

Extract selected columns from a dataset.

Open Tool
dataP2D09

CSV Column Remover

Remove selected columns from a dataset.

Open Tool
dataP2D10

CSV Column Renamer

Rename CSV columns without modifying source rows.

Open Tool
dataP2D11

CSV Sorter

Sort CSV rows by a selected column and direction.

Open Tool
dataP2D12

CSV Filter

Filter CSV rows with explicit column operators.

Open Tool
dataP2D13

CSV Deduplicator

Remove duplicate rows using whole-row or selected-column keys.

Open Tool
dataP2D14

CSV Merger

Merge datasets while aligning columns by header.

Open Tool
dataP2D15

CSV Splitter

Split CSV into locally downloadable row chunks.

Open Tool
dataP2D16

CSV Transpose

Transpose rows and columns.

Open Tool
dataP2D17

CSV Statistics

Profile rows, missing values, uniqueness and numeric columns.

Open Tool
dataP2D18

CSV to Markdown Table

Convert CSV into escaped Markdown table syntax.

Open Tool
dataP2D19

JSONL Formatter

Validate and normalize JSON Lines one value per line.

Open Tool
dataP2D20

JSONL to JSON

Convert newline-delimited JSON into a JSON array.

Open Tool
dataP2D21

JSON to JSONL

Convert a JSON array into newline-delimited JSON.

Open Tool
dataP2D22

Delimited Text Converter

Convert between comma, tab, pipe, semicolon and custom delimiters.

Open Tool
dataP2D23

Data Cleaner

Trim, normalize and clean structured delimited data.

Open Tool
dataP2D24

Column / Row Counter

Count rows, columns, empty values and duplicate structures.

Open Tool