Technology Tags

Browse Utilier tools by technology tags including JSON, YAML, XML, Docker, Kubernetes, Terraform, Helm, JWT, Git, HTTP, IAM, CI/CD and networking.

API Tools

Tools related to API for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • API Tester β€” Lightweight REST, GraphQL & WebSocket client with auth, body types, query params, and request history.
  • cURL Converter β€” Convert a curl command to fetch, Axios, React, Python, Go, PHP, Java or Rust β€” and fetch back to curl.
  • HTTP Header Analyzer β€” Parse HTTP headers locally and identify caching, CORS, cookie, and security-header concerns.
  • HTTP Status Codes β€” Searchable reference of HTTP response status codes with their names and meanings.
  • JSON & HAR Secret Redactor β€” Redact likely secrets, authorization headers, and email addresses locally before sharing data.
  • JSON Schema Validator β€” Validate JSON locally against a practical JSON Schema subset and see precise field-level errors.
  • OpenAPI / Swagger Viewer β€” Browse an OpenAPI/Swagger document's endpoints and schemas in a readable list β€” paste JSON or YAML, entirely offline.
  • OpenAPI to cURL Inspector β€” Convert OpenAPI/Swagger JSON operations into ready-to-run cURL request starters β€” a lightweight inspector, not a full spec browser.
  • Server Config Generator β€” Generate nginx, Apache or Tomcat configs for HTTPS, reverse proxy, load balancing, API gateway, caching and rate limiting.

CI/CD Tools

Tools related to CI/CD for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • AES Encrypt / Decrypt β€” Encrypt or decrypt text with AES-256-GCM using a password (PBKDF2-SHA256 key derivation). Output is base64 packing salt + IV + ciphertext.
  • ASCII Art Generator β€” Turn text into a figlet-style banner or convert an image into ASCII art. Copy, download as text or image, and share.
  • ASCII Converter β€” Convert text to and from character codes in decimal, hexadecimal or binary.
  • Base64 / Base32 / Base58 / Base85 Encoder β€” Encode and decode text using Base64, Base32, Base58, Base85, or ASCII85.
  • CIDR Calculator β€” Expand an IPv4 CIDR block into network, broadcast, host range and mask.
  • CRC32 Generator β€” Compute the CRC-32 (IEEE 802.3) checksum of text, shown as hex and decimal.
  • CSS clamp() Fluid Scale Generator β€” Generate a responsive CSS clamp() value from minimum and maximum viewport and size targets.
  • CSS Specificity Calculator β€” Compare CSS selectors locally and see the cascade specificity tuple.
  • GitHub Actions Generator β€” Generate a CI workflow (.github/workflows/ci.yml) for Node, Python, Go, Java or Rust with push/PR triggers.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • HTML Entity Encode / Decode β€” Escape/unescape HTML special characters and numeric entities.
  • Incident Runbook Builder β€” Generate practical incident response runbooks offline with triage, diagnosis, rollback, communication, validation, and follow-up sections.
  • IP Address Converter β€” Convert IPv4 addresses to and from decimal, hexadecimal, octal, and binary formats.
  • JSON Schema Validator β€” Validate JSON locally against a practical JSON Schema subset and see precise field-level errors.
  • Keyboard Event Tester β€” Inspect key events (key, code, keyCode, modifiers) and browse the ASCII chart with code↔character conversion.
  • Number Base Converter β€” Convert integers between binary, octal, decimal, hexadecimal, and custom bases (radix 2-36).
  • Punycode Converter β€” Convert internationalized domain names (IDN) to and from Punycode (xn--) ASCII form.
  • Random Number Generator β€” Generate cryptographically-random integers, decimals, primes, or fractions within a range.
  • Random String Generator β€” Generate random strings from selectable character sets, or special formats (hex, binary, MAC address).
  • ROT13 / ROT-N Encoder β€” Apply the ROT13 letter cipher (or any ROT-N shift) to text. ROT13 is its own inverse.
  • Server Config Generator β€” Generate nginx, Apache or Tomcat configs for HTTPS, reverse proxy, load balancing, API gateway, caching and rate limiting.
  • SLO Error Budget Calculator β€” Calculate availability, allowed downtime, error budget consumption, remaining budget, and burn rate for SRE and operations planning.
  • Text / Binary / Hex / Decimal / Octal Converter β€” Convert between text, binary, hexadecimal, decimal, and octal. Auto-detects the input format.
  • UTF-8 Encoder / Decoder β€” Convert text to its UTF-8 bytes (hex, decimal or binary) and decode bytes back to text.

