Free tools for developers
UUID generators, JSON formatters, JWT decoders and more — fast, free, and 100% private. Every tool runs locally in your browser; your data never touches a server.
Search tools
Search for a developer tool
Popular categories
Encoding
16 toolsThe most-searched category on DevTools Hub — URL encoding, decoding, and Base64 conversions.
JWT
8 toolsThe single biggest source of search traffic — decoding claims, checking expiration, and JWT security.
Docker
5 toolsValidate, lint, and visualize Docker Compose files — and make sense of container networking.
OpenAPI
5 toolsValidate, view, and convert OpenAPI/Swagger specs without leaving the browser.
Toolkits
Generators Toolkit
4 toolsIndependent tools for the test data every project eventually needs — unique IDs, strong passwords, placeholder text — plus a way to check the strength of a password you already have. All run entirely in your browser.
JSON Toolkit
10 toolsFormat, validate, diff, minify, convert, query, and schema-generate/validate JSON — ten tools for the format everything speaks. All run entirely in your browser.
Encoding Toolkit
16 toolsBase64, URL, HTML, hex, and ASCII encoding and decoding, plus query string and full URL parsing, building, inspection, Unicode analysis, and string-literal escaping — sixteen tools for the encodings that show up constantly in web development. All run entirely in your browser.
Date & Time Toolkit
5 toolsTimestamps, timezones, and cron schedules — five tools for the two date-and-time problems every backend eventually runs into. All run entirely in your browser.
JWT Toolkit
8 toolsEverything for working with JSON Web Tokens, in one place — decode, understand, verify, build, and secure them. All eight tools run entirely in your browser; nothing you paste is ever sent anywhere.
Hashing Toolkit
8 toolsMD5, SHA, checksums, HMAC, and password hashing — eight tools for hashing text, verifying files, and signing messages. All run entirely in your browser.
Regex Toolkit
6 toolsBuild, test, visualize, debug, and escape for JavaScript regular expressions — six tools covering the whole regex workflow. All run entirely in your browser.
SQL Toolkit
6 toolsFormat, validate, minify, diff, index-advise, and explain SQL — six tools covering readability, correctness, schema changes, and performance. All run entirely in your browser.
OpenAPI Toolkit
5 toolsView, validate, diff, and put an OpenAPI/Swagger document to work — five tools covering the full spec lifecycle. All run entirely in your browser.
Docker Toolkit
5 toolsValidate, lint, format, and visualize Docker Compose files and Dockerfiles — five tools covering the whole Docker workflow. All run entirely in your browser.
GitHub Actions Toolkit
4 toolsValidate, visualize, lint, and audit secrets in GitHub Actions workflows — four tools covering correctness and security. All run entirely in your browser.
Environment Toolkit
4 toolsValidate, diff, and convert .env files — four tools for the dotenv format's real parsing rules and the gotchas that fail silently. All run entirely in your browser.
Kubernetes Toolkit
7 toolsValidate, format, calculate resources, diff, explore relationships, and merge or compare Helm values for Kubernetes manifests — seven tools covering correctness, readability, and resource planning. All run entirely in your browser.
YAML Toolkit
2 toolsValidate and format YAML — syntax errors, duplicate keys, parser-version gotchas, and consistent indentation — schema-agnostic, for any YAML file. All run entirely in your browser.
AWS Toolkit
9 toolsParse and build ARNs, generate, review, simulate, and minify IAM policies, validate tag policies, look up Regions, and validate CloudFormation templates — nine tools for everyday AWS work. All run entirely in your browser.
GraphQL Toolkit
2 toolsFormat and validate GraphQL queries, mutations, and SDL schemas with the real reference parser. All run entirely in your browser.
Algorithms Toolkit
6 toolsComputer science fundamentals for practicing engineers — algorithm complexity, performance analysis, and scalability, with interactive tools and practical examples. All run entirely in your browser.
Latest tools
Search Algorithm Visualizer
Watch Linear Search and Binary Search run step by step, with real comparison counts.
Algorithm Runtime Estimator
Turn a complexity class and input size into real hours, days, and years.
Recursion vs Iteration Visualizer
Watch a recursive call stack and an iterative loop solve the same problem side by side.
Sorting Algorithm Visualizer
Watch Bubble, Selection, Insertion, Merge, Quick, and Heap Sort run step by step.
Complexity Visualizer
Watch O(1) through O(2ⁿ) grow apart on an interactive log-scale chart.
Big O Calculator
Compare O(1), O(log n), O(n), O(n log n), and O(n²) at real input sizes.
Latest articles
View all postsAlgorithm Complexity Explained: A Comprehensive Guide
Why complexity analysis matters, time and space complexity, best/worst/average case, and the formal difference between Big O, Big Omega, and Big Theta — including the most common mix-up in the whole topic: case and notation are independent axes, not the same thing.
Enforcing Least Privilege at Scale
Beyond narrowing one policy by hand: permissions boundaries as a structural ceiling for delegating role creation safely, SCPs as the same ceiling applied to an entire account or OU, the deny-list vs allow-list tradeoff, and tag-based ABAC as a scalable alternative to rewriting a policy per resource.
IAM Policy Examples
Ten real, working IAM policy shapes: read-only S3 access, full admin, an explicit deny overriding a broad allow, requiring MFA for destructive actions, IP and Region restrictions, tag-based attribute access control, role trust policies, and a cross-account resource-based policy.