Developer Toolkit 🚀
120+ Free Online Developer Tools to Format, Encode, Decode, Generate, Validate, Convert and Speed up your Development Workflow.
JSON Formatter
Format, beautify, validate, and inspect JSON with a fast split-pane editor.
Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to readable content.
URL Encode/Decode
Encode URLs safely or decode percent-encoded query strings.
JWT Decoder
Decode JWT headers and payloads without sending tokens to a server.
Regex Toolkit
Write a regular expression, paste real text, and see matches, groups, explanations, validation, and performance notes in one workspace.
UUID Generator
Generate RFC 4122 UUIDs for databases, testing, and app development.
Timezone Converter
Convert between timezones Includes a browser-first workflow inspired by moment-timezone.
SHA256 Generator
Generate SHA-256 hashes for strings and uploaded files.
Color Palette Generator
Generate color schemes Includes a browser-first workflow inspired by chroma.js.
HTML Minifier
Compress HTML Includes a browser-first workflow inspired by html-minifier.
Password Generator
Create strong random passwords with developer-friendly controls.
QR Generator
Generate QR codes for links, text, Wi-Fi details, and quick sharing.
All Developer Tools
232 tools available as standalone root-level pages.
JSON Formatter
Format, beautify, validate, and inspect JSON with a fast split-pane editor.
JSON Validator
Validate JSON syntax and get readable error messages before shipping data.
JSON Minifier
Compress JSON by removing whitespace while preserving valid structure.
JSON Diff
Compare two JSON documents and highlight structural changes.
JSON Tree Viewer
Turn JSON into an expandable tree-style outline for easier inspection.
JSON Schema Validator
Check JSON against a lightweight schema outline and required keys.
JSON Path Explorer
Explore JSON paths and generate useful dot paths from nested data.
YAML to JSON
Convert YAML configs into clean, formatted JSON.
JSON to YAML
Convert JSON objects into readable YAML for config files and docs.
CSV to JSON
Convert CSV tables into JSON arrays for APIs, imports, and testing.
XML to JSON
Convert XML snippets into JSON for integrations and debugging.
TOML Converter
Convert TOML-style config values into readable JSON.
Markdown to HTML Converter
Convert Markdown syntax to clean semantic HTML instantly.
Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to readable content.
URL Encode/Decode
Encode URLs safely or decode percent-encoded query strings.
HTML Encode/Decode
Escape HTML entities or decode encoded HTML text.
JWT Decoder
Decode JWT headers and payloads without sending tokens to a server.
QR Generator
Generate QR codes for links, text, Wi-Fi details, and quick sharing.
SHA256 Generator
Generate SHA-256 hashes for strings and uploaded files.
bcrypt Generator
Create bcrypt-style password hashes for testing and local development.
Password Generator
Create strong random passwords with developer-friendly controls.
Password Strength Checker
Estimate password strength with practical feedback and improvement tips.
Text Compare
Compare two text blocks and spot changed lines quickly.
Regex Toolkit
Write a regular expression, paste real text, and see matches, groups, explanations, validation, and performance notes in one workspace.
Word Counter
Count words, characters, sentences, paragraphs, and reading time.
Case Converter
Convert text to title case, camelCase, snake_case, kebab-case, and more.
CSS Minifier
Compress CSS by removing whitespace and comments while preserving functionality.
JavaScript Minifier
Compress JS by removing whitespace and comments to reduce file size.
Unicode Inspector
Inspect Unicode code points, characters, and invisible spacing issues.
Lorem Ipsum Generator
Generate placeholder copy for mockups, prototypes, and content testing.
cURL to Fetch
Convert cURL commands into JavaScript fetch snippets.
cURL to Axios
Convert cURL examples into readable Axios request code.
HTTP Header Viewer
Parse and organize HTTP headers for debugging requests and responses.
API Request Builder
Draft API requests and generate simple request snippets.
HTTP Status Explorer
Look up HTTP status codes with developer-focused explanations.
HTTP Status Codes Reference
Interactive reference for all HTTP status codes from 1xx to 5xx with filter and search.
Cron Generator
Generate common cron expressions for scheduled tasks.
Cron Parser
Explain cron expressions in readable human language.
Env Generator
Generate .env examples from key-value pairs and config notes.
Kubernetes YAML Validator
Validate Kubernetes YAML structure for common manifest fields.
Docker Compose Viewer
Inspect docker-compose services, ports, volumes, and environment settings.
SQL Formatter
Format SQL queries for readability, reviews, and documentation.
SQL Minifier
Minify SQL by collapsing extra whitespace for compact snippets.
SQL Beautifier
Beautify messy SQL with readable line breaks and spacing.
JSON to TypeScript
Generate TypeScript interfaces from sample JSON.
JSON to Java POJO
Generate Java POJO class outlines from JSON fields.
JSON to Go Struct
Generate Go struct definitions from JSON samples.
OpenAPI Type Generator
Generate type outlines from OpenAPI schema documents.
OpenAPI Viewer
Inspect OpenAPI paths, methods, schemas, and operations.
UUID Generator
Generate RFC 4122 UUIDs for databases, testing, and app development.
NanoID Generator
Generate compact random IDs for URLs, records, and app state.
Slug Generator
Convert titles and text into URL-safe slugs.
Fake Data Generator
Generate realistic sample users, emails, companies, and addresses.
GraphQL Formatter
Format GraphQL queries Includes a browser-first workflow inspired by prettier (graphql plugin).
SVG Optimizer
Minify/optimize SVG code Includes a browser-first workflow inspired by svgo.
Environment Variables Analyzer
Parse, validate .env files Includes a browser-first workflow inspired by dotenv-parser.
JSON to CSV
Convert JSON array to CSV Includes a browser-first workflow inspired by papaparse.
YAML Validator
Validate YAML syntax Includes a browser-first workflow inspired by js-yaml.
YAML Formatter
Format/beautify YAML Includes a browser-first workflow inspired by js-yaml.
XML Formatter
Format/beautify XML Includes a browser-first workflow inspired by vkbeautify.
JSON Schema Generator
Generate JSON Schema from sample data Includes a browser-first workflow inspired by json-schema-from-sample.
JSON Path Query
Query JSON with JSONPath expressions Includes a browser-first workflow inspired by jsonpath-plus.
Protobuf Viewer
Parse and inspect protobuf messages Includes a browser-first workflow inspired by protobuf.js.
MessagePack Encoder/Decoder
Encode/decode MessagePack binary format Includes a browser-first workflow inspired by msgpack-lite.
BSON Converter
Convert to/from BSON format Includes a browser-first workflow inspired by bson.
Apache Avro Viewer
Inspect Avro serialized data Includes a browser-first workflow inspired by avsc.
EDN Formatter
Format Clojure EDN data Includes a browser-first workflow inspired by cljson.
HOCON Parser
Parse HOCON config format Includes a browser-first workflow inspired by hocon-parser.
JSON-LD Validator
Validate JSON-LD documents Includes a browser-first workflow inspired by jsonld.
GraphQL Schema Viewer
Visualize GraphQL schema Includes a browser-first workflow inspired by graphql-js.
JSON Merge Tool
Merge multiple JSON files Includes a browser-first workflow inspired by deep-merge.
Data Size Calculator
Estimate data structure size
HTML Minifier
Compress HTML Includes a browser-first workflow inspired by html-minifier.
Text Diff Viewer
Compare text files side-by-side Includes a browser-first workflow inspired by diff-match-patch.
Text Statistics
Word count, character analysis
Markdown Linter
Lint Markdown files Includes a browser-first workflow inspired by markdownlint.
Text Encoder/Decoder
Encode/decode with various encodings Includes a browser-first workflow inspired by iconv-lite.
QR Code Scanner
Decode QR codes Includes a browser-first workflow inspired by jsQR.
Spell Checker
Check spelling in text Includes a browser-first workflow inspired by typo-js.
Grammar Checker
Check grammar in text Includes a browser-first workflow inspired by language-tool-js.
Text Sentiment Analyzer
Analyze sentiment of text Includes a browser-first workflow inspired by natural (NLP).
Language Detector
Detect language of text Includes a browser-first workflow inspired by franc.
Text Summarizer
Summarize long text Includes a browser-first workflow inspired by natural.
Plagiarism Checker
Check for duplicate text Includes a browser-first workflow inspired by None (would need API).
Code Beautifier
Format code (multi-language) Includes a browser-first workflow inspired by prettier.
Markdown Preview
Live preview Markdown Includes a browser-first workflow inspired by markdown-it.
Table of Contents Generator
Generate TOC from Markdown Includes a browser-first workflow inspired by markdown-it.
Text to Morse Code
Convert text to Morse
Morse Code to Text
Decode Morse code
Text Reverse
Reverse text/strings
Anagram Finder
Find anagrams
Word Frequency Counter
Analyze word frequency Includes a browser-first workflow inspired by natural.
Unicode Character Searcher
Search/view Unicode characters Includes a browser-first workflow inspired by unicode-data.
Base64 Encoder/Decoder
Encode/decode Base64
URL Encoder/Decoder
Encode/decode URLs
HTML Encoder/Decoder
Encode/decode HTML entities
Hex Encoder/Decoder
Convert to/from hexadecimal
ROT13 Converter
Apply ROT13 cipher
Caesar Cipher
Apply Caesar cipher with key
Vigenère Cipher
Apply Vigenère cipher
Base32 Encoder/Decoder
Encode/decode Base32 Includes a browser-first workflow inspired by base32.js.
Punycode Converter
Convert IDN domains Includes a browser-first workflow inspired by punycode.
MD5 Generator
Generate MD5 hashes Includes a browser-first workflow inspired by crypto-js.
SHA1 Generator
Generate SHA1 hashes Includes a browser-first workflow inspired by crypto-js.
HMAC Generator
Generate HMAC hashes Includes a browser-first workflow inspired by crypto-js.
RSA Key Pair Generator
Generate RSA key pairs Includes a browser-first workflow inspired by jsencrypt.
SSL Certificate Viewer
Inspect SSL certificates Includes a browser-first workflow inspired by pkijs.
TOTP Generator
Generate TOTP codes (2FA) Includes a browser-first workflow inspired by speakeasy.
AES Encryption/Decryption
Encrypt/decrypt with AES Includes a browser-first workflow inspired by crypto-js.
Text Signature Generator
Sign text with private key Includes a browser-first workflow inspired by jsencrypt.
Signature Verifier
Verify signed text Includes a browser-first workflow inspired by jsencrypt.
2FA Code Generator
Generate 2FA codes Includes a browser-first workflow inspired by speakeasy.
QR Code with Contact
Generate vCard QR codes Includes a browser-first workflow inspired by qrcode.js.
Barcode Generator
Generate barcodes Includes a browser-first workflow inspired by jsbarcode.
Barcode Scanner
Scan barcodes (webcam) Includes a browser-first workflow inspired by jsQR + webcam.
Checksum Calculator
Calculate checksums Includes a browser-first workflow inspired by crc.
CRC Generator
Generate CRC codes Includes a browser-first workflow inspired by crc.
PGP Key Generator
Generate PGP keys Includes a browser-first workflow inspired by openpgpjs.
PGP Encrypt/Decrypt
Encrypt/decrypt with PGP Includes a browser-first workflow inspired by openpgpjs.
Argon2 Password Hasher
Hash passwords with Argon2 Includes a browser-first workflow inspired by argon2-wasm.
Scrypt Generator
Generate Scrypt hashes Includes a browser-first workflow inspired by scrypt-js.
Certificate Chain Validator
Validate SSL cert chains Includes a browser-first workflow inspired by pkijs.
REST API Tester
Test REST APIs with headers Includes a browser-first workflow inspired by axios or fetch.
Request Header Builder
Build HTTP request headers
GraphQL Query Tester
Test GraphQL queries Includes a browser-first workflow inspired by graphql-js.
WebSocket Tester
Test WebSocket connections Includes a browser-first workflow inspired by None required (native).
URL Shortener Generator
Generate short URLs Includes a browser-first workflow inspired by tinyurl-api (external).
GraphQL Schema Formatter
Format GraphQL schemas Includes a browser-first workflow inspired by prettier.
REST to GraphQL Converter
Convert REST API to GraphQL Includes a browser-first workflow inspired by graphql-js.
SOAP/XML Web Service Tester
Test SOAP services Includes a browser-first workflow inspired by soap.
Rate Limiter Calculator
Calculate rate limit impacts
API Response Validator
Validate API responses Includes a browser-first workflow inspired by json-schema-validator.
Mock API Generator
Generate mock API responses Includes a browser-first workflow inspired by faker.js.
API Documentation Generator
Generate API docs from OpenAPI Includes a browser-first workflow inspired by swagger-jsdoc.
Request/Response Diff
Compare API responses Includes a browser-first workflow inspired by diff-match-patch.
API Key Validator
Validate API keys format
MongoDB Query Builder
Build MongoDB queries visually
PostgreSQL Syntax Checker
Validate PostgreSQL syntax Includes a browser-first workflow inspired by sql-parser.
MySQL Syntax Checker
Validate MySQL syntax Includes a browser-first workflow inspired by sql-parser.
Oracle SQL Validator
Validate Oracle SQL Includes a browser-first workflow inspired by sql-parser.
NoSQL Query Converter
Convert between NoSQL dialects
SQL Injection Detector
Detect SQL injection vulnerabilities
Database Relationship Visualizer
Visualize DB schemas Includes a browser-first workflow inspired by d3.js.
ERD Generator
Generate Entity-Relationship Diagrams Includes a browser-first workflow inspired by mermaid.js.
SQL Test Data Generator
Generate test data for databases Includes a browser-first workflow inspired by faker.js.
Query Execution Planner
Visualize query execution plans Includes a browser-first workflow inspired by d3.js.
Database Index Analyzer
Analyze index efficiency
GitHub Actions Validator
Validate workflow files Includes a browser-first workflow inspired by yaml.
GitLab CI Validator
Validate GitLab CI files Includes a browser-first workflow inspired by yaml.
Terraform Formatter
Format Terraform configs
Ansible Playbook Validator
Validate Ansible playbooks Includes a browser-first workflow inspired by yaml.
Docker Linter
Lint Dockerfile Includes a browser-first workflow inspired by hadolint (external).
Environment Variable Validator
Validate env var naming
SSL Certificate Generator
Generate self-signed SSL certs Includes a browser-first workflow inspired by node-forge.
DNS Record Generator
Generate DNS configuration
Load Balancing Config Generator
Generate load balancer configs
CloudFormation Template Validator
Validate AWS CloudFormation Includes a browser-first workflow inspired by yaml.
Nginx Config Validator
Validate Nginx configs Includes a browser-first workflow inspired by None required (complex parsing).
Apache Config Validator
Validate Apache configs
Prometheus Scrape Config Validator
Validate Prometheus configs Includes a browser-first workflow inspired by yaml.
Grafana Dashboard Validator
Validate Grafana dashboards
Istio Config Validator
Validate Istio manifests Includes a browser-first workflow inspired by yaml.
Linux Permission Calculator
Calculate chmod permissions
Systemd Unit File Validator
Validate systemd units
Color Palette Generator
Generate color schemes Includes a browser-first workflow inspired by chroma.js.
Gradient Generator
Generate CSS gradients Includes a browser-first workflow inspired by chroma.js.
API Mock Data Generator
Generate mock API responses Includes a browser-first workflow inspired by faker.js, json-schema-faker.
Test Case Generator
Generate test cases
User Agent Generator
Generate browser user agents
Email Generator
Generate fake emails Includes a browser-first workflow inspired by faker.js.
Phone Number Generator
Generate fake phone numbers Includes a browser-first workflow inspired by faker.js.
Credit Card Generator
Generate test credit cards Includes a browser-first workflow inspired by faker.js.
SSH Key Pair Generator
Generate SSH keys Includes a browser-first workflow inspired by node-forge or tweetnacl.
API Key Generator
Generate secure API keys Includes a browser-first workflow inspired by crypto.
GUID Generator
Generate GUIDs Includes a browser-first workflow inspired by uuid.
Coupon Code Generator
Generate coupon codes
Random Number Generator
Generate random numbers
Random String Generator
Generate random strings
License Key Generator
Generate license keys Includes a browser-first workflow inspired by crypto.
JSON to Python Class
Generate Python dataclasses
JSON to C# Class
Generate C# classes
OpenAPI to Client SDK
Generate client SDKs Includes a browser-first workflow inspired by openapi-generator (external).
GraphQL Type Generator
Generate GraphQL types Includes a browser-first workflow inspired by graphql-js.
React Component Generator
Generate React components
HTML Template Generator
Generate HTML boilerplate
CSS Framework Generator
Generate CSS/Tailwind snippets
SQL Insert Statement Generator
Generate INSERT SQL statements
Kotlin Data Class Generator
Generate Kotlin data classes
Rust Struct Generator
Generate Rust structs
PHP Class Generator
Generate PHP classes
Swift Codable Generator
Generate Swift Codable structs
Swagger UI Generator
Generate Swagger UI from spec Includes a browser-first workflow inspired by swagger-ui.
GraphQL Resolvers Generator
Generate GraphQL resolver stubs Includes a browser-first workflow inspired by graphql-js.
Bundle Size Analyzer
Analyze JS bundle sizes Includes a browser-first workflow inspired by webpack-bundle-analyzer.
Performance Metrics Calculator
Calculate Web Vitals impact
Load Time Estimator
Estimate page load times
Network Request Simulator
Simulate network conditions
Memory Leak Detector
Analyze potential memory leaks Includes a browser-first workflow inspired by None required (theoretical).
Code Duplication Finder
Find duplicate code blocks Includes a browser-first workflow inspired by code-similarity.
Cyclomatic Complexity Calculator
Calculate code complexity Includes a browser-first workflow inspired by esprima.
Code Coverage Calculator
Estimate code coverage Includes a browser-first workflow inspired by nyc (istanbul).
Technical Debt Calculator
Estimate technical debt Includes a browser-first workflow inspired by sonarqube-metrics.
API Response Time Analyzer
Analyze API latency
Database Query Optimizer
Suggest query optimizations
SEO Score Calculator
Calculate SEO metrics
Accessibility Score Checker
Check WCAG compliance Includes a browser-first workflow inspired by axe-core.
Carbon Footprint Calculator
Estimate website carbon impact
Flow Chart Diagrammer
Create flowcharts Includes a browser-first workflow inspired by mermaid.js.
Entity Relationship Diagram
Create ERD diagrams Includes a browser-first workflow inspired by mermaid.js.
Sequence Diagram Creator
Create sequence diagrams Includes a browser-first workflow inspired by mermaid.js.
Gantt Chart Generator
Create Gantt charts Includes a browser-first workflow inspired by mermaid.js.
Class Diagram Visualizer
Visualize UML class diagrams Includes a browser-first workflow inspired by mermaid.js.
Tree Visualizer
Visualize tree structures Includes a browser-first workflow inspired by d3.js.
Graph Visualizer
Visualize graph structures Includes a browser-first workflow inspired by cytoscape.js.
Dependency Graph Viewer
Visualize project dependencies Includes a browser-first workflow inspired by d3.js.
Network Topology Visualizer
Visualize network topologies Includes a browser-first workflow inspired by d3.js.
Heat Map Generator
Generate heat maps Includes a browser-first workflow inspired by heatmap.js.
Timeline Visualizer
Create interactive timelines Includes a browser-first workflow inspired by vis.js.
Mindmap Creator
Create mind maps Includes a browser-first workflow inspired by markmap.
Sankey Diagram Maker
Create Sankey diagrams Includes a browser-first workflow inspired by d3.js.
Tree Map Generator
Create tree maps Includes a browser-first workflow inspired by d3.js.
Chord Diagram Creator
Create chord diagrams Includes a browser-first workflow inspired by d3.js.
Unit Converter
Convert units (length, weight, etc) Includes a browser-first workflow inspired by convert-units.
Timezone Converter
Convert between timezones Includes a browser-first workflow inspired by moment-timezone.
Currency Converter
Convert currencies Includes a browser-first workflow inspired by None (external API needed).
Markdown Table Generator
Generate Markdown tables
Number System Converter
Convert between number bases Includes a browser-first workflow inspired by big.js.
ISBN Validator
Validate ISBN numbers Includes a browser-first workflow inspired by isbn-validate.
UUID Validator
Validate UUID format Includes a browser-first workflow inspired by uuid-validate.
Lorem Ipsum Paragraph Generator
Generate multi-paragraph Lorem
Database Schema Visualizer
Work with database schema visualizer directly in your browser.
PostgreSQL Validator
Work with postgresql validator directly in your browser.
Categories Grid
Browse the toolkit by workflow type.
JSON & Data
32 tools for json & data workflows.
Encoding & Security
38 tools for encoding & security workflows.
Text Utilities
28 tools for text utilities workflows.
Regex & Patterns
1 tools for regex & patterns workflows.
API & Backend
20 tools for api & backend workflows.
DevOps & Cloud
22 tools for devops & cloud workflows.
Database
14 tools for database workflows.
AI Dev Tools
19 tools for ai dev tools workflows.
Generators
19 tools for generators workflows.
Performance & Analysis
14 tools for performance & analysis workflows.
Visualization
15 tools for visualization workflows.
Misc Utilities
10 tools for misc utilities workflows.
Favorites
Your saved tools stay on this device.
JSON Formatter
Format, beautify, validate, and inspect JSON with a fast split-pane editor.
Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to readable content.
URL Encode/Decode
Encode URLs safely or decode percent-encoded query strings.
JWT Decoder
Decode JWT headers and payloads without sending tokens to a server.
Recently Used
Quickly jump back into your last tools.
JSON Formatter
Format, beautify, validate, and inspect JSON with a fast split-pane editor.
JSON Validator
Validate JSON syntax and get readable error messages before shipping data.
JSON Minifier
Compress JSON by removing whitespace while preserving valid structure.
JSON Diff
Compare two JSON documents and highlight structural changes.
Experimental Labs
AI dev helpers, DevOps viewers, and schema-aware utilities.
Cron Generator
Generate common cron expressions for scheduled tasks.
Cron Parser
Explain cron expressions in readable human language.
Env Generator
Generate .env examples from key-value pairs and config notes.
Kubernetes YAML Validator
Validate Kubernetes YAML structure for common manifest fields.
Docker Compose Viewer
Inspect docker-compose services, ports, volumes, and environment settings.
JSON to TypeScript
Generate TypeScript interfaces from sample JSON.
JSON to Java POJO
Generate Java POJO class outlines from JSON fields.
JSON to Go Struct
Generate Go struct definitions from JSON samples.