Developer Utilities

29 tools

A grab-bag of everyday developer tools: UUID generation, QR code creation, regex testing, SQL formatting, mock data generation, environment-variable parsing, and more. These are the utilities you reach for constantly but do not want to write yourself every time.

Environment Variable Diff

Compare two .env files and spot missing keys or changed values between environments.

Open tool

Dockerfile Linter

Check Dockerfiles for common reproducibility, security, and maintainability issues.

Open tool

Kubernetes YAML Validator

Validate Kubernetes YAML for basic required fields, deployment selectors, and risky image tags.

Open tool

SQL Query Explainer

Break SQL queries into readable clauses so joins, filters, grouping, and ordering are easier to inspect.

Open tool

UUID Generator

Generate UUID v1, v4, and v5 identifiers

Open tool

GUID Generator

Generate Windows-style GUIDs for .NET and COM applications

Open tool

Token Counter

Count tokens for GPT-4, Claude, Llama, and Gemini models with cost estimates

Open tool

README Generator

Fill in project details and generate a professional GitHub README.md with badges, features, and more

Open tool

Nginx Config Generator

Generate nginx server block configs for static sites, reverse proxies, Node.js apps, and PHP with SSL support

Open tool

.htaccess Generator

Generate Apache .htaccess rules for HTTPS redirects, caching, security headers, and more

Open tool

Docker Compose Validator

Validate and analyse docker-compose.yml files — checks syntax, services, ports, and networks

Open tool

URL Parser

Parse any URL into its components: protocol, hostname, port, path, query params, and hash

Open tool

cURL to Code

Convert cURL commands into JavaScript fetch, Axios, Python requests, or PHP code

Open tool

.gitignore Generator

Generate a .gitignore file for your project by selecting languages, frameworks, and editors

Open tool

Meta Tag Generator

Generate HTML meta tags for SEO, Open Graph (Facebook), and Twitter Cards

Open tool

API Request Tester

Test HTTP API endpoints with custom headers and request body

Open tool

HTTP Header Viewer

Inspect and decode HTTP request and response headers

Open tool

IP Lookup Tool

Look up geolocation, ISP, and details for any IP address

Open tool

User Agent Parser

Parse and analyze browser user-agent strings

Open tool

DNS Lookup

Query DNS records including A, AAAA, MX, CNAME, and TXT

Open tool

Port Checker

Check if a port is open or closed on any host

Open tool

QR Code Generator

Generate QR codes for URLs, text, WiFi, and more

Open tool

QR Code Reader

Scan and decode QR codes from images or your camera

Open tool

Mock Data Generator

Generate realistic fake data — names, emails, addresses, dates, UUIDs — as JSON or CSV for testing and prototyping

Open tool

SQL Formatter

Format and prettify SQL queries, or minify them to a single line. Keywords are automatically uppercased.

Open tool

XML Formatter and Validator

Format, minify, and validate XML documents in your browser. Detects syntax errors and shows the line that failed.

Open tool

JSON Schema Generator

Paste a sample JSON object and instantly get a JSON Schema. Includes a Power Automate mode for the Parse JSON action.

Open tool

.env File Parser

Parse .env files into a table or JSON, or convert a JSON object back to .env format. Strips comments and handles quoted values.

Open tool

Aspect Ratio Calculator

Calculate, simplify, and scale aspect ratios for images, videos, and UI elements. Includes common presets like 16:9, 4:3, and 1:1.

Open tool