All tools.
243+ free developer tools, organized by category.
JSON Tools
27JSON Formatter
Format and beautify JSON data with syntax highlighting and collapsible tree view.
JSON Minifier
Minify and compress JSON by removing all whitespace.
JSON Validator
Validate JSON syntax and get descriptive error messages with line numbers.
JSON Diff
Compare two JSON objects and visualize the differences.
JSON to YAML
Convert JSON data to YAML format instantly.
JSON to CSV
Convert JSON arrays to CSV format, ready to open in Excel.
JSON to TypeScript
Generate TypeScript interfaces and types from JSON data.
JSON to Go Struct
Generate Go struct definitions from JSON data.
JSONPath Tester
Test JSONPath expressions against JSON data and see results instantly.
JSON Schema Generator
Generate a JSON Schema from any JSON document automatically.
JSON to Python
NewGenerate Python TypedDict or dataclass definitions from JSON data.
JSON to Rust
NewGenerate Rust structs with serde derive attributes from JSON data.
JSON to Kotlin
NewGenerate Kotlin data classes with Gson annotations from JSON data.
JSON to Swift
NewGenerate Swift Codable structs from JSON data.
JSON to C#
NewGenerate C# records or classes with JsonPropertyName attributes from JSON data.
JSON to Dart
NewGenerate Dart classes with fromJson/toJson helpers from JSON data.
JSON to Zod Schema
NewGenerate Zod validation schemas and TypeScript types from JSON data.
JSON to Java
NewGenerate Java records with Jackson annotations from JSON data.
JSON to PHP
NewGenerate PHP 8+ typed classes with fromArray hydration from JSON data.
JSON to Yup Schema
NewGenerate Yup validation schemas from JSON data.
JSON to OpenAPI Schema
NewGenerate an OpenAPI Schema Object from JSON data.
JSON to MySQL
NewGenerate a MySQL CREATE TABLE statement from JSON data.
JSON to XML
NewConvert JSON data to XML markup with configurable root and pretty-printing.
JSON to INI
NewConvert JSON data to INI configuration file format.
JSON to .env
NewConvert JSON data to .env / properties style KEY=value lines.
JSON to TOML
NewConvert JSON data to TOML configuration format.
JSON Viewer
NewInteractive collapsible tree view for exploring and navigating JSON data.
Text Tools
26Case Converter
Convert text between camelCase, snake_case, PascalCase, UPPER_CASE, kebab-case, and more.
Word Counter
Count words, characters, sentences, paragraphs, and reading time.
Slug Generator
Generate URL-friendly slugs from any text string.
Markdown Preview
Write Markdown and preview the rendered HTML output in real-time.
Diff Checker
Compare two text blocks side by side and highlight the differences.
Lorem Ipsum Generator
Generate placeholder lorem ipsum text in paragraphs, words, or lists.
Regex Tester
Test regular expressions with real-time match highlighting, flags, and capture groups.
Find & Replace
Bulk find and replace text with support for regex and case sensitivity.
Sort Lines
Sort lines alphabetically, numerically, reverse or randomly.
Remove Duplicate Lines
Remove duplicate lines from text, keeping unique lines only.
Markdown to Text
NewStrip Markdown syntax and convert it to clean plain text.
ASCII Art Text Generator
NewConvert text to ASCII art using block character fonts.
String Inspector
NewDeep-inspect any string: byte length, entropy, character types, encoding, line endings.
URL Parser
NewParse any URL into its components: protocol, host, path, query params, and hash.
QueryString Parser
NewParse and edit URL query strings with key-value table view.
User Agent Parser
NewParse User-Agent strings to detect browser, OS, device type, and engine.
Unit Converter
NewConvert between units of length, weight, temperature, area, volume, speed, and more.
Keycode Info
NewPress any key to see its keyCode, key name, code, and event properties.
Readability Score Checker
NewCalculate Flesch Reading Ease and Flesch-Kincaid Grade Level for any text.
Keyword Extractor
NewExtract and rank the most frequent keywords and phrases from any text.
Text Reverser
NewReverse text by character, word order, per-word letters, or line order.
Palindrome Checker
NewCheck if a phrase is a palindrome and find palindromic substrings within text.
Text to Binary Converter
NewConvert text to binary and binary back to text, with full UTF-8 support.
Zalgo Text Generator
NewGenerate cursed glitch text using combining Unicode diacritical marks, or remove it.
Anagram Finder
NewCheck if two words are anagrams, or find anagrams of a word from a built-in word list.
Emoji Remover
NewStrip emoji characters from text and see a summary of what was removed.
Encoding & Decoding
17Base64 Encoder
Encode text or files to Base64 format for safe data transmission.
Base64 Decoder
Decode Base64 encoded strings back to plain text or binary data.
URL Encoder / Decoder
Percent-encode and decode URLs and query string parameters.
HTML Entity Encoder
Encode and decode HTML entities like &, <, >, and more.
Hex Converter
Convert between hexadecimal, decimal, binary, and octal number systems.
Unicode Lookup
Look up Unicode code points, search by character name, and convert between encodings.
JWT Decoder
Decode and inspect JWT tokens — header, payload, and signature — without verification.
Base58 Encoder / Decoder
NewEncode and decode data using Bitcoin Base58 and Base58Check encoding.
Number Base Converter
NewConvert numbers between binary, octal, decimal, hex, and any base from 2–36.
Data URL Generator
NewConvert files to Base64 data URLs and decode data URLs back to files.
Base32 Encoder / Decoder
NewEncode and decode data using RFC 4648 Base32 — used in TOTP secrets and DNSSEC.
Base62 Encoder / Decoder
NewEncode and decode data using Base62 — ideal for URL-safe short IDs.
Base85 (Ascii85) Encoder / Decoder
NewEncode and decode data using Ascii85/Base85, as used in PDF and PostScript.
Morse Code Converter
NewConvert text to Morse code and back using the international Morse alphabet.
ROT13 / ROT47 Cipher
NewEncode and decode text using the ROT13 and ROT47 substitution ciphers.
Punycode Converter
NewConvert internationalized domain names (IDN) to and from Punycode (ACE).
Quoted-Printable Encoder / Decoder
NewEncode and decode Quoted-Printable text as used in email MIME content.
Security & Crypto
12Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-512, and SHA-3 hashes from text or files.
Password Generator
Generate strong, random passwords with configurable length and character sets.
UUID Generator
Generate RFC 4122 UUIDs (v1, v4, v5, v7) individually or in bulk.
Password Strength Checker
Check the strength of a password using entropy analysis and common patterns.
bcrypt Generator
Hash and verify passwords using the bcrypt algorithm securely in the browser.
HMAC Generator
Generate HMAC signatures using SHA-256, SHA-512, or MD5 with a secret key.
Random String Generator
Generate cryptographically secure random strings, tokens, and API keys.
ULID Generator
NewGenerate Universally Unique Lexicographically Sortable Identifiers (ULIDs).
Basic Auth Generator
NewGenerate HTTP Basic Authentication headers from username and password.
RSA Key Pair Generator
NewGenerate RSA public/private key pairs (2048/4096-bit) in PEM format using Web Crypto API.
Data Encryptor
NewEncrypt and decrypt text using AES-256-GCM with PBKDF2 key derivation — all client-side.
BIP39 Passphrase Generator
NewGenerate BIP39 mnemonic seed phrases (12–24 words) for cryptocurrency wallets.
CSS Tools
18CSS Formatter
Format and beautify CSS code with consistent indentation and spacing.
CSS Minifier
Minify CSS by removing comments, whitespace, and redundant rules.
Box Shadow Generator
Visually build CSS box shadows with live preview and code output.
Border Radius Generator
Visually design CSS border-radius shapes with a live preview.
Flexbox Generator
Build CSS flexbox layouts visually with live code output.
Glassmorphism Generator
Create beautiful glassmorphism effects with backdrop-filter and live preview.
CSS Clip-Path Generator
NewVisually build CSS clip-path shapes with draggable points and live preview.
CSS Filter Generator
NewVisually build CSS filter effects — blur, brightness, contrast, and more — with live preview.
CSS Transform Generator
NewVisually build CSS transforms — translate, rotate, scale, skew — with live preview.
Neumorphism Generator
NewGenerate soft-UI neumorphic box-shadow effects with live preview and code output.
Mesh Gradient Generator
NewGenerate colorful multi-point mesh gradient backgrounds with live preview.
CSS Triangle Generator
NewGenerate pure CSS triangles using the border trick, with live preview.
CSS Cursors Reference
NewInteractive reference for all CSS cursor types with live hover demo.
SVG Optimizer
NewOptimize and minify SVG files by removing unnecessary attributes and whitespace.
SVG to CSS
NewConvert SVG code to CSS background-image data URI for inline use.
SVG Blob Generator
NewGenerate organic random blob shapes as SVG with adjustable complexity and instant copy.
Typography Scale Generator
NewBuild a modular type scale from a base size and ratio, with generated CSS custom properties.
CSS Grid Generator
NewVisually build CSS Grid layouts with track sizing, gaps, and grid-template-areas.
HTML Tools
8HTML Formatter
Format and beautify HTML markup with proper indentation.
HTML Minifier
Minify HTML by removing whitespace, comments, and optional tags.
HTML Preview
Write HTML and instantly preview the rendered output in a sandboxed frame.
Markdown to HTML
Convert Markdown to clean HTML markup ready to embed.
HTML to Markdown
NewConvert HTML markup to clean Markdown, including tables and lists.
HTML Sanitizer
NewRemove unsafe HTML tags and attributes while keeping safe markup.
HTML to Text
NewExtract plain text from HTML, preserving structure and optionally converting links.
HTML Validator
NewValidate HTML structure for common errors, missing attributes, and accessibility issues.
JavaScript Tools
2YAML Tools
8YAML Formatter
Format and validate YAML configuration files.
YAML to JSON
Convert YAML to JSON format with one click.
YAML to TOML
Convert YAML configuration files to TOML format.
YAML to CSV
NewConvert an array of YAML records into CSV format.
YAML to XML
NewConvert YAML documents to XML markup.
TOML Formatter
NewFormat, validate, and minify TOML configuration files.
TOML to JSON
NewConvert TOML configuration files to JSON format.
TOML to YAML
NewConvert TOML configuration files to YAML format.
CSV & Data
6CSV Viewer
View and explore CSV data in a formatted, searchable table.
CSV to JSON
Convert CSV files or data to JSON arrays.
CSV to SQL
Generate SQL INSERT statements from CSV data.
CSV to YAML
NewConvert CSV data into structured YAML.
CSV to TOML
NewConvert CSV data into a TOML array of tables.
CSV to XML
NewConvert CSV data into XML markup.
XML Tools
6XML Formatter
NewFormat, beautify, and minify XML documents with syntax validation.
XML Validator
NewValidate XML documents and get detailed error messages with line numbers.
XML Minifier
NewMinify XML by removing whitespace and comments to reduce file size.
XML to JSON
NewConvert XML documents to JSON format with attribute and namespace support.
XML to YAML
NewConvert XML documents to YAML format.
XPath Tester
NewTest XPath expressions against XML documents and see matching nodes.
SQL Tools
3Date & Time
4Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates in any timezone.
Cron Expression Builder
Build and parse cron expressions with a visual editor and next-run preview.
Timezone Converter
Convert times between any two timezones with DST awareness.
Date Difference Calculator
Calculate the exact difference between two dates in days, months, years, and more.
Networking
7HTTP Status Codes
Complete reference for all HTTP status codes with descriptions and use cases.
MIME Types Reference
Search and browse all MIME types and their associated file extensions.
CIDR Calculator
Calculate IP ranges, subnet masks, and broadcast addresses from CIDR notation.
IP Address Validator
Validate IPv4 and IPv6 addresses and get detailed information.
Port Reference
Look up well-known TCP/UDP ports and their associated services.
Device Information
NewView detailed browser, device, screen, and hardware information.
Chmod Calculator
NewCalculate Unix file permissions with a visual toggle grid and symbolic/octal notation.
Generators
13QR Code Generator
Generate QR codes for URLs, text, contact info, and more with custom sizes.
Meta Tag Generator
Generate HTML meta tags for SEO, Open Graph, and Twitter Cards.
robots.txt Generator
Generate a robots.txt file for your website with custom rules.
.gitignore Generator
Generate .gitignore files for any language, framework, or tool.
Dummy JSON Generator
Generate realistic fake JSON data for API mocking and testing.
SVG Wave Generator
Generate beautiful SVG wave shapes for website backgrounds and sections.
Placeholder Image Generator
NewGenerate SVG placeholder images with custom size, color, and text — no external service.
Image Compressor
NewCompress JPEG, PNG, and WebP images client-side using the Canvas API.
Image Cropper
NewCrop images with precise pixel controls and aspect ratio presets — no upload needed.
Barcode Generator
NewGenerate Code 128, EAN-13, and Code 39 barcodes as SVG in the browser.
QR Code Scanner
NewScan QR codes using your device camera or upload an image.
Pomodoro Timer
NewFocus timer with 25-minute work sessions, short breaks, and long breaks.
Structured Data Generator
NewGenerate JSON-LD structured data markup for articles, products, FAQs, and more.
API Tools
8cURL Builder
NewBuild cURL commands visually — set method, headers, auth, body, and options with a live cURL output.
REST Client
NewMake HTTP requests directly from your browser — set method, URL, headers, and body, then inspect the response.
HTTP Playground
NewBuild and visualize raw HTTP requests — see exactly what your request looks like on the wire.
JWT Builder
NewCreate and sign JWT tokens — set header, payload, and secret to generate a valid token.
OpenAPI/Swagger Editor
NewEdit and validate OpenAPI specs with a live path/method summary and prettify tool.
GraphQL Schema Generator
NewVisually build GraphQL types, queries, and mutations into valid SDL output.
Protobuf to TypeScript
NewConvert Protocol Buffer .proto message and enum definitions into TypeScript interfaces.
Postman Collection Generator
NewBuild a Postman Collection v2.1 JSON export with requests, headers, and folders.
References
35Git Cheatsheet
Essential Git commands with explanations, examples, and quick copy.
CSS Properties Reference
Complete reference for CSS properties with browser compatibility notes.
Regex Cheatsheet
Quick reference for regular expression syntax, flags, and patterns.
HTTP Headers Reference
Complete reference for HTTP request and response headers.
JavaScript Cheatsheet
NewModern JavaScript ES6+ syntax reference — destructuring, async/await, arrays, classes, and more.
TypeScript Cheatsheet
NewTypeScript reference covering types, generics, utility types, and type guards.
Python Cheatsheet
NewPython 3 reference — comprehensions, decorators, error handling, and modern syntax.
Go Cheatsheet
NewGo language reference — structs, interfaces, goroutines, channels, and generics.
Rust Cheatsheet
NewRust reference — ownership, borrowing, traits, pattern matching, and iterators.
SQL Cheatsheet
NewSQL reference — joins, window functions, CTEs, aggregates, and transactions.
Git Advanced Cheatsheet
NewAdvanced Git reference — interactive rebase, reflog, bisect, worktrees, and submodules.
React Cheatsheet
NewQuick reference for React hooks, components, props, context, and performance patterns.
Next.js Cheatsheet
NewApp Router reference — routing, data fetching, server actions, middleware, and rendering.
Vue Cheatsheet
NewVue 3 reference — template syntax, Composition API, components, slots, and routing.
Tailwind CSS Cheatsheet
NewUtility class reference for layout, spacing, typography, colors, and responsive design.
Angular Cheatsheet
NewAngular reference — components, data binding, directives, services, and RxJS basics.
Express.js Cheatsheet
NewExpress reference — routing, middleware, request/response objects, and error handling.
Django Cheatsheet
NewDjango reference — models, migrations, views, URLs, templates, forms, and the ORM.
CSS Flexbox Cheatsheet
NewFlexbox reference — container/item properties, alignment, and common layout patterns.
CSS Grid Cheatsheet
NewCSS Grid reference — template columns/rows, placement, alignment, and layout patterns.
CSS Animations Cheatsheet
NewReference for CSS transitions, keyframe animations, timing functions, and common patterns.
HTML5 Cheatsheet
NewHTML5 reference — semantic elements, forms, media, global attributes, and basic APIs.
SVG Cheatsheet
NewSVG reference — shapes, path data commands, gradients, transforms, filters, and animation.
ARIA Cheatsheet
NewAccessibility reference — ARIA roles, states, properties, and common accessible patterns.
SEO Cheatsheet
NewSEO reference — meta tags, Open Graph, Twitter Cards, structured data, and Core Web Vitals.
Java Cheatsheet
NewJava syntax, collections, streams, generics, records, and switch expressions at a glance.
C# Cheatsheet
NewC# syntax, LINQ, async/await, records, pattern matching, and nullable reference types.
PHP Cheatsheet
NewPHP syntax, arrays, string functions, superglobals, OOP, and modern PHP features.
Ruby Cheatsheet
NewRuby syntax, blocks/procs/lambdas, arrays/hashes, enumerable methods, and symbols.
Nginx Cheatsheet
NewServer blocks, location matching, reverse proxy, SSL config, rewrites, and common directives.
PowerShell Cheatsheet
NewCommon cmdlets, pipeline operators, variables, control flow, and comparison operators.
Vim Cheatsheet
NewVim/Neovim modes, movement, editing, visual mode, search/replace, registers, and macros.
VS Code Cheatsheet
NewVS Code keyboard shortcuts for editing, navigation, multi-cursor, search, and debugging.
npm/Yarn/pnpm Cheatsheet
NewCommon commands for npm, Yarn, and pnpm side by side — install, scripts, workspaces, and more.
systemd Cheatsheet
Newsystemctl commands, journalctl usage, unit file anatomy, timers, and troubleshooting.
DevOps Tools
13Docker Cheatsheet
NewComplete reference for Docker CLI commands — containers, images, volumes, networks, and Compose.
Linux Commands Reference
NewSearchable reference for essential Linux/Unix commands with examples, flags, and descriptions.
Kubernetes Cheatsheet
Newkubectl reference — resources, deployments, rollouts, debugging, and troubleshooting.
Terraform Cheatsheet
NewTerraform/OpenTofu reference — CLI commands, resource blocks, variables, and state management.
Bash Cheatsheet
NewBash scripting reference — variables, arrays, loops, functions, and redirection.
Dockerfile Generator
NewBuild a Dockerfile visually with base image presets, COPY/RUN/ENV rows, and multi-stage builds.
Docker Compose Generator
NewBuild a docker-compose.yml with multiple services, ports, volumes, and dependencies.
Nginx Config Generator
NewGenerate an Nginx server block for static sites or reverse proxies.
.env File Generator
NewBuild .env and .env.example files from common presets or custom key-value pairs.
Makefile Generator
NewBuild a Makefile with targets, prerequisites, and commands using correct tab indentation.
.editorconfig Generator
NewGenerate an .editorconfig file with root settings and per-file-type overrides.
Prettier Config Generator
NewBuild a .prettierrc configuration with all common formatting options.
ESLint Config Generator
NewBuild an .eslintrc.json configuration with environments, extends, and custom rules.
Math & Numbers
10Math Expression Evaluator
NewEvaluate mathematical expressions safely — supports arithmetic, trig, logs, sqrt, and more.
Prime Number Tools
NewCheck if a number is prime, find primes up to N, prime factorization, and nearest prime finder.
Percentage Calculator
NewCalculate percentages, percent change, and percent increase/decrease instantly.
Statistics Calculator
NewCompute mean, median, mode, variance, standard deviation, and quartiles from a list of numbers.
Scientific Calculator
NewA full scientific calculator with trig, logs, powers, and memory functions.
Random Number Generator
NewGenerate random integers or decimals within a range, with optional uniqueness and precision controls.
Matrix Calculator
NewAdd, subtract, multiply, transpose, and invert matrices with determinant calculation.
Pythagorean Theorem Calculator
NewSolve right triangles — find the missing side, area, perimeter, and angles.
BMI Calculator
NewCalculate Body Mass Index from height and weight, with metric and imperial units.
Fraction Calculator
NewAdd, subtract, multiply, and divide fractions, and simplify to lowest terms.
Color Tools
5Color Information
NewGet complete color info: HEX, RGB, HSL, HSV, CMYK, and color harmonies.
Color Picker & Converter
NewPick colors and convert between HEX, RGB, HSL, HSV, and CMYK — with color harmonies and palette export.
Color Contrast Checker
NewCheck WCAG 2.1 AA/AAA color contrast ratios for foreground and background pairs.
Color Palette Generator
NewGenerate beautiful color palettes from a base color — shades, tints, complements, and harmonies.
CSS Gradient Builder
NewCreate CSS linear, radial, and conic gradients visually with full CSS output and copy.
Image & Media
6Image Resizer
NewResize images to exact dimensions or presets entirely in your browser, with format and quality control.
Image Format Converter
NewConvert images between PNG, JPEG, and WebP formats directly in your browser.
Favicon Generator
NewGenerate a full favicon set (16x16 to 512x512) from any source image, with ready-to-use HTML tags.
SVG to PNG
NewConvert SVG markup or files to PNG images with custom output size.
SVG to JSX
NewConvert raw SVG markup into a ready-to-use React JSX component.
Base64 Image Viewer
NewPaste a base64 string or data URL to preview, inspect, and download the decoded image.
Font & Unicode
4Unicode Text Converter
NewConvert plain text into bold, italic, script, and other stylized Unicode text variants.
Font Size Converter
NewConvert font sizes between px, rem, em, pt, and percent, with a quick reference table.
Font Pairing Previewer
NewPreview heading and body font combinations with curated pairing presets.
Font Stack Builder
NewBuild a CSS font-family fallback stack from presets or custom fonts.
Productivity
5Decision Maker
NewAdd options and randomly spin to pick a winner — great for quick decisions.
Random Name Picker
NewRandomly pick one or more names from a list, with exclusion and history tracking.
Countdown Timer
NewCount down to a target date/time or a set duration, with quick-add time buttons.
Habit Tracker
NewTrack daily habits with a weekly grid, streak counts, and local browser storage.
Stopwatch
NewA precise stopwatch with lap tracking, fastest/slowest lap highlighting.
No tools found.
Try a different search term, or .