Skip to content
69 Developer Utilities • 100% Client-Side Execution

Essential Tools for Modern Developers

Formatters, encoders, generators, and inspectors running directly in your browser memory. Never phones home, never leaks secrets.

Quick Micro-ActionsInstant Client Runtime
Format JSONBase64 Tool
No Ads & No Tracking
100% In-Browser Memory
Zero Server Roundtrips
Free & Open Source

Browse by Category

(69 total)
JSON

JSON Formatter & Validator

Format, validate, query, filter, repair, and inspect JSON in real time with non-blocking Web Worker performance. 100% client-side.

/json-formatter
codegen

JSON → Model

Convert JSON to C# classes or TypeScript interfaces with proper types.

/json-model
JSON → Zod

JSON to Zod Schema Generator

Convert JSON payloads into strongly-typed Zod schemas and TypeScript types.

/json-to-zod
DATA

JSON to CSV & CSV to JSON Converter

Convert JSON arrays to CSV spreadsheets or CSV files to JSON with nested object flattening and live tabular preview.

/json-to-csv
SQL

JSON to SQL Schema & Query Converter

Convert JSON objects and arrays into SQL CREATE TABLE and INSERT INTO statements with automatic data type detection and multi-dialect support.

/json-to-sql
AGE

Age & Lifetime Milestone Calculator

Calculate your exact age down to the second, total days, hours, minutes, heartbeats, breaths, next birthday countdown, and planetary ages.

/age-calculator
CONTRAST

WCAG 2.1 Color Contrast Checker

Test foreground and background color combinations against WCAG 2.1 AA and AAA accessibility standards with live preview and color blindness simulation.

/wcag-contrast-checker
SEMVER

SemVer Calculator & Range Tester

Parse, validate, compare, sort, and calculate version increments according to SemVer 2.0.0 rules and NPM range expressions.

/semver-calculator
YAML

YAML <-> JSON Converter

Convert bidirectionally between YAML and JSON with real-time validation, key sorting, and custom indentation options.

/yaml-json-converter
curl

cURL to Code Converter

Convert cURL commands into clean JavaScript fetch, Node.js Axios, Python requests, Go, Rust, or PHP code snippets instantly.

/curl-converter
SQL

SQL Formatter & Prettifier

Format, indent, validate, and minify SQL queries online. Capitalize keywords, format clauses, and clean up raw database queries.

/sql-formatter
graphql

GraphQL Query Formatter

Format, prettify, validate, and minify GraphQL queries, mutations, and schemas online with custom indentation.

/graphql-formatter
DOCKER

Dockerfile & Container Generator

Generate production-ready, secure, multi-stage Dockerfiles, .dockerignore, and docker-compose files with built-in security auditing.

/dockerfile-generator
DOCKER

Docker Run to Compose Converter

Convert single or multi-line docker run commands into clean, production-ready docker-compose.yml YAML configurations instantly.

/docker-run-to-compose
REACT

SVG to JSX / React Converter

Transform raw SVG markup into clean, optimized React JSX / TSX icon components with TypeScript types, custom props, and currentColor support.

/svg-to-jsx
QR CODE

QR Code Generator

100% Safe & Secure QR Code Generator. Create infinite vector QR codes (SVG, EPS) and high-res PNGs with transparent background, custom shapes, and zero tracking.

/qr-code-generator
QR CODE

QR Code Scanner

Scan and decode QR codes from your webcam or by uploading image files (PNG, JPEG, WebP, SVG) completely offline and in-browser.

/qr-code-scanner
GIT

.gitignore Generator

Generate a clean, deduplicated .gitignore file for your language, framework, editor, and operating system—entirely in your browser.

/gitignore-generator
hmac

HMAC Generator & Calculator

Calculate HMAC-SHA256, HMAC-SHA512, and HMAC-SHA1 signatures for webhook verification and API security.

/hmac-generator
BCRYPT

Bcrypt Hash Generator & Verifier

Generate secure bcrypt password hashes with adjustable cost factors, analyze hash structures, and verify plaintext passwords against existing hashes.

/bcrypt-generator
SUBNET

CIDR & Subnet Calculator

Calculate IPv4 CIDR blocks, usable host IP ranges, subnet masks, wildcard masks, and binary network breakdowns.

/cidr-calculator
ESCAPE

String Escape & Unescape

Escape and unescape strings for JSON, JavaScript, Python, Java, C#, SQL, CSV, HTML, and Shell.

/string-escaper
DATA

Large CSV & TXT Table Viewer (Up to 1GB)

View, parse, and analyze massive pipe-separated or delimited CSV and TXT files up to 1GB in a fast paginated table directly in your browser with zero memory freeze.

/csv-txt-viewer
NUMBERS

Number Base Converter

Convert numbers across Decimal, Binary, Hexadecimal, Octal, and custom bases (Base 2-36) with two's complement details.

/base-converter
CSS

CSS Unit & Fluid clamp() Converter

Convert between PX, REM, EM, VW, VH, %, and PT with Tailwind CSS class matching and fluid clamp() generator.

/css-unit-converter
EVENTS

Keycode & Keyboard Event Inspector

Inspect JavaScript KeyboardEvent attributes (key, code, which, keyCode, modifiers) with live keypress capture and event handler code generator.

/keycode-inspector
encode

Base64

Encode plain text to Base64 or decode Base64 back to plain text.

/base64
encode

URL Encoder / Decoder

Encode or decode URLs and query string parameters instantly in your browser.

/url-encoder
encode

HTML Entity Encoder

Encode plain text into safe HTML entities and decode entity strings back into readable text in your browser.

