Skip to main content

Developer Tools118

Free, fast, and private. All tools run entirely in your browser β€” no data is ever sent to a server.

🎨

JSON Formatter & Validator

Format, validate, and beautify JSON data instantly. Supports minification, tree view, and error detection.

Code Formatting
πŸ”„

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 to text. Supports UTF-8 and binary data.

Encoding & Decoding
πŸ”—

URL Encoder / Decoder

Encode and decode URL components. Supports encodeURIComponent and encodeURI modes.

Encoding & Decoding
πŸ“

HTML Entity Encoder / Decoder

Convert HTML special characters to entities and back. Prevent XSS and display code safely.

Encoding & Decoding
πŸ”’

Hex ↔ Text Converter

Convert text to hexadecimal byte representation and hex strings back to readable text.

Encoding & Decoding
πŸ’»

Binary ↔ Text Converter

Convert text to 8-bit binary representation and decode binary strings back to text.

Encoding & Decoding
πŸ”’

Number Base Converter

Convert numbers between decimal, hexadecimal, binary, and octal bases simultaneously.

Encoding & Decoding
🌐

Unicode Escape / Unescape

Convert text to Unicode escape sequences (\uXXXX) and back. Inspect character code points.

Encoding & Decoding
πŸ”

ROT13 Cipher

Apply the ROT13 substitution cipher β€” shifts each letter by 13 positions. Apply twice to reverse.

Encoding & Decoding
πŸ“‘

Morse Code Translator

Translate text to International Morse Code and decode Morse back to text.

Encoding & Decoding
🌐

HTTP Request Builder

Build HTTP requests visually with method, URL, headers, and body. Generate fetch(), cURL, and Axios code.

API & Network
πŸ”„

cURL to Fetch Converter

Convert cURL commands to JavaScript fetch(), Axios, or Node fetch code instantly.

API & Network
πŸ“Š

HTTP Status Code Reference

Searchable reference of all HTTP status codes with descriptions and common use cases.

API & Network
πŸ“‹

HTTP Header Parser

Parse and analyze raw HTTP headers into a structured table with descriptions for each header.

API & Network
βœ…

JSON Schema Validator

Validate JSON documents against a JSON Schema. Supports type, required, properties, min/max, enum, and pattern.

API & Network
πŸ”—

Query String Parser & Builder

Parse URL query strings into key-value pairs, or build query strings from parameters with URL encoding.

API & Network
πŸ”‘

Hash Generator (MD5, SHA-1, SHA-256, SHA-512)

Compute MD5, SHA-1, SHA-256, and SHA-512 hashes of any text using the Web Crypto API. 100% client-side.

Security & Crypto
🎫

JWT Decoder

Decode JSON Web Tokens (JWT) to inspect header, payload, and expiration status. No verification β€” just decoding.

Security & Crypto
πŸ†”

UUID Generator

Generate RFC 4122 compliant UUID v4 (random) identifiers. Batch generate up to 100 at once.

Security & Crypto
πŸ”’

Password Generator

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

Security & Crypto
πŸ”

HMAC Generator

Compute HMAC (Hash-based Message Authentication Code) using SHA-256, SHA-512, or SHA-1 with the Web Crypto API.

Security & Crypto
πŸ—οΈ

RSA Key Pair Generator

Generate RSA public/private key pairs (2048 or 4096 bit) in PEM format using the Web Crypto API.

Security & Crypto
πŸ’ͺ

Password Strength Checker

Analyze password strength by checking length, character diversity, common patterns, and entropy.

Security & Crypto
⏱️

TOTP Code Generator

Generate Time-based One-Time Passwords (TOTP) from a Base32 secret. Compatible with Google Authenticator.

Security & Crypto
πŸ“œ

PEM / Certificate Decoder

Decode PEM-encoded certificates, public keys, and private keys. Shows type, size, and hex dump.

Security & Crypto
🎲

Random Bytes Generator

Generate cryptographically secure random bytes in hex, Base64, or decimal array format.

Security & Crypto
πŸ”

JSON Diff Checker

Compare two JSON objects and highlight differences β€” added, removed, and changed keys. Works recursively on nested objects.

Code Formatting
πŸ“„

XML Formatter

Pretty-print XML with proper indentation or minify it. Validates XML structure and handles nested elements.

Code Formatting
🌐

HTML Formatter

Beautify HTML with proper indentation or minify for production. Handles self-closing tags and nested elements.

Code Formatting
🎨

CSS Formatter

Beautify CSS with one property per line and proper indentation, or minify by removing whitespace and comments.

Code Formatting
⚑

JavaScript Formatter

Beautify JavaScript code with proper indentation, line breaks, and spacing. Also minifies by stripping whitespace.

Code Formatting
πŸ—ƒοΈ