CSS Tools

Tools related to CSS for formatting, validating, generating, converting, testing or troubleshooting technical data.

Docker Tools

Tools related to Docker for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .env Parser & Converter β€” Validate environment variables locally and convert .env entries to JSON or Docker Compose YAML.
  • Cheat Sheets β€” Instant-search reference cards for git, docker, kubectl, terraform, vim, bash, and regex. Click any command to copy.
  • Docker Compose Generator β€” Build a docker-compose.yml with a primary service plus optional Postgres, MySQL, Redis or Mongo add-ons.
  • Dockerfile Generator β€” Scaffold a Dockerfile for many stacks with multi-stage builds, env vars, ports, a non-root user and healthcheck.
  • Dockerfile Linter β€” Lint Dockerfiles offline β€” checks for best practices like pinned tags, apt cleanup, COPY vs ADD, exec-form CMD, and more.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • Kubernetes YAML Generator β€” GUI wizard to generate production-ready Kubernetes manifests: Deployment, Service, Ingress, ConfigMap, Secret, PVC, HPA.

Git Tools

Tools related to Git for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .gitignore Generator β€” Combine common .gitignore presets for languages, OSes and editors.
  • Base64 / Base32 / Base58 / Base85 Encoder β€” Encode and decode text using Base64, Base32, Base58, Base85, or ASCII85.
  • Cheat Sheets β€” Instant-search reference cards for git, docker, kubectl, terraform, vim, bash, and regex. Click any command to copy.
  • GitHub Actions Generator β€” Generate a CI workflow (.github/workflows/ci.yml) for Node, Python, Go, Java or Rust with push/PR triggers.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • Markdown Preview β€” Live GitHub-flavoured-ish Markdown rendering (safe, HTML-escaped).

Helm Tools

Tools related to Helm for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • Helm Chart Generator β€” Generate Kubernetes Helm chart scaffolding (Chart.yaml, values.yaml, deployment template) with configurable options.

HTML Tools

Tools related to HTML for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • HTML ↔ Markdown Converter β€” Convert HTML to Markdown and Markdown to HTML. Handles headings, lists, tables, links, images, and code blocks.
  • HTML Beautifier & Minifier β€” Indent or minify HTML. Content of pre/script/style is preserved.
  • HTML Entity Encode / Decode β€” Escape/unescape HTML special characters and numeric entities.
  • HTML Table Generator β€” Visual table builder β€” set rows and columns, fill in data, generate clean HTML table code.
  • Markdown Preview β€” Live GitHub-flavoured-ish Markdown rendering (safe, HTML-escaped).
  • Markdown Writer β€” Write markdown with a quick-action toolbar. Preview as rendered HTML, copy or download in multiple formats.
  • robots.txt Generator β€” Generate a robots.txt with allow/disallow rules, crawl-delay and sitemap.
  • sitemap.xml Generator β€” Turn a list of URLs into a valid XML sitemap.
  • SQL Converter β€” Convert SQL INSERT statements or SELECT results to CSV, JSON, XML, YAML, or HTML.
  • Web Manifest Validator β€” Validate a PWA web manifest locally and inspect essential install metadata.

HTTP Tools

