Skip to content
M MNB QuickToolHub Simple web utilities

Developer Tools

Developer Tools brings together utilities for code, PHP, Laravel, Composer, machine learning, AI datasets, APIs, DevOps, security, and debugging.

Category

Tools in this category

380 tools available

All active tools in this category are shown below. Open a utility and use sample data to test it quickly.

Browse all web tools
JSON Formatter Toolkit Clean and format json toolkit without extra software. Paste your input, run the action, and copy a tidy result.
JWT Decoder Decode JWT header and payload locally, inspect claims, expiry, and token structure without verification.
SQL Formatter Beautify SQL queries with readable indentation, keyword casing, comma breaks, and quick minify support.
JavaScript Formatter Clean and format javascript without extra software. Paste your input, run the action, and copy a tidy result.
Regex Tester Test regular expressions, extract matches, replace text, split content, and review match groups.
Regex Extractor Extract matches, groups, emails, URLs, IDs, and pattern results from pasted text.
UUID Generator Generate single or bulk UUID values for test data, database rows, logs, and API requests.
JSON Sorter Sort JSON object keys deeply, optionally sort arrays, and produce formatted or minified JSON.
JSON Tree Viewer Visualize JSON as a readable tree with paths, type summary, search, and structure stats.
JSONPath Tester Test common JSONPath expressions against sample JSON and inspect matching paths and values.
SQL Minifier Compress SQL queries by removing comments, extra whitespace, and formatting noise.
JavaScript Minifier Minify JavaScript snippets locally with optional comment cleanup and size comparison.
TypeScript Formatter Beautify TypeScript snippets, interfaces, imports, generics, and typed objects for easier review.
Regex Replacer Replace matched text using regex patterns, flags, and capture-group replacements.
Regex Cheatsheet Browse common regex tokens, flags, groups, quantifiers, anchors, and ready-to-use patterns.
JWT Claims Viewer Decode JWT header and payload claims locally and explain common registered claims.
HTTP Header Parser Parse raw HTTP headers into tables, request/response info, cURL snippets, and duplicate checks.
User Agent Parser Parse browser, OS, device, engine, bot signals, and quick user-agent details.
MIME Type Lookup Find common MIME types from extensions, filenames, or MIME strings and reverse lookup extensions.
.gitignore Generator Generate practical .gitignore templates for popular languages, frameworks, editors, and build folders.
ENV File Validator Validate .env file lines, duplicate keys, missing values, comments, and unsafe formatting.
ENV File Formatter Format .env files with sorted keys, aligned values, cleaned spacing, and preserved comments.
SemVer Comparator Compare semantic version numbers and identify greater, lower, equal, major, minor, and patch changes.
SemVer Range Checker Check whether a version fits simple semantic version ranges for release planning and package rules.
Changelog Generator Generate a clean changelog section from release notes, commit-style lines, fixes, and features.
API Key Masker Mask API keys, tokens, secrets, and credentials in pasted logs or code snippets.
Stack Trace Beautifier Format stack traces into readable frames with clearer file, line, function, and message sections.
Tailwind Class Sorter Sort Tailwind utility classes into a readable order with duplicate cleanup and group review.
JSON to Zod Schema Convert JSON sample data into a starter Zod validation schema for TypeScript projects.
JSON to Mock Data Generate mock JSON data from sample structures, field names, and common test-data patterns.
ULID Generator Generate ULID-style sortable unique identifiers for demos, tests, and application records.
Nano ID Generator Generate compact Nano ID-style random identifiers with configurable length and alphabet.
Dockerignore Generator Generate .dockerignore files for Node, PHP, Python, Laravel, WordPress, build folders, caches, and secrets.
Gitattributes Generator Generate useful .gitattributes rules for line endings, linguist settings, archives, and binary files.
EditorConfig Generator Create .editorconfig files for consistent indentation, charset, line endings, and trailing whitespace rules.
ESLint Config Generator Generate a starter ESLint configuration for JavaScript, TypeScript, React, Node, and browser projects.
TSConfig Generator Generate a practical TypeScript tsconfig.json for browser, Node, React, strict, or library projects.
Vite Config Generator Create a starter Vite config for vanilla, React, Vue, library builds, aliases, and dev server settings.
ENV Example Generator Generate a safe .env.example file from an existing .env by removing secrets and keeping keys.
ENV Diff Checker Compare two .env files and find missing keys, extra keys, duplicate keys, and changed values.
Package JSON Sorter Sort package.json fields, scripts, dependencies, devDependencies, and metadata into a clean order.
NPM Scripts Builder Build common package.json scripts for dev, build, preview, lint, format, test, clean, and deploy workflows.
README Badge Generator Generate Markdown badges for build status, license, version, npm, downloads, coverage, and custom labels.
Code Line Counter Count code, blank, and comment lines from pasted source text with quick language-aware summaries.
HTML Formatter Beautify HTML with indentation, nested tags, readable attributes, and cleaner spacing.
HTML Minifier Minify HTML by removing comments, extra whitespace, optional spacing, and line breaks for compact output.
CSS Formatter Beautify CSS with readable indentation, rule spacing, property alignment, and cleaner blocks.
CSS Minifier Minify CSS by removing comments, extra whitespace, and unnecessary formatting for compact output.
JSON Schema Validator Validate JSON data against a JSON Schema and show clear missing field, type, and required-property issues.
OpenAPI Endpoint Viewer Extract and list endpoints, methods, paths, tags, summaries, and operation IDs from OpenAPI JSON or YAML.
CORS Policy Builder Generate safe CORS header examples for APIs, local development, credentials, methods, and allowed origins.
SQLite Viewer Upload a SQLite database file and inspect tables, schema, and records using a backend parser.
SQLite Table Viewer View table names, columns, row counts, and paginated records from a SQLite database file.
SQLite Schema Viewer Extract CREATE TABLE statements, indexes, triggers, and views from a SQLite database file.
SQLite Query Runner Run safe read-only SELECT queries against an uploaded SQLite file using the backend parser.
SQLite PRAGMA Inspector Inspect SQLite PRAGMA details such as database_list, table_info, indexes, integrity, and page stats.
SQLite Index Analyzer Analyze SQLite indexes, indexed columns, uniqueness, and missing-index hints from schema text.
Qdrant Filter Builder Build Qdrant payload filters for must, should, must_not, match, range, geo, and nested conditions.
JWT Builder Build unsigned JWT header and payload templates for testing workflows.
OAuth URL Builder Build OAuth authorization URLs with client, redirect, scope, state, and response type.
HSTS Header Builder Build Strict-Transport-Security headers with max-age, subdomains, and preload options.
Set-Cookie Builder Build Set-Cookie header values with Secure, HttpOnly, SameSite, Max-Age, and Path options.
bcrypt Hash Checker Prepare bcrypt hash verification input and compare password/hash values when implemented.
SSRF URL Checker Check URLs for SSRF-style risk indicators such as local hosts and private ranges.
PHP Formatter Format PHP code snippets with cleaner indentation and spacing.
PHP Minifier Minify PHP snippets for compact output and quick testing.
JSONL Viewer View JSON Lines records in a readable row-by-row format.