DevOps Tools
Quick, browser-based utility tools that DevOps engineers use daily. No installation needed — all tools run entirely in your browser.
Encoding & Decoding
Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to text.
URL Encode/Decode
Percent-encode or decode URL strings.
HTML Entity Encode/Decode
Convert special characters to/from HTML entities.
JWT Decoder
Decode and inspect JWT token header, payload, and signature.
Bcrypt Generator/Validator
Generate and validate Bcrypt hashes.
Formatters & Validators
JSON Formatter & Validator
Prettify, minify, and validate JSON data.
YAML Validator
Validate YAML syntax and display errors.
YAML ↔ JSON Converter
Convert between YAML and JSON formats.
XML Formatter
Prettify and validate XML documents.
Markdown Preview
Live preview of Markdown rendering as you type.
JSON to Go Struct
Convert JSON to Go structs.
SQL Formatter
Beautify SQL queries.
Generators & Calculators
UUID Generator
Generate UUID v4 (random) identifiers.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text.
Password Generator
Generate strong random passwords with configurable options.
Cron Expression Parser
Parse cron expressions in human-readable format with next execution times.
Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Networking & Infrastructure
Text & Diff Tools
Diff Checker
Compare two text blocks side-by-side with highlighted differences.
Regex Tester
Test regular expressions against sample text with match highlighting.
Text Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, kebab-case.
Line Sort & Deduplicate
Sort lines alphabetically, remove duplicates, reverse order.
Character & Word Counter
Count characters, words, lines, and bytes in text.
DevOps-Specific
Docker Compose Validator
Validate Docker Compose YAML syntax.
.env File Editor
Create and edit environment variable files with validation.
Kubernetes YAML Generator
Generate basic K8s manifests (Deployment, Service, ConfigMap) via form inputs.
Kubernetes Manifest Validator
Validate Kubernetes manifest schema.
Ansible Playbook Validator
Validate Ansible Playbook YAML syntax.
Chmod Calculator
Visual chmod permission calculator (numeric ↔ symbolic).
Git Command Generator
Select options via UI to generate the correct git command.