Tools related to HTTP for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .htaccess Generator β€” Generate common Apache .htaccess rules (HTTPS, www, caching, compression).
  • Advanced String Tools β€” Advanced string manipulation: remove accents, extract delimited text, filter lines, calculate similarity, character diff.
  • API Tester β€” Lightweight REST, GraphQL & WebSocket client with auth, body types, query params, and request history.
  • ASCII Art Generator β€” Turn text into a figlet-style banner or convert an image into ASCII art. Copy, download as text or image, and share.
  • ASCII Converter β€” Convert text to and from character codes in decimal, hexadecimal or binary.
  • Base64 / Base32 / Base58 / Base85 Encoder β€” Encode and decode text using Base64, Base32, Base58, Base85, or ASCII85.
  • Cookie Parser & Set-Cookie Builder β€” Parse Cookie and Set-Cookie values, then build a standards-friendly response header locally.
  • CSP Generator & Evaluator β€” Build a Content-Security-Policy from directives and lint any pasted CSP for common weaknesses.
  • cURL Converter β€” Convert a curl command to fetch, Axios, React, Python, Go, PHP, Java or Rust β€” and fetch back to curl.
  • HAR File Analyzer β€” Inspect a browser HAR capture locally: slow requests, failures, domains, and transfer size.
  • Helm Chart Generator β€” Generate Kubernetes Helm chart scaffolding (Chart.yaml, values.yaml, deployment template) with configurable options.
  • HTML Entity Encode / Decode β€” Escape/unescape HTML special characters and numeric entities.
  • HTTP Header Analyzer β€” Parse HTTP headers locally and identify caching, CORS, cookie, and security-header concerns.
  • HTTP Status Codes β€” Searchable reference of HTTP response status codes with their names and meanings.
  • JSON & HAR Secret Redactor β€” Redact likely secrets, authorization headers, and email addresses locally before sharing data.
  • JSON Schema Validator β€” Validate JSON locally against a practical JSON Schema subset and see precise field-level errors.
  • JWT Decoder β€” Decode a JWT's header and payload. Optionally verify an HMAC signature.
  • Keyboard Event Tester β€” Inspect key events (key, code, keyCode, modifiers) and browse the ASCII chart with code↔character conversion.
  • Nano ID Generator β€” Generate compact, URL-safe unique IDs with a configurable size and alphabet.
  • Nginx Config Generator β€” Generate production-ready Nginx server blocks for reverse proxy, SPA, or static sites with SSL, gzip, and security headers.
  • OpenAPI / Swagger Viewer β€” Browse an OpenAPI/Swagger document's endpoints and schemas in a readable list β€” paste JSON or YAML, entirely offline.
  • OpenAPI to cURL Inspector β€” Convert OpenAPI/Swagger JSON operations into ready-to-run cURL request starters β€” a lightweight inspector, not a full spec browser.
  • Password Generator β€” Generate strong random passwords with configurable character sets.
  • QR Code Generator β€” Turn text/URLs into a QR code, optionally with a centered logo. Download as PNG.
  • Query Parameter Parser β€” Break a URL or query string into its individual parameters.
  • Query String Builder β€” Assemble a URL-encoded query string from key/value pairs.
  • Random String Generator β€” Generate random strings from selectable character sets, or special formats (hex, binary, MAC address).
  • Regex Generator β€” Pick a common validation pattern and test it against sample text.
  • Server Config Generator β€” Generate nginx, Apache or Tomcat configs for HTTPS, reverse proxy, load balancing, API gateway, caching and rate limiting.
  • sitemap.xml Generator β€” Turn a list of URLs into a valid XML sitemap.
  • Slug Generator β€” Convert titles into clean, URL-friendly slugs. Strips accents and punctuation.
  • SSL/TLS Certificate Decoder β€” Decode PEM-encoded X.509 certificates β€” view subject, issuer, validity, SAN, and expiration status.
  • Unicode Security Inspector β€” Find invisible Unicode, bidi controls, mixed scripts, and common confusable characters locally.
  • URL Encode / Decode β€” Percent-encode or decode text and query components, in any character set.
  • UTF-8 Encoder / Decoder β€” Convert text to its UTF-8 bytes (hex, decimal or binary) and decode bytes back to text.
  • Word & Character Counter β€” Live count of words, characters, lines, sentences, paragraphs and reading time.

IAM Tools