SQL Formatter

Format SQL queries with keyword uppercasing, proper indentation, and line breaks at clause boundaries.

Code Formatting
πŸ“

YAML Formatter

Parse and re-format YAML with consistent indentation. Convert between YAML and JSON formats.

Code Formatting
πŸ“‘

Markdown Preview

Render Markdown to HTML with live preview. Supports headers, bold, italic, lists, code blocks, tables, and more.

Code Formatting
πŸ—οΈ

JSON β†’ Class Generator

Generate strongly-typed class definitions from JSON. Supports C#, Java, Python, and TypeScript with nested objects.

Code Formatting
πŸ§ͺ

Regex Tester

Live regex tester with match highlighting, match count, and capture group details. Supports global, case-insensitive, multiline, and dotAll flags.

Regex & Debugging
πŸ”„

Regex Replace

Regex-based find and replace with capture group references ($1, $2). Preview replacements before applying them.

Regex & Debugging
πŸ›‘οΈ

Regex Escape / Unescape

Escape special regex characters to create safe literal patterns, or unescape a pattern back to plain text.

Regex & Debugging
πŸ“š

Regex Cheatsheet

Interactive, searchable regex reference covering character classes, quantifiers, anchors, groups, lookaheads, and flags.

Regex & Debugging
πŸ“Š

CSV ↔ JSON Converter

Convert CSV data to JSON arrays and JSON arrays back to CSV. Handles quoted fields and commas in values.

Data Conversion
πŸ“‹

JSON β†’ Table Viewer

Render a JSON array of objects as an interactive, sortable HTML table. Click headers to sort.

Data Conversion
πŸ”„

XML ↔ JSON Converter

Convert XML to JSON preserving attributes and text nodes, or JSON back to well-formed XML.

Data Conversion
πŸ”„

YAML ↔ JSON Converter

Convert YAML to JSON and JSON to YAML. Supports nested objects, arrays, and scalar types.

Data Conversion
πŸ“„

JSON β†’ CSV / TSV Exporter

Flatten nested JSON arrays to CSV, TSV, or pipe-delimited output. Dot-notation for nested keys.

Data Conversion
πŸ“

Unit Converter

Convert between data sizes, time, length, weight, and temperature units. Show all conversions at once.

Data Conversion
🌈

CSS Gradient Generator

Create beautiful CSS gradients visually. Pick colors, set direction or angle, choose linear or radial, and copy clean CSS.

Frontend & UI
πŸ”³

CSS Box Shadow Generator

Generate CSS box shadows with live preview. Adjust offset, blur, spread, color, opacity, and inset options.

Frontend & UI
⬜

CSS Border Radius Generator

Generate CSS border-radius with individual corners or uniform values. Live preview with copy-ready CSS.

Frontend & UI
πŸ“¦

Flexbox Playground

Interactive CSS flexbox playground. Set flex-direction, justify-content, align-items, flex-wrap, and gap with live preview.

Frontend & UI
🎨

Color Picker & Converter

Convert colors between HEX, RGB, HSL formats. Color picker with alpha support and live swatch preview.

Frontend & UI
🌬️

Tailwind CSS Class Lookup

Tailwind CSS class reference and lookup. Select utility classes and see equivalent CSS output instantly.

Frontend & UI
πŸ”²

CSS Grid Generator

Generate CSS Grid layouts visually. Set columns, rows, gap, and sizing units with live preview and copy-ready CSS.

Frontend & UI
πŸ”‘

String Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and more.

Text Utilities
πŸ›‘οΈ

String Escape / Unescape

Escape and unescape strings for JSON, HTML, URL, XML, CSV, and Regex contexts. Handles special characters safely.

Text Utilities
🧹

Remove Duplicate Lines

Remove duplicate lines from text, keeping only first occurrences. Supports case-insensitive and whitespace-trimmed comparison.

Text Utilities
πŸ“Š

Sort Lines

Sort lines alphabetically, reverse, by length, numerically, or shuffle randomly. Supports case-insensitive sorting.

Text Utilities
πŸ“

Word & Character Counter

Count characters, words, sentences, paragraphs, and lines in real time. Shows reading time and character frequency.

Text Utilities
πŸ”—

Slug Generator

Generate clean, URL-friendly slugs from any text. Strips special characters, normalizes accents, and supports custom separators.

Text Utilities
πŸ”

Text Diff Checker

Compare two blocks of text line-by-line. Highlights additions in green and deletions in red using LCS-based diff.

Text Utilities
πŸ”Ž

Find & Replace

Find and replace text with support for regex patterns, case-insensitive search, and match highlighting.

Text Utilities
πŸ•

Timestamp Converter

Convert between Unix timestamps (seconds/milliseconds) and human-readable dates in multiple formats including ISO 8601, RFC 2822, and local time.