/html-entity
diff

Text Diff

Compare two text blocks line-by-line and highlight every change.

/text-diff
generate

UUID Generator

Generate RFC 4122 v4 UUIDs one at a time or in bulk up to 100.

/uuid
auth

JWT Decoder

Decode and inspect JSON Web Tokens — header, payload, expiry and more.

/jwt
web

HTML Formatter

Format and minify HTML code for better readability or compactness.

/html-formatter
generate

Password Generator

Generate strong, random passwords with customizable length and character sets.

/password-generator
generate

Lorem Ipsum Generator

Create placeholder paragraphs for wireframes, prototypes, content mocks, and layout testing.

/lorem-ipsum-generator
text

Regex Tester & Checker

Test and check regular expressions online live against sample text with real-time match and group highlighting.

/regex
text

Case Converter

Convert text between uppercase, lowercase, camelCase, snake_case, kebab-case and more.

/case-converter
text

Slug Generator

Convert titles and labels into clean kebab-case or snake_case slugs entirely in your browser.

/slug-generator
web

Markdown Preview

Write Markdown on the left and see a live preview on the right.

/markdown-preview
crypto

SHA-256 Hash Generator

Generate a SHA-256 hash from any input string instantly in your browser.

/sha256
Analyze

Word Counter

Count words, characters, sentences, paragraphs and reading time instantly.

/word-counter
data

Timestamp Converter

Convert Unix timestamps, ISO dates, and local date strings instantly in your browser.

/timestamp-converter
Cron Parser

Cron Expression Parser

Parse, explain, and calculate execution times for 5-part cron expressions.

/cron-parser
web

Query String Parser

Parse URL query strings into readable key/value pairs and JSON entirely in your browser.

/query-string-parser
web

Color Converter

Convert HEX, RGB, and HSL values instantly with a live color preview. Free and fully client-side.

/color-converter
http

HTTP Status Lookup

Search common HTTP response codes and their meanings while debugging APIs. Runs entirely in your browser.

/http-status-lookup
web

MIME Type Lookup

Look up common file extensions, content types, and browser-facing MIME labels while working with uploads or headers.

/mime-type-lookup
web

User Agent Parser

Parse raw browser user agent strings into browser, engine, operating system, and device hints.

/user-agent-parser
data

ASCII Table

Browse ASCII characters in decimal, hex, and binary with search and quick copy actions.

/ascii-table
encode

Hash Comparator

Compare two hashes or checksums after trimming whitespace and normalizing letter case.

/hash-comparator
web

HTTP Header Parser

Parse raw HTTP request or response headers into structured rows and JSON.

/http-header-parser
auth

Basic Auth Header

Generate and decode HTTP Basic Authorization headers using username and password pairs.

/basic-auth-header
data

Unix Permissions Calculator

Convert read, write, and execute bits into chmod octal and symbolic permission strings.

/unix-permissions-calculator
ai

Local AI Text Assistant

Summarize text, surface keywords, detect action items, and estimate sentiment fully in JavaScript with no API.

/local-ai-text-assistant
text

CSV to Markdown

Convert CSV or TSV data into a well-formatted Markdown table instantly.

/csv-to-markdown
encode

Hex Converter

Convert text to hexadecimal and hexadecimal back to text.

/hex-converter
generate

MAC Address Generator

Generate valid unicast, multicast, locally administered, or vendor-specific MAC addresses in colon, hyphen, or dot formats.

/mac-address-generator
crypto

RSA Key Generator

Generate RSA public and private key pairs securely in your browser.

/rsa-key-generator
generate

SVG Placeholder

Generate fast, customizable SVG placeholder images for your projects.

/svg-placeholder-generator
web

URL Parser

Parse URLs into their component parts (protocol, host, path, parameters).

/url-parser
web

XML Formatter

Format, beautify or minify XML strings natively in your browser.

/xml-formatter
text

Line Sorter & Deduplicator

Sort lines alphabetically, by length, or naturally — remove duplicates, trim whitespace, and drop empty lines.

/line-sorter
data

Number to Words Converter

Convert numbers into English words — supports decimals, negative values, and magnitudes up to 999 trillion.

/number-to-words
text

Text Repeater & Multiplier

Replicate and repeat text, characters, or strings up to thousands of times with custom separators and formatting options.

/text-repeater
ai

AI Token Counter & Visualizer

Estimate token sizes, inspect character segments, and calculate pricing across GPT-4o, Claude, Gemini, and Llama encoders.

/ai-token-counter
auth

JWT Encoder & Token Generator

Create and sign JSON Web Tokens (JWT) with HMAC algorithms (HS256/HS384/HS512) entirely in your browser.

/jwt-encoder
cron

Cron Expression Generator

Build cron scheduling expressions with interactive controls, presets, and human-readable descriptions.

/cron-generator
analyze

Password Strength Analyzer

Analyze password entropy, estimate crack times, detect common patterns, and get actionable improvement tips — all in your browser.

/password-strength-analyzer
generate

Faker Data Generator

Generate realistic fake names, emails, phones, addresses, IPs, UUIDs, and sentences for testing — entirely in your browser.

/faker-data-generator

100% Client-Side Privacy

Your code, API keys, JSON strings, and secrets never leave your device. All parsing, hashing, and encoding happens entirely inside your browser JS runtime.

Zero Latency & Offline Ready

No network latency or server bottlenecks. Every transformation executes synchronously at native WebAssembly and JS V8 speeds.

No Ads, Trackers, or Bloat

Zero telemetry, no popups, no cookie banners, and no clutter. Just clean, developer-focused utilities designed for high productivity.