Tools related to IAM for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • AWS IAM Policy Generator β€” Generate AWS IAM policy JSON documents with common actions for S3, EC2, Lambda, DynamoDB, and more.
  • CSP Generator & Evaluator β€” Build a Content-Security-Policy from directives and lint any pasted CSP for common weaknesses.
  • IAM Policy Risk Analyzer β€” Review AWS IAM policy JSON offline for wildcard permissions, broad resources, escalation-sensitive actions, and risky trust patterns.
  • Kubernetes Policy Checker β€” Analyze Kubernetes YAML offline for risky security settings, mutable images, missing resources, and production-readiness gaps.
  • Terraform Static Analyzer β€” Scan Terraform HCL offline for risky AWS patterns such as public admin ingress, unencrypted storage, missing provider pins, and static credentials.

JSON Tools

Tools related to JSON for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .env Parser & Converter β€” Validate environment variables locally and convert .env entries to JSON or Docker Compose YAML.
  • AWS IAM Policy Generator β€” Generate AWS IAM policy JSON documents with common actions for S3, EC2, Lambda, DynamoDB, and more.
  • Escape / Unescape β€” Escape and unescape strings for JSON, XML, JavaScript, CSV, and SQL contexts.
  • Fake Data Generator β€” Generate mock people or products (JSON/XML/CSV) or placeholder images (PNG/JPG/WEBP/GIF) for prototyping.
  • IAM Policy Risk Analyzer β€” Review AWS IAM policy JSON offline for wildcard permissions, broad resources, escalation-sensitive actions, and risky trust patterns.
  • JSON & HAR Secret Redactor β€” Redact likely secrets, authorization headers, and email addresses locally before sharing data.
  • JSON ↔ CSV / SQL β€” Convert JSON array to CSV, TSV, or SQL INSERT statements. Parse CSV/TSV back to JSON.
  • JSON ↔ YAML β€” Convert JSON to YAML and YAML back to JSON.
  • JSON Beautifier & Validator β€” Format, minify and validate JSON. Reports the exact error location.
  • JSON Schema Validator β€” Validate JSON locally against a practical JSON Schema subset and see precise field-level errors.
  • JSON to TypeScript β€” Convert JSON objects to TypeScript interfaces. Handles nested objects, arrays, and optional/null fields.
  • JSONPath Query β€” Query JSON data using JSONPath expressions ($, dot notation, arrays, wildcards, recursive descent).
  • JWT Generator β€” Create a signed JWT (HS256/384/512) from a JSON payload and secret.
  • OpenAPI / Swagger Viewer β€” Browse an OpenAPI/Swagger document's endpoints and schemas in a readable list β€” paste JSON or YAML, entirely offline.
  • OpenAPI to cURL Inspector β€” Convert OpenAPI/Swagger JSON operations into ready-to-run cURL request starters β€” a lightweight inspector, not a full spec browser.
  • Regex Extractor β€” Extract every regex match and capture group with locations, then export JSON or CSV locally.
  • SQL Converter β€” Convert SQL INSERT statements or SELECT results to CSV, JSON, XML, YAML, or HTML.
  • TOML Converter β€” Convert TOML to JSON or YAML and JSON/YAML back to TOML, with validation.
  • XML Beautifier / Minifier β€” Pretty-print, minify, validate XML. Convert to JSON or CSV.

JWT Tools

Tools related to JWT for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • JSON & HAR Secret Redactor β€” Redact likely secrets, authorization headers, and email addresses locally before sharing data.
  • JWT Decoder β€” Decode a JWT's header and payload. Optionally verify an HMAC signature.
  • JWT Generator β€” Create a signed JWT (HS256/384/512) from a JSON payload and secret.
  • Random String Generator β€” Generate random strings from selectable character sets, or special formats (hex, binary, MAC address).

Kubernetes Tools

