Skip to main content

All tools.

243+ free developer tools, organized by category.

JSON Tools

27
Browse all →

JSON 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

New

Generate Python TypedDict or dataclass definitions from JSON data.

JSON to Rust

New

Generate Rust structs with serde derive attributes from JSON data.

JSON to Kotlin

New

Generate Kotlin data classes with Gson annotations from JSON data.

JSON to Swift

New

Generate Swift Codable structs from JSON data.

JSON to C#

New

Generate C# records or classes with JsonPropertyName attributes from JSON data.

JSON to Dart

New

Generate Dart classes with fromJson/toJson helpers from JSON data.

JSON to Zod Schema

New

Generate Zod validation schemas and TypeScript types from JSON data.

JSON to Java

New

Generate Java records with Jackson annotations from JSON data.

JSON to PHP

New

Generate PHP 8+ typed classes with fromArray hydration from JSON data.

JSON to Yup Schema

New

Generate Yup validation schemas from JSON data.

JSON to OpenAPI Schema

New

Generate an OpenAPI Schema Object from JSON data.

JSON to MySQL

New

Generate a MySQL CREATE TABLE statement from JSON data.

JSON to XML

New

Convert JSON data to XML markup with configurable root and pretty-printing.

JSON to INI

New

Convert JSON data to INI configuration file format.

JSON to .env

New

Convert JSON data to .env / properties style KEY=value lines.

JSON to TOML

New

Convert JSON data to TOML configuration format.

JSON Viewer

New

Interactive collapsible tree view for exploring and navigating JSON data.

Text Tools

26
Browse all →

Case 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

New

Strip Markdown syntax and convert it to clean plain text.

ASCII Art Text Generator

New

Convert text to ASCII art using block character fonts.

String Inspector

New

Deep-inspect any string: byte length, entropy, character types, encoding, line endings.

URL Parser

New

Parse any URL into its components: protocol, host, path, query params, and hash.

QueryString Parser

New

Parse and edit URL query strings with key-value table view.

User Agent Parser

New

Parse User-Agent strings to detect browser, OS, device type, and engine.

Unit Converter

New

Convert between units of length, weight, temperature, area, volume, speed, and more.

Keycode Info

New

Press any key to see its keyCode, key name, code, and event properties.

Readability Score Checker

New

Calculate Flesch Reading Ease and Flesch-Kincaid Grade Level for any text.

Keyword Extractor

New

Extract and rank the most frequent keywords and phrases from any text.

Text Reverser

New

Reverse text by character, word order, per-word letters, or line order.

Palindrome Checker

New

Check if a phrase is a palindrome and find palindromic substrings within text.

Text to Binary Converter

New

Convert text to binary and binary back to text, with full UTF-8 support.

Zalgo Text Generator

New

Generate cursed glitch text using combining Unicode diacritical marks, or remove it.

Anagram Finder

New

Check if two words are anagrams, or find anagrams of a word from a built-in word list.

Emoji Remover

New

Strip emoji characters from text and see a summary of what was removed.

Encoding & Decoding

17
Browse all →

Base64 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

New

Encode and decode data using Bitcoin Base58 and Base58Check encoding.

Number Base Converter

New

Convert numbers between binary, octal, decimal, hex, and any base from 2–36.

Data URL Generator

New

Convert files to Base64 data URLs and decode data URLs back to files.

Base32 Encoder / Decoder

New

Encode and decode data using RFC 4648 Base32 — used in TOTP secrets and DNSSEC.

Base62 Encoder / Decoder

New

Encode and decode data using Base62 — ideal for URL-safe short IDs.

Base85 (Ascii85) Encoder / Decoder

New

Encode and decode data using Ascii85/Base85, as used in PDF and PostScript.

Morse Code Converter

New

Convert text to Morse code and back using the international Morse alphabet.

ROT13 / ROT47 Cipher

New

Encode and decode text using the ROT13 and ROT47 substitution ciphers.

Punycode Converter

New

Convert internationalized domain names (IDN) to and from Punycode (ACE).

Quoted-Printable Encoder / Decoder

New

Encode and decode Quoted-Printable text as used in email MIME content.

Security & Crypto

12
Browse all →

CSS Tools

18
Browse all →

CSS 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

New

Visually build CSS clip-path shapes with draggable points and live preview.

CSS Filter Generator

New

Visually build CSS filter effects — blur, brightness, contrast, and more — with live preview.

CSS Transform Generator

New

Visually build CSS transforms — translate, rotate, scale, skew — with live preview.

Neumorphism Generator

New

Generate soft-UI neumorphic box-shadow effects with live preview and code output.

Mesh Gradient Generator

New

Generate colorful multi-point mesh gradient backgrounds with live preview.

CSS Triangle Generator

New

