Der gesamte Werkzeugkasten, nur einen Tab entfernt.
Fokussierte DevOps-Tools, die vollständig in Ihrem Browser laufen – kostenlos, ohne Anmeldung, und nichts, was Sie einfügen, verlässt jemals Ihr Gerät.
Jetzt verfügbar
Live-Tools.
Schnellzugriff
Angeheftete und zuletzt verwendete Tools — nur in diesem Browser gespeichert.
- AlertLint
- CVE-Ignore Converter
- GitHub Actions Validator
- Cron Expression Tester
- Cron to systemd Converter
- Regex Log Tester
- Env Example Checker
- LogQL ↔ PromQL Helper
- PromQL Explainer
- Subnet Calculator
- IP Address Converter
- CIDR / Subnet Checker
- MAC Address Formatter
- Reverse DNS / PTR Helper
- Subnet Splitter
- JWT Decoder & Encoder
- Timestamp Converter
- Base64 Encoder / Decoder
- Hash Generator
- Kubernetes Resource Calculator
- GitHub Actions Expression Tester
- Docker Run to Compose
- GitLab CI Validator
- Prometheus Relabel Tester
- Alertmanager Route Tester
- UUID / ULID Generator
- Case Converter
- Slugify
- chmod Calculator
Probieren Sie eines davon, oder setzen Sie die Filter zurück, um alles zu sehen.
- Observability Live
AlertLint
Unit testing for Grafana Loki alert rules.
Test your Loki alerting and recording rules before they fire in production. Paste rules + synthetic logs, assert pass/fail — entirely in the browser. The promtool equivalent Loki never had.
Tool öffnen - Security Live
CVE-Ignore Converter
Translate .trivyignore / .grype.yaml / .snyk in one click.
Convert and unify a single vulnerability-suppression policy across Trivy, Grype, Snyk and osv-scanner formats. Pure client-side, no upload.
Tool öffnen - CI/CD Live
GitHub Actions Validator
Check workflow YAML errors & security issues online — no install.
Paste a GitHub Actions workflow and get YAML errors plus security-misconfiguration checks, instantly, with nothing to install.
Tool öffnen - Scheduling Live
Cron Expression Tester
Explain any cron expression in plain English — and see the next runs.
Paste a cron expression and get a plain-English description plus the next run times. Supports ranges, steps, lists and @macros. Pure client-side.
Tool öffnen - Scheduling Live
Cron to systemd Converter
Turn a crontab line into a systemd timer + service unit.
Convert a crontab entry into an equivalent systemd .timer and .service unit, with an OnCalendar expression and migration notes. Pure client-side.
Tool öffnen - Logs Live
Regex Log Tester
Test regular expressions against your log lines — live matches and groups.
Paste a regex and sample log lines, see live matches, capture groups and named groups. Built for log parsing, runs entirely in your browser.
Tool öffnen - Config Live
Env Example Checker
Find env vars your code uses but .env.example is missing.
Paste your code and your .env.example to find environment variables used in code but missing from the example (and unused keys). Pure client-side.
Tool öffnen - Observability Live
LogQL ↔ PromQL Helper
Translate and explain queries between Loki LogQL and Prometheus PromQL.
Convert common metric-query shapes between Grafana Loki LogQL and Prometheus PromQL, with notes on what does and does not map. Pure client-side.
Tool öffnen - Observability Live
PromQL Explainer
Paste a PromQL query and get a plain-English explanation.
Break down a Prometheus PromQL query into a readable explanation — selectors, rates, aggregations, functions and comparisons. Pure client-side.
Tool öffnen - Networking Live
Subnet Calculator
Network, broadcast, mask and host range from any IPv4/IPv6 CIDR.
Enter an IPv4 or IPv6 address with a prefix and get the network and broadcast addresses, netmask, wildcard, usable host range and address counts. Pure client-side.
Tool öffnen - Networking Live
IP Address Converter
Convert an IP between dotted decimal, integer, hex and binary.
Paste an IPv4 or IPv6 address in any form — dotted decimal, integer, hexadecimal or binary — and see every representation at once. Pure client-side.
Tool öffnen - Networking Live
CIDR / Subnet Checker
Check an IP against CIDR ranges, find overlaps, and merge lists.
Paste an IP plus CIDRs — or a whole list — to check membership, spot overlapping or contained ranges, and get the minimal covering set. Pure client-side.
Tool öffnen - Networking Live
MAC Address Formatter
Reformat a MAC across colon, hyphen, Cisco and bare — and read its bits.
Paste a MAC address and get it normalised across colon, hyphen, Cisco dotted and bare forms, plus the U/L and I/G bit meaning, OUI and the EUI-64 IPv6 link-local address it derives. Pure client-side.
Tool öffnen - Networking Live
Reverse DNS / PTR Helper
Build the in-addr.arpa / ip6.arpa PTR name and reverse zone for any IP.
Enter an IPv4 or IPv6 address or CIDR and get the in-addr.arpa or ip6.arpa PTR name, the matching reverse zone and the nibble breakdown behind it. Pure client-side.
Tool öffnen - Networking Live
Subnet Splitter
Split a parent CIDR into subnets and find the free space around allocations.
Split a parent IPv4 or IPv6 CIDR into equal subnets or carve it up with VLSM, then list existing allocations to find the gaps and the next available subnet. Pure client-side.
Tool öffnen - Security Live
JWT Decoder & Encoder
Decode, verify, and sign JWTs — HS/RS/PS/ES/EdDSA — with a built-in key generator.
Paste a JSON Web Token to decode its header and claims, verify its signature against a secret, PEM, JWK, or JWKS, sign new tokens with any JWS algorithm, and generate test keys — all in your browser. Nothing leaves the page. Pure client-side.
Tool öffnen - Encoding Live
Timestamp Converter
Convert between Unix epoch, ISO 8601 and human-readable dates.
Paste a Unix timestamp in seconds or milliseconds, or an ISO 8601 date, and convert it across epoch, UTC and local time with relative age. Pure client-side.
Tool öffnen - Encoding Live
Base64 Encoder / Decoder
Encode and decode Base64 and URL-safe Base64, with Unicode support.
Paste text or Base64 to encode or decode in either direction, with standard and URL-safe alphabets and full UTF-8 handling. Pure client-side.
Tool öffnen - Security Live
Hash Generator
Compute MD5, SHA-1, SHA-256 and SHA-512 digests of any text — plus HMAC.
Paste text and get its MD5, SHA-1, SHA-256 and SHA-512 hashes at once, plus an optional HMAC with a key — computed in your browser with the Web Crypto API. Pure client-side.
Tool öffnen - Kubernetes Live
Kubernetes Resource Calculator
Total CPU and memory requests and limits across pods and replicas.
Enter container CPU and memory requests and limits with replica counts to total the resources a workload reserves, and convert millicores and Mi/Gi units. Pure client-side.
Tool öffnen - CI/CD Live
GitHub Actions Expression Tester
Evaluate ${{ }} expressions and simulate workflow triggers.
Test GitHub Actions if: conditions with GitHub’s exact coercion rules, catch the “always true” literal footgun, and simulate which jobs run for a push, PR or tag. Pure client-side.
Tool öffnen - Docker Live
Docker Run to Compose
Paste a docker run command, get a docker-compose service YAML — and convert back, all in your browser.
A free docker run to docker compose converter that turns a docker run command into the equivalent docker-compose service YAML — and converts a Compose service back to a docker run line. Bidirectional, runs entirely client-side, no signup.
Tool öffnen - CI/CD Live
GitLab CI Validator
Lint .gitlab-ci.yml for YAML errors and pipeline misconfigurations — in your browser, no login.
A free gitlab ci validator that lints your .gitlab-ci.yml for YAML errors plus structural and pipeline misconfigurations — undefined stages, jobs without scripts, bad rules / needs / extends. Runs entirely in your browser, no login.
Tool öffnen - Observability Live
Prometheus Relabel Tester
Test Prometheus relabel_configs against sample labels and see exactly what survives.
A free prometheus relabel tester that runs your relabel_configs against sample target labels to show exactly which labels survive, get rewritten, or cause a target to be dropped. Supports replace, keep, drop, labelmap, hashmod and more — pure client-side, no signup.
Tool öffnen - Observability Live
Alertmanager Route Tester
Walk your Alertmanager route tree against alert labels to find the matching receiver(s) - in your browser.
A free alertmanager route tester that walks your Alertmanager route tree against a sample alert’s labels to find the matching receiver(s), the matched route path, continue behaviour and grouping. Runs in your browser with no signup — no amtool required.
Tool öffnen - Utilities Live
UUID / ULID Generator
Generate v4 UUIDs and ULIDs, or inspect one.
Generate cryptographically random v4 UUIDs and lexicographically sortable ULIDs in bulk, or paste an identifier to decode its version, variant and embedded timestamp — all in the browser.
Tool öffnen - Utilities Live
Case Converter
Convert text between camelCase, snake_case, kebab-case and more.
Convert any string between camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, Title Case and more at once — copy the one you need. Unicode-aware, entirely client-side.
Tool öffnen - Utilities Live
Slugify
Turn any title into a clean URL slug.
Turn titles and headings into clean, URL-safe slugs: strips accents and diacritics, collapses separators and enforces a max length. Configurable separator, all in the browser.
Tool öffnen - Utilities Live
chmod Calculator
Convert chmod between octal, symbolic and the permission matrix.
Convert Unix file permissions between octal (755), symbolic (rwxr-xr-x) and a checkbox matrix — including setuid, setgid and the sticky bit — and copy the exact chmod command. Pure client-side bit math.
Tool öffnen