Tools related to Kubernetes for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • Cheat Sheets β€” Instant-search reference cards for git, docker, kubectl, terraform, vim, bash, and regex. Click any command to copy.
  • Helm Chart Generator β€” Generate Kubernetes Helm chart scaffolding (Chart.yaml, values.yaml, deployment template) with configurable options.
  • Kubernetes Manifest Generator β€” Generate a Kubernetes Deployment + Service manifest (image, replicas, ports, env vars) as YAML.
  • Kubernetes Policy Checker β€” Analyze Kubernetes YAML offline for risky security settings, mutable images, missing resources, and production-readiness gaps.
  • Kubernetes YAML Generator β€” GUI wizard to generate production-ready Kubernetes manifests: Deployment, Service, Ingress, ConfigMap, Secret, PVC, HPA.

Networking Tools

Tools related to Networking for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .htaccess Generator β€” Generate common Apache .htaccess rules (HTTPS, www, caching, compression).
  • Advanced String Tools β€” Advanced string manipulation: remove accents, extract delimited text, filter lines, calculate similarity, character diff.
  • AES Encrypt / Decrypt β€” Encrypt or decrypt text with AES-256-GCM using a password (PBKDF2-SHA256 key derivation). Output is base64 packing salt + IV + ciphertext.
  • API Tester β€” Lightweight REST, GraphQL & WebSocket client with auth, body types, query params, and request history.
  • CIDR Calculator β€” Expand an IPv4 CIDR block into network, broadcast, host range and mask.
  • Clipboard History β€” The last 10 things you copied from any tool. Click to copy again.
  • Cookie Parser & Set-Cookie Builder β€” Parse Cookie and Set-Cookie values, then build a standards-friendly response header locally.
  • Cron Expression Generator β€” Build a cron expression from simple schedule fields with a live description.
  • CSP Generator & Evaluator β€” Build a Content-Security-Policy from directives and lint any pasted CSP for common weaknesses.
  • Emoji Picker β€” Browse and click an emoji to copy it to your clipboard.
  • Escape / Unescape β€” Escape and unescape strings for JSON, XML, JavaScript, CSV, and SQL contexts.
  • GitHub Actions Generator β€” Generate a CI workflow (.github/workflows/ci.yml) for Node, Python, Go, Java or Rust with push/PR triggers.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • HAR File Analyzer β€” Inspect a browser HAR capture locally: slow requests, failures, domains, and transfer size.
  • HTML Beautifier & Minifier β€” Indent or minify HTML. Content of pre/script/style is preserved.
  • HTTP Header Analyzer β€” Parse HTTP headers locally and identify caching, CORS, cookie, and security-header concerns.
  • IP Address Converter β€” Convert IPv4 addresses to and from decimal, hexadecimal, octal, and binary formats.
  • JavaScript Beautifier & Minifier β€” Format, minify, or obfuscate JavaScript. String, template, regex and comment aware.
  • JSON to TypeScript β€” Convert JSON objects to TypeScript interfaces. Handles nested objects, arrays, and optional/null fields.
  • Keyboard Event Tester β€” Inspect key events (key, code, keyCode, modifiers) and browse the ASCII chart with code↔character conversion.
  • Lorem Ipsum Generator β€” Generate placeholder text by paragraphs, sentences or words.
  • Markdown Writer β€” Write markdown with a quick-action toolbar. Preview as rendered HTML, copy or download in multiple formats.
  • Nginx Config Generator β€” Generate production-ready Nginx server blocks for reverse proxy, SPA, or static sites with SSL, gzip, and security headers.
  • OpenAPI / Swagger Viewer β€” Browse an OpenAPI/Swagger document's endpoints and schemas in a readable list β€” paste JSON or YAML, entirely offline.
  • OpenAPI to cURL Inspector β€” Convert OpenAPI/Swagger JSON operations into ready-to-run cURL request starters β€” a lightweight inspector, not a full spec browser.
  • Punycode Converter β€” Convert internationalized domain names (IDN) to and from Punycode (xn--) ASCII form.
  • Regex Tester β€” Test JavaScript regular expressions with live match highlighting and groups.
  • ROT13 / ROT-N Encoder β€” Apply the ROT13 letter cipher (or any ROT-N shift) to text. ROT13 is its own inverse.
  • Slug Generator β€” Convert titles into clean, URL-friendly slugs. Strips accents and punctuation.
  • SSL/TLS Certificate Decoder β€” Decode PEM-encoded X.509 certificates β€” view subject, issuer, validity, SAN, and expiration status.
  • Subnet Calculator β€” Enter an IP and a subnet mask (dotted or prefix) to compute the subnet details.
  • Text Compression β€” Compress and decompress text using GZip, Deflate, or Deflate-Raw algorithms.
  • Text Formatter & Cleaner β€” Clean up text: remove blank lines, trim spaces, strip line numbers, sort/shuffle/reverse lines or words, remove punctuation, flip upside down.
  • Unicode Security Inspector β€” Find invisible Unicode, bidi controls, mixed scripts, and common confusable characters locally.

