Developer Tools
Free, client-side developer utilities. No signup, no data sent anywhere.
Validate your .env files
Check for syntax errors, deprecated variables, and production readiness.
Share a secret securely
One-time, end-to-end encrypted links for passwords, API keys, or full .env files. Atomic burn-on-read with a passphrase as a second factor.
Formatters
JSON Formatter & Validator
Format, prettify, validate, and minify JSON online. Configurable indent and clear, descriptive errors on invalid JSON — runs entirely in your browser.
SQL Formatter
Format and beautify SQL for MySQL, PostgreSQL, SQLite, and SQL Server. Uppercase keywords, indent clauses, and make CTEs and stored procedures readable.
Markdown Preview
Preview GitHub-flavored Markdown as HTML in real time — headings, lists, tables, task lists, code, and blockquotes render instantly. Great for READMEs.
CSS Minifier / Beautifier
Minify and beautify CSS online. Strip whitespace and comments to shrink file size, or reformat compressed CSS for readability — runs entirely in your browser.
Encoders & Decoders
Base64 Encode / Decode
Encode and decode Base64 and Base64URL strings online. Toggle between standard Base64 and URL-safe Base64URL with real-time conversion.
URL Encode / Decode
Encode and decode URLs with full percent-encoding support. Safely escape query strings, path segments, and form-data payloads for web APIs and HTTP requests.
JWT Debugger
Decode, inspect and verify JSON Web Tokens. View claims with OIDC descriptions, verify HS256/RS256/ES256, and auto-fetch public keys from OIDC issuers.
HTML Entity Encode / Decode
Encode and decode HTML entities online. Escape <, >, &, quotes, and non-ASCII Unicode for safe rendering in HTML, JSX, and email — runs in your browser.
Image to Base64 Converter
Convert images to Base64 data URIs online. Drag and drop or upload any image to get Base64 encoded output.
Generators
UUID Generator
Generate v4 UUIDs online — bulk generation up to 1000 at once, instant copy to clipboard, RFC 4122 compliant. Uses crypto.randomUUID, runs in your browser.
Hash Generator
Generate SHA-1, SHA-256, and SHA-512 hashes from any text or string. Browser-based cryptographic hashing for checksums and fingerprinting — nothing is uploaded.
Lorem Ipsum Generator
Generate lorem ipsum placeholder text instantly. Pick paragraphs, sentences, or words — perfect for mocking layouts, design comps, and CMS content templates.
Password Generator
Generate strong, random passwords and passphrases online. Strength meter, configurable character sets, and word-based passphrase mode.
QR Code Generator
Generate QR codes from any text or URL. Adjustable size to 512px, four error-correction levels, instant PNG and SVG download, and live preview — no tracking.
.gitignore Generator
Generate safe, thorough .gitignore files. Every output includes a safety baseline (OS files, editor swaps, logs, secrets) and covers 50+ languages.
Dockerfile Generator
Generate production-ready Dockerfiles for Node.js, Python, Go, Rust, Java, and more. Multi-stage builds, slim base images, and non-root user defaults built in.
JWT Generator
Create and sign JSON Web Tokens with custom claims online. Supports HS256, HS384, and HS512 algorithms.
Meta Tag Generator (OpenGraph, Twitter, SEO)
Generate OpenGraph, Twitter Card, and SEO meta tags. Enter title, description, URL, and image, then copy the HTML snippet. Optional JSON-LD. Browser-only.
.env Builder
Generate ready-to-use .env files for Node.js, Docker, and AWS. Pick a template and an environment (development, staging, production), copy or download.
Converters
Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and back. Handles seconds, milliseconds, UTC, local time zones, ISO 8601, and relative times — fast and offline.
Color Converter
Convert colors between HEX, RGB, HSL, HSV, and OKLCH online. Live preview, named CSS colors, WCAG contrast check, and instant copy in any format — no signup.
Number Base Converter
Convert numbers between decimal, hexadecimal, octal, and binary instantly in your browser. Handy for debugging bitmasks, color hex codes, and chmod permissions.
Text Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPER, lower, Title and Sentence case.
YAML ↔ JSON Converter
Convert YAML to JSON and JSON to YAML in your browser. Bidirectional conversion preserves nested structure and types — for Kubernetes manifests and CI configs.
JSON to TypeScript
Convert JSON objects into TypeScript interfaces and types. Generate accurate types from API responses or sample data instantly — runs entirely in your browser.
cURL to Code Converter
Convert cURL commands to Python, JavaScript, Go, PHP, and Ruby. Paste a curl request, get idiomatic client code instantly — runs entirely in your browser.
JSON to CSV Converter
Convert JSON arrays to CSV and CSV to JSON online. Handles nested objects with automatic flattening.
Markdown to HTML Converter
Convert Markdown to HTML with live preview. GitHub-flavored — tables, task lists, code fences, autolinks — with sanitized HTML output you can copy.
HTML to Markdown Converter
Convert HTML to clean GitHub-flavored Markdown online. Handles headings, lists, links, images, code blocks, blockquotes, and tables — runs in your browser.
TOML / JSON / YAML Converter
Convert between TOML, JSON, and YAML online. Bidirectional config conversion with live preview — paste a config, switch formats, runs entirely in your browser.
.env Converter
Paste a .env file, get the equivalent for Docker Compose, Kubernetes ConfigMap, Vercel CLI, AWS Parameter Store, GitHub Actions, or shell exports. Client-side.
Testers
Regex Tester
Test and debug JavaScript regular expressions online. Live match highlighting, capture-group inspection, flag support, and instant syntax-error feedback.
Diff Checker
Compare two text blocks side-by-side and highlight inline differences. Word- and line-level diff for code, JSON, config files, and prose — runs in your browser.
Cron Expression Parser
Parse and explain cron expressions in plain English. See upcoming run times, validate syntax, and understand schedules for crontab, Kubernetes, and CI jobs.
JSONPath Tester
Test JSONPath expressions against JSON data online with live results and example queries. Filter, slice, and extract nodes — runs entirely in your browser.
.env Validator
Validate your .env for syntax errors, missing production requirements, naming conventions, and live secret leaks (AWS, GitHub, Stripe, Slack). Runs client-side.
Utilities
Word Counter
Count words, characters, sentences, and paragraphs as you type. Instantly estimates reading time — handy for essays, blog posts, and SEO-friendly snippets.
IP Subnet Calculator
Calculate IPv4 subnets, split networks into subnets, plan address space with visual binary breakdown and exportable subnet plans.
DNS Lookup
Look up DNS records for any domain. Query A, AAAA, MX, TXT, NS, and CNAME records using DNS-over-HTTPS.
Chmod Calculator
Visual file permission calculator. Convert between symbolic (rwxr-xr-x) and octal (755) notation, toggle setuid/setgid/sticky bits, and copy the chmod command.
CSV Viewer & Editor
View CSV files as sortable, searchable tables online. Paste or upload data, sort by any column, and scan large files — runs entirely in your browser.
HTTP Header Analyzer
Analyze HTTP response headers for security gaps. Audits HSTS, CSP, X-Frame-Options, Referrer-Policy, Permissions-Policy, and CORS — paste your raw headers.