Generate pure CSS triangles using the border trick, with live preview.

CSS Cursors Reference

New

Interactive reference for all CSS cursor types with live hover demo.

SVG Optimizer

New

Optimize and minify SVG files by removing unnecessary attributes and whitespace.

SVG to CSS

New

Convert SVG code to CSS background-image data URI for inline use.

SVG Blob Generator

New

Generate organic random blob shapes as SVG with adjustable complexity and instant copy.

Typography Scale Generator

New

Build a modular type scale from a base size and ratio, with generated CSS custom properties.

CSS Grid Generator

New

Visually build CSS Grid layouts with track sizing, gaps, and grid-template-areas.

HTML Tools

8
Browse all →

JavaScript Tools

2
Browse all →

YAML Tools

8
Browse all →

CSV & Data

6
Browse all →

XML Tools

6
Browse all →

SQL Tools

3
Browse all →

Date & Time

4
Browse all →

Networking

7
Browse all →

Generators

13
Browse all →

API Tools

8
Browse all →

References

35
Browse all →

Git 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

New

Modern JavaScript ES6+ syntax reference — destructuring, async/await, arrays, classes, and more.

TypeScript Cheatsheet

New

TypeScript reference covering types, generics, utility types, and type guards.

Python Cheatsheet

New

Python 3 reference — comprehensions, decorators, error handling, and modern syntax.

Go Cheatsheet

New

Go language reference — structs, interfaces, goroutines, channels, and generics.

Rust Cheatsheet

New

Rust reference — ownership, borrowing, traits, pattern matching, and iterators.

SQL Cheatsheet

New

SQL reference — joins, window functions, CTEs, aggregates, and transactions.

Git Advanced Cheatsheet

New

Advanced Git reference — interactive rebase, reflog, bisect, worktrees, and submodules.

React Cheatsheet

New

Quick reference for React hooks, components, props, context, and performance patterns.

Next.js Cheatsheet

New

App Router reference — routing, data fetching, server actions, middleware, and rendering.

Vue Cheatsheet

New

Vue 3 reference — template syntax, Composition API, components, slots, and routing.

Tailwind CSS Cheatsheet

New

Utility class reference for layout, spacing, typography, colors, and responsive design.

Angular Cheatsheet

New

Angular reference — components, data binding, directives, services, and RxJS basics.

Express.js Cheatsheet

New

Express reference — routing, middleware, request/response objects, and error handling.

Django Cheatsheet

New

Django reference — models, migrations, views, URLs, templates, forms, and the ORM.

CSS Flexbox Cheatsheet

New

Flexbox reference — container/item properties, alignment, and common layout patterns.

CSS Grid Cheatsheet

New

CSS Grid reference — template columns/rows, placement, alignment, and layout patterns.

CSS Animations Cheatsheet

New

Reference for CSS transitions, keyframe animations, timing functions, and common patterns.

HTML5 Cheatsheet

New

HTML5 reference — semantic elements, forms, media, global attributes, and basic APIs.

SVG Cheatsheet

New

SVG reference — shapes, path data commands, gradients, transforms, filters, and animation.

ARIA Cheatsheet

New

Accessibility reference — ARIA roles, states, properties, and common accessible patterns.

SEO Cheatsheet

New

SEO reference — meta tags, Open Graph, Twitter Cards, structured data, and Core Web Vitals.

Java Cheatsheet

New

Java syntax, collections, streams, generics, records, and switch expressions at a glance.

C# Cheatsheet

New

C# syntax, LINQ, async/await, records, pattern matching, and nullable reference types.

PHP Cheatsheet

New

PHP syntax, arrays, string functions, superglobals, OOP, and modern PHP features.

Ruby Cheatsheet

New

Ruby syntax, blocks/procs/lambdas, arrays/hashes, enumerable methods, and symbols.

Nginx Cheatsheet

New

Server blocks, location matching, reverse proxy, SSL config, rewrites, and common directives.

PowerShell Cheatsheet

New

Common cmdlets, pipeline operators, variables, control flow, and comparison operators.

Vim Cheatsheet

New

Vim/Neovim modes, movement, editing, visual mode, search/replace, registers, and macros.

VS Code Cheatsheet

New

VS Code keyboard shortcuts for editing, navigation, multi-cursor, search, and debugging.

npm/Yarn/pnpm Cheatsheet

New

Common commands for npm, Yarn, and pnpm side by side — install, scripts, workspaces, and more.

systemd Cheatsheet

New

systemctl commands, journalctl usage, unit file anatomy, timers, and troubleshooting.

DevOps Tools

13
Browse all →

Math & Numbers

10
Browse all →

Color Tools

5
Browse all →

Image & Media

6
Browse all →

Font & Unicode

4
Browse all →

Productivity

5
Browse all →