Security Tools

Tools related to Security for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • AES Encrypt / Decrypt β€” Encrypt or decrypt text with AES-256-GCM using a password (PBKDF2-SHA256 key derivation). Output is base64 packing salt + IV + ciphertext.
  • BCrypt Generator β€” Hash a password with bcrypt (Blowfish-based, salted) at a configurable cost, or verify a password against an existing bcrypt hash.
  • Checksum Calculator β€” Upload a file to compute its SHA-1, SHA-256, SHA-384, SHA-512 and CRC-32 checksums for integrity verification.
  • CRC32 Generator β€” Compute the CRC-32 (IEEE 802.3) checksum of text, shown as hex and decimal.
  • CSP Generator & Evaluator β€” Build a Content-Security-Policy from directives and lint any pasted CSP for common weaknesses.
  • Dockerfile Linter β€” Lint Dockerfiles offline β€” checks for best practices like pinned tags, apt cleanup, COPY vs ADD, exec-form CMD, and more.
  • Hash Generator β€” Compute MD5, SHA-1, SHA-256, SHA-384, SHA-512, and CRC-16 digests of text.
  • Hash Verification β€” Compute a hash of your text (MD5, SHA-1/256/384/512 or CRC-32) and compare it against an expected value to confirm a match.
  • HMAC Generator β€” Compute a keyed HMAC signature of a message (SHA-1/256/384/512).
  • HTTP Header Analyzer β€” Parse HTTP headers locally and identify caching, CORS, cookie, and security-header concerns.
  • IAM Policy Risk Analyzer β€” Review AWS IAM policy JSON offline for wildcard permissions, broad resources, escalation-sensitive actions, and risky trust patterns.
  • JSON & HAR Secret Redactor β€” Redact likely secrets, authorization headers, and email addresses locally before sharing data.
  • JWT Decoder β€” Decode a JWT's header and payload. Optionally verify an HMAC signature.
  • JWT Generator β€” Create a signed JWT (HS256/384/512) from a JSON payload and secret.
  • Kubernetes Policy Checker β€” Analyze Kubernetes YAML offline for risky security settings, mutable images, missing resources, and production-readiness gaps.
  • Kubernetes YAML Generator β€” GUI wizard to generate production-ready Kubernetes manifests: Deployment, Service, Ingress, ConfigMap, Secret, PVC, HPA.
  • Nginx Config Generator β€” Generate production-ready Nginx server blocks for reverse proxy, SPA, or static sites with SSL, gzip, and security headers.
  • Password Generator β€” Generate strong random passwords with configurable character sets.
  • RSA Encrypt / Decrypt β€” Generate an RSA keypair and encrypt/decrypt short messages with RSA-OAEP (SHA-256). Keys are PEM. Best for small payloads (β‰ˆ190 bytes at 2048-bit).
  • SSL/TLS Certificate Decoder β€” Decode PEM-encoded X.509 certificates β€” view subject, issuer, validity, SAN, and expiration status.
  • Terraform (AWS) Generator β€” Generate Terraform HCL for common AWS resources: EC2 instance, S3 bucket or security group.
  • Terraform Static Analyzer β€” Scan Terraform HCL offline for risky AWS patterns such as public admin ingress, unencrypted storage, missing provider pins, and static credentials.
  • Unicode Security Inspector β€” Find invisible Unicode, bidi controls, mixed scripts, and common confusable characters locally.

