DevToolGridDevToolGridbrowser utility grid

Catalog of everyday dev utilities

Online Developer Tools for JSON, Regex, JWT, Base64, Cron, UUID and Hash.

28 browser tools in 6 groups: data formatting, tokens, generators, web utilities, request debugging and text work.

28

tools

6

groups

1

click to a tool

/tools/json-formatter
JSON
Regex
Base64
JWT
Cron
JSON validator valid
{
  "suite": "DevToolGrid",
  "tools": 28,
  "groups": 6,
  "mode": "browser-first"
}

Data

JSON, YAML, SQL

Security

JWT, Hash, Password

Generators

UUID, QR, Mock data

Web

URL, HTML, MIME

Request

Headers, UA, URL parse

Text & Design

Regex, Case, Color

Scenario map

A catalog of dev tools for formatting, validation, decoding and debugging.

This block shows not just a list of links but real situations: what came in, which group of tools to open, and what result to take back into your workflow.

28

tools

from JSON to word count

6

groups

by working scenario

1

clicks

to the right page

From task to group
6 groups
API responseJSON / YAML / SQL
Auth issueJWT / Hash / Password
Request debugURL / Headers / UA
Frontend textRegex / Case / Color

Data formatting tools

7

Formatting, validating and converting structured data, CSV and JSON paths.

Security & JWT tools

4

Token parsing, signature checks, hashes and temporary secrets.

Generator tools

4

Quick value generation for tests, mocks, QR and schedules.

Web encoding tools

4

Encoding, references and data types for web interfaces.

Request debugging tools

3

Diagnosing URLs, headers and browser context from logs or requests.

Text & design tools

6

Working with strings, regex, Base64, case, word count and colors.

Popular online tools for developers

The cards briefly explain each purpose. The working interface opens on the tool's own page.

Data

JSON formatter/validator

Format, minify, and validate JSON without extra steps.

format --json

{ valid: true }

Open
Text

Regex tester

Test regular expressions, flags, and matched results.

match --regex

/dev\w*/gi

Open
Encoding

Base64 encode/decode

Encode text to Base64 and decode it back to readable form.

base64 --decode

SGVsbG8=

Open
Security

JWT decoder

Parse a token's header and payload without secret validation.

jwt --decode

header.payload.sig

Open
Scheduling

Cron generator

Build cron expressions from presets and manual fields.

cron --preset

0 9 * * 1

Open
Text

Diff checker

Compare two texts line by line and highlight the changes.

diff --lines

+ changed line

Open
Generators

UUID generator

Generate UUID v4 values for test data, keys, and mocks.

uuid --v4

crypto.randomUUID()

Open
Security

Hash generator

Compute SHA-1, SHA-256, SHA-384, and SHA-512 for text.

hash --sha256

digest.hex()

Open
Encoding

URL encoder/decoder

Encode and decode URLs, query params, and redirect links.

url --encode

q=dev%20tools

Open
Request

URL parser

Break a URL into protocol, host, path, query params, and hash.

url --parse

host + query params

Open
Date & Time

Timestamp converter

Convert Unix timestamps to dates and back, respecting local time.

time --unix

1717243200

Open
Data

JSON ↔ YAML converter

Convert JSON to YAML and YAML to JSON for configs and API examples.

convert --yaml

name: DevToolGrid

Open
Data

CSV ↔ JSON converter

Convert CSV to JSON and JSON to CSV for tables and data exports.

convert --csv

name,email,role

Open
Data

JSON path tester

Test a path in nested JSON and show the resolved value.

jsonpath --get

user.profile.email

Open
Data

YAML formatter/validator

Validate YAML and format the structure with correct indentation.

format --yaml

valid YAML

Open
Encoding

HTML entity encode/decode

Encode and decode HTML entities for templates, email, and content.

html --entities

<div>

Open
Design

Color converter

Convert HEX, RGB, and HSL and show basic color information.

color --convert

#0891b2

Open
Generators

Lorem/mock data generator

Generate lorem text, names, emails, and JSON mocks for tests.

mock --json

{ users: 5 }

Open
Text

Case converter

Convert text to camelCase, snake_case, kebab-case, PascalCase, and Title Case.

case --snake

dev_tools

Open
Text

Word counter

Count words, characters, lines, and estimated reading time.

count --words

128 words / 6 lines

Open
Data

SQL formatter

Format SQL queries for reading, review, and debugging.

format --sql

SELECT * FROM users

Open
Request

User-agent parser

Parse a user agent into browser, OS, device, and engine.

ua --parse

Chrome / macOS

Open
Request

HTTP headers parser

Turn raw HTTP headers into a structured key/value list.

headers --parse

content-type: json

Open
Web

HTTP status code reference

A quick reference of HTTP status codes with meaning and category.

http --status

422 Unprocessable Content

Open
Web

MIME type lookup

Look up a MIME type by file extension or vice versa.

mime --lookup

.json -> application/json

Open
Security

Password generator

Generate passwords with adjustable length, symbols, and readability.

password --strong

entropy-ready

Open
Generators

QR code generator

Generate a QR code for a URL, text, or short payload.

qr --text

data:image/png

Open
Security

JWT validator

Verify an HS256 JWT signature against a secret and show the result.

jwt --verify

HS256 valid

Open
Crossout — free-to-play vehicular combat MMO
Ad

Crossout

Free-to-play vehicle combat MMO

Play free

Developer tools

Online developer tools for formatting, validation, decoding and data generation.

DevToolGrid brings together 28 browser-first utilities for everyday tasks: JSON formatter, CSV converter, JSON path tester, regex tester, Base64 encode/decode, JWT decoder, JWT validator, cron generator, diff checker, UUID generator, hash generator, URL parser, HTTP headers parser, MIME lookup, word counter and several more practical tools for working with text, requests and configs.

The site is useful for API debugging, frontend copy checks, data shaping, security inspection and quick payload checks without third-party services. Each tool has its own page with its own working interface, so it is easy to bookmark, share with your team, or open directly from the home page.

Focus

Data, request, text

Access

One URL per tool

Mode

Browser-first, local processing

What it covers

Formatting and validating JSON, CSV, API responses, configs and payloads.
Testing regular expressions, comparing text and quick Base64 work.
Decoding JWT, generating UUIDs, creating hashes and cron expressions.
Parsing URLs, user agents, HTTP headers and JSON paths for request and data debugging.

28

tools

from JSON to word count

6

groups

by working scenario

1

clicks

to the right page

How the developer tools catalog is organized

This is not a landing page but a practical catalog. The home page gives an overview of 28 tools, and all the work happens on dedicated pages without switching between services.

Workflow

The user opens the home page, picks a group and goes to a tool's own page.

Structure

Each tool has its own slug, its own H1 and a separate workspace.

Security

JWT, hash, password and headers stay in the browser-first model with no server-side data processing.

Text

Regex, word count, case conversion, Base64 and color tools cover small everyday tasks.