Time & Date
🌍

Timezone Converter

Convert dates and times between 29 global timezones. View all timezones at once or convert between specific zones.

Time & Date
βš™οΈ

Cron Expression Parser

Parse standard 5-field cron expressions into human-readable descriptions and see the next 5 scheduled run times.

Time & Date
πŸ“…

Date Difference Calculator

Calculate the precise difference between two dates in years, months, days, hours, minutes, seconds, total days, weeks, and business days.

Time & Date
⏳

Countdown Timer

Live countdown to a future date or elapsed time since a past date with progress bar, updating every second.

Time & Date
πŸ”’

Expression Calculator

Safely evaluate mathematical expressions with support for arithmetic, exponents, functions (sqrt, sin, cos, log), and constants (PI, E).

Math & Logic
πŸ”„

Math Base Converter

Convert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) with bit length display.

Math & Logic
βš™οΈ

Bitwise Calculator

Perform bitwise operations (AND, OR, XOR, NOT, shifts) on integers with binary visualization and multi-base output.

Math & Logic
πŸ“Š

Percentage Calculator

Calculate percentages with three modes: X% of Y, X is what % of Y, and percentage change from X to Y.

Math & Logic
πŸ›οΈ

Roman Numeral Converter

Convert between decimal numbers (1–3999) and Roman numerals with validation and subtractive notation support.

Math & Logic
πŸ“‹

ASCII Table

Searchable reference of all 128 ASCII characters showing decimal, hex, octal, binary, character, and description.

Math & Logic
πŸ“„

.gitignore Generator

Generate .gitignore files from popular templates for Node.js, Python, Java, Go, Rust, C#, React, and more. Combine multiple templates with custom entries.

Git Helpers
πŸ’¬

Commit Message Generator

Generate properly formatted Conventional Commits messages with type, scope, body, breaking changes, and issue references.

Git Helpers
🌿

Branch Name Generator

Generate clean, consistent git branch names following popular naming conventions like feature/TICKET-123-description.

Git Helpers
πŸ“‹

Git Cheatsheet

Interactive, searchable reference of essential git commands organized by category with syntax, descriptions, and examples.

Git Helpers
πŸ”

Diff Viewer

Compare two blocks of text line by line with color-coded unified diff output showing additions, removals, and context.

Git Helpers
πŸ› οΈ

Git Command Builder

Build git commands visually by selecting operations and configuring options via checkboxes and inputs. No need to memorize flags.

Git Helpers
🏷️

Meta Tag Generator

Generate complete HTML meta tags for SEO including title, description, keywords, viewport, charset, and robots directives with a live Google preview.

SEO & Web
πŸ“±

Open Graph Preview

Generate Open Graph and Twitter Card meta tags with live previews for Facebook, Twitter/X, and LinkedIn social sharing cards.

SEO & Web
πŸ€–

Robots.txt Generator

Generate a valid robots.txt file to control search engine crawler access. Add multiple user-agent blocks, allow/disallow rules, crawl-delay, and sitemap.

SEO & Web
πŸ—ΊοΈ

Sitemap XML Generator

Generate a valid XML sitemap with URLs, last modified dates, change frequencies, and priority values to help search engines index your site.

SEO & Web
πŸ”—

URL Parser

Parse any URL into its components β€” protocol, hostname, port, pathname, search parameters, and hash. Edit components and rebuild the URL live.

SEO & Web
πŸ“Š

JSON-LD Schema Generator

Generate Schema.org structured data in JSON-LD format. Supports Article, Product, FAQ, HowTo, Breadcrumb, Organization, Person, and Event types.

SEO & Web
πŸ“¦

Image Compressor

Reduce image file size by re-encoding at lower quality using the Canvas API. Output is JPEG for maximum compression.

Image Tools
πŸ“

Image Resizer

Resize images to custom width and height dimensions with optional aspect ratio lock.

Image Tools
πŸ”„

Image Format Converter

Convert images between PNG, JPEG, and WebP formats using the Canvas API.

Image Tools
πŸ”€

Image to Base64

Convert an image file to its Base64-encoded data URL string, ready to embed in HTML, CSS, or JSON.

Image Tools
πŸ–ΌοΈ

Base64 to Image

Decode a Base64-encoded image string and render it as a downloadable image file.

Image Tools
🎨

Image Filters

Apply brightness, contrast, grayscale, sepia, blur, invert, and hue rotation filters to images with real-time preview.

Image Tools
βœ‚οΈ

Image Cropper

Select a rectangular area on an image by clicking and dragging, then crop to that selection.

Image Tools
πŸ“

Lorem Ipsum Generator

Generate classical Lorem Ipsum placeholder text by paragraphs, sentences, or words. Uses traditional Cicero-derived text.