SQL Tools

Tools related to SQL for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • Docker Compose Generator β€” Build a docker-compose.yml with a primary service plus optional Postgres, MySQL, Redis or Mongo add-ons.
  • Escape / Unescape β€” Escape and unescape strings for JSON, XML, JavaScript, CSV, and SQL contexts.
  • JSON ↔ CSV / SQL β€” Convert JSON array to CSV, TSV, or SQL INSERT statements. Parse CSV/TSV back to JSON.
  • SQL Converter β€” Convert SQL INSERT statements or SELECT results to CSV, JSON, XML, YAML, or HTML.
  • SQL Formatter β€” Format SQL queries: clauses on new lines, keywords uppercased.
  • SQLite Viewer β€” Open a .sqlite/.db file in the browser, browse tables and run SQL β€” fully client-side.

Terraform Tools

Tools related to Terraform for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • Cheat Sheets β€” Instant-search reference cards for git, docker, kubectl, terraform, vim, bash, and regex. Click any command to copy.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • Terraform (AWS) Generator β€” Generate Terraform HCL for common AWS resources: EC2 instance, S3 bucket or security group.
  • Terraform Backend Config β€” Generate Terraform backend configuration for S3, GCS, Azure, Consul, or local state storage with provider setup.
  • Terraform Static Analyzer β€” Scan Terraform HCL offline for risky AWS patterns such as public admin ingress, unencrypted storage, missing provider pins, and static credentials.

XML Tools

Tools related to XML for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • Escape / Unescape β€” Escape and unescape strings for JSON, XML, JavaScript, CSV, and SQL contexts.
  • Fake Data Generator β€” Generate mock people or products (JSON/XML/CSV) or placeholder images (PNG/JPG/WEBP/GIF) for prototyping.
  • sitemap.xml Generator β€” Turn a list of URLs into a valid XML sitemap.
  • SQL Converter β€” Convert SQL INSERT statements or SELECT results to CSV, JSON, XML, YAML, or HTML.
  • XML Beautifier / Minifier β€” Pretty-print, minify, validate XML. Convert to JSON or CSV.

YAML Tools

Tools related to YAML for formatting, validating, generating, converting, testing or troubleshooting technical data.

  • .env Parser & Converter β€” Validate environment variables locally and convert .env entries to JSON or Docker Compose YAML.
  • Docker Compose Generator β€” Build a docker-compose.yml with a primary service plus optional Postgres, MySQL, Redis or Mongo add-ons.
  • GitHub Actions Generator β€” Generate a CI workflow (.github/workflows/ci.yml) for Node, Python, Go, Java or Rust with push/PR triggers.
  • GitLab CI Generator β€” Generate .gitlab-ci.yml pipeline configurations for Node.js, Python, Docker, Terraform, and Go projects.
  • Helm Chart Generator β€” Generate Kubernetes Helm chart scaffolding (Chart.yaml, values.yaml, deployment template) with configurable options.
  • JSON ↔ YAML β€” Convert JSON to YAML and YAML back to JSON.
  • Kubernetes Manifest Generator β€” Generate a Kubernetes Deployment + Service manifest (image, replicas, ports, env vars) as YAML.
  • Kubernetes Policy Checker β€” Analyze Kubernetes YAML offline for risky security settings, mutable images, missing resources, and production-readiness gaps.
  • Kubernetes YAML Generator β€” GUI wizard to generate production-ready Kubernetes manifests: Deployment, Service, Ingress, ConfigMap, Secret, PVC, HPA.
  • OpenAPI / Swagger Viewer β€” Browse an OpenAPI/Swagger document's endpoints and schemas in a readable list β€” paste JSON or YAML, entirely offline.
  • SQL Converter β€” Convert SQL INSERT statements or SELECT results to CSV, JSON, XML, YAML, or HTML.
  • TOML Converter β€” Convert TOML to JSON or YAML and JSON/YAML back to TOML, with validation.

Browse task-based categories