Developer Essentials

Ultimate Developer Tools

Comprehensive collection of essential utilities for modern development workflows

Code Quality & Formatting

Tools to ensure clean, consistent, and error-free code

Code Formatters

JavaScript/TypeScript Formatter

Beautify and standardize your JavaScript/TypeScript code with consistent indentation, semicolons, and quote styles. Supports ES6+ syntax, JSX, and TypeScript features.

Prettier config Custom line width

HTML/CSS/SCSS Pretty Printer

Format HTML documents with proper indentation and attribute wrapping. Clean CSS/SCSS with consistent spacing, nesting, and vendor prefix organization.

Preserves comments CSS sorting

Linters & Validators

JSON Validator & Formatter

Validate JSON documents against RFC 8259 specification with detailed error reporting. Format with customizable indentation (2, 4 spaces or tabs).

Duplicate keys JSON5/JSONC

Markdown Linter

Check Markdown files for common issues like broken links, improper heading hierarchy, and inconsistent formatting. Supports CommonMark and GitHub Flavored Markdown.

Dead links Alt text

API Development Utilities

Everything you need to build, test and debug APIs

REST API Tools

HTTP Request Builder

Compose and send HTTP requests with support for all methods (GET, POST, PUT, DELETE, etc.). Includes headers editor, query parameters, and request body with syntax highlighting.

Auth support Request history

cURL Command Generator

Convert browser requests to cURL commands with all headers and parameters included. Supports generating commands for PowerShell and HTTPie as well.

Escaping Custom headers

GraphQL & WebSocket

GraphQL Query Explorer

Interactive GraphQL playground with schema introspection, query autocompletion, and variable support. Visualize query execution with response timing metrics.

Subscriptions Query history

WebSocket Client

Connect to WebSocket endpoints and send/receive messages with full logging. Supports JSON formatting and message history.

Ping/pong Custom headers

Performance & Optimization

Tools to analyze and improve your application performance

Web Performance

Page Speed Analyzer

Comprehensive website performance metrics including Time to First Byte (TTFB), First Contentful Paint (FCP), and Largest Contentful Paint (LCP). Waterfall charts for resource loading.

Mobile/desktop Opportunities

Bundle Size Analyzer

Upload your JavaScript bundles to visualize composition and identify large dependencies. Tree-shaking recommendations and code-splitting suggestions.

Duplicates Size tracking

Database & Query

SQL Query Analyzer

Analyze SQL queries with execution plan visualization. Index usage recommendations and performance tuning suggestions for MySQL, PostgreSQL, and SQLite.

EXPLAIN Time estimation

NoSQL Query Optimizer

MongoDB query analysis with index usage statistics and performance recommendations. Visualize query execution paths and document scanning.

executionStats Index suggestions

Data Conversion & Transformation

Convert between formats and transform data efficiently

Data Format Converters

JSON ⇄ XML Converter

Bi-directional conversion between JSON and XML with customizable formatting options. Preserves data structure and handles attributes/namespaces.

Bi-directional Customizable

CSV ⇄ JSON Converter

Convert between CSV and JSON with options for headers, delimiters, and nested structures. Handle large datasets with streaming processing.

Custom delimiters Nested JSON

Code & Content Transformation

SQL Query Converter

Convert SQL queries between different dialects (MySQL ⇄ PostgreSQL ⇄ SQLite). Handle syntax differences, function names, and LIMIT/OFFSET variations.

Multi-dialect Type mapping

Markdown ⇄ HTML Converter

Convert between Markdown and HTML with support for tables, code blocks, and embedded content. Clean HTML to Markdown conversion with customizable options.

GFM support Code blocks

Security & Authentication

Tools to secure your applications and data

Encryption & Tokens

JWT Debugger

Decode and verify JSON Web Tokens with header, payload, and signature validation. Supports HS256, RS256, and other common algorithms.

Expiration Public key

Encryption/Decryption Tool

Encrypt and decrypt text using AES, RSA, and other common algorithms. Generate key pairs and test encryption workflows.

PBKDF2 IV generation

Web Security

CORS Configuration Tester

Test Cross-Origin Resource Sharing (CORS) headers and behavior. Simulate requests from different origins to verify access control settings.

Preflight Header analysis

Security Headers Analyzer

Check website security headers (CSP, HSTS, X-Frame-Options, etc.) with recommendations for improving security posture.

CSP validator Cookie flags