Dev Productivity
🎲

Random Data Generator

Generate random realistic-looking data: names, emails, phones, addresses, dates, IPs, UUIDs, MAC addresses, and hex colors.

Dev Productivity
πŸ‘€

Fake User Profile Generator

Generate complete fake user profiles in JSON format with name, email, username, phone, address, company, and avatar URL.

Dev Productivity
πŸ†”

UUID Batch Generator

Generate batches of 1–1,000 UUID v4 identifiers at once. Supports uppercase/lowercase and with/without hyphens.

Dev Productivity
πŸ“‹

Dev Scratchpad

A persistent text scratchpad with multiple tabs that auto-saves to localStorage. Perfect for quick notes and code snippets.

Dev Productivity
πŸ–ΌοΈ

Placeholder Image Generator

Generate placeholder image URLs as inline SVG data URLs or via placehold.co. Custom dimensions, colors, and text.

Dev Productivity
🎨

Color Palette Generator

Generate harmonious color palettes based on color theory. Supports complementary, analogous, triadic, tetradic, split-complementary, and monochromatic harmonies.

Dev Productivity
▢️

JavaScript Playground

A sandboxed JavaScript execution environment. Write JS code and see console output instantly β€” supports console.log, warn, and error.

Learning Playground
🎨

HTML/CSS Live Editor

A split-pane HTML and CSS editor with real-time live preview. Changes update automatically as you type.

Learning Playground
🌳

JSON Tree Viewer

Parse JSON and view it as an interactive, collapsible tree with color-coded types, path tooltips, and copy-path-on-click.

Learning Playground
πŸ“Š

Sorting Algorithm Visualizer

Visualize sorting algorithms step-by-step with animated bars. Bubble, Selection, Insertion, Quick, and Merge sort with stats.

Learning Playground
πŸ“

Big-O Complexity Cheatsheet

Interactive Big-O complexity reference for data structures, sorting algorithms, and graph algorithms. Color-coded and searchable.

Learning Playground
πŸ“Έ

Code Screenshot Generator

Create beautiful code screenshots for social media and documentation. Supports multiple themes, languages, and font sizes with macOS-style window chrome.

Fun & Viral
πŸ’¬

Developer Quotes Generator

Get inspired by famous programming and tech quotes from legends like Linus Torvalds, Dijkstra, Knuth, and more. Copy or share with one click.

Fun & Viral
πŸ“

Stack Overflow Formatter

Format your code and questions properly for Stack Overflow. Supports code blocks, fenced blocks, inline code, and full question templates.

Fun & Viral
πŸš€

Tech Buzzword Generator

Generate impressive-sounding tech jargon for your next meeting or pitch. Choose from Architecture, AI/ML, Cloud, Frontend, Backend, and DevOps categories.

Fun & Viral
πŸ”’

Fun Password Strength Checker

Analyze password strength with time-to-crack estimates, keyboard walk detection, common password checks, and detailed pass/fail breakdown.

Fun & Viral
🀷

Developer Excuse Generator

Need an excuse for why the code doesn't work? Generate hilarious developer excuses for bugs, deadlines, meetings, and deployments.

Fun & Viral
πŸ”

Chmod Calculator

Convert between symbolic (rwxrwxrwx) and numeric (755) Unix file permissions. Interactive checkboxes with common presets.

Math & Logic
🌐

IP Subnet Calculator

Calculate network address, broadcast, usable hosts, wildcard mask, and binary representation from IP and CIDR.

API & Network
🐳

Docker Command Generator

Build Docker commands visually β€” run, build, exec, and compose β€” with ports, volumes, env vars, and more.

Dev Productivity
βš™οΈ

Nginx Config Generator

Generate nginx server block configs for static sites, reverse proxies, load balancers, and SSL redirects.

Dev Productivity
πŸ“„

TOML ↔ JSON Converter

Convert between TOML and JSON formats bidirectionally. Parse, validate, and transform configuration files.

Data Conversion
πŸ“

Aspect Ratio Calculator

Calculate aspect ratios from dimensions, lock ratio mode, common presets (16:9, 4:3), and resolution lookup.

Math & Logic
πŸ“Ά

Bandwidth Calculator

Calculate file transfer time from size and speed, or find required bandwidth for a target time.

Math & Logic
☸️

Kubernetes YAML Generator

Generate Kubernetes YAML for Deployments, Services, ConfigMaps, Ingress, and PersistentVolumeClaims.

Dev Productivity
β—ˆ

GraphQL Query Builder

Visually build GraphQL queries, mutations, and subscriptions with fields, arguments, and variables.

API & Network
πŸ”

JSONPath Evaluator

Evaluate JSONPath expressions against JSON data in real-time. Supports $, dot, bracket, wildcard, and recursive descent.

Data Conversion