Full catalog

92+ tools

Every KalpLabs utility is browser-based, searchable, and grouped with consistent metadata for faster discovery.

Looking for category overviews? Browse collections.
92 tools
Suggest a tool

Accessibility Checker

Run axe-core checks against pasted HTML and review WCAG violations without leaving the browser.

QAaccessibility
Open Tool

API Contract Tester

Validate OpenAPI contracts and catch missing request or response definitions before release.

APIcontract
Open Tool

API Mock Server Generator

Draft mock endpoint shapes from schemas so teams can stand up test doubles faster.

APImock
Open Tool
Most used

API Request Builder

Build and send HTTP requests with headers, params, auth, and body directly in the browser.

APIrequest
Open Tool

API Response Comparator

Compare two API payloads and inspect added, removed, and changed values side by side.

APIresponse
Open Tool
QA favorite

API Scenario Builder

Chain API requests with shared variables, assertions, and step-by-step execution logs.

APIscenario
Open Tool

Assertion Generator

Generate assertion snippets from API responses to speed up automated test authoring.

QAassertion
Open Tool

Base64 / JWT Playground

Encode and decode Base64 strings while inspecting JWT claims, headers, and expiry values.

Securitybase64
Open Tool

Brotli Compressor / Decompressor

Compress or decompress text with Brotli to debug payload transport and fixture handling.

Encodingbrotli
Open Tool

Bug Report Helper

Build structured bug reports with repro steps, environment notes, and expected versus actual output.

QAreport
Open Tool

CI/CD Pipeline Visualizer

Parse pipeline definitions and visualize stages, jobs, and dependencies before merging changes.

DevOpscicd
Open Tool

Cloud IAM Policy Validator

Review IAM policy JSON for risky wildcards, public principals, and least-privilege issues.

Securitypolicy
Open Tool

Colour Contrast Checker

Check WCAG contrast ratios for text and UI colours, then generate passing alternatives.

Accessibilitycontrast
Open Tool

Colour Format Converter

Convert HEX, RGB, RGBA, HSL, and HSV values while checking WCAG contrast ratios.

Datacolour
Open Tool

Concurrency Simulator

Estimate concurrency pressure, utilization, and bottleneck risk from traffic and response-time inputs.

Performanceconcurrency
Open Tool

Cron Expression Generator

Build and validate cron schedules with human-readable summaries for jobs and pipelines.

DevOpscron
Open Tool

Crypto Key Generator

Generate asymmetric keys, symmetric keys, and random secrets with the browser Web Crypto API.

Securitygenerator
Open Tool

CSS Gradient Generator

Design linear and radial gradients, then copy CSS or Tailwind classes instantly.

CSSgradient
Open Tool

CSS Specificity Calculator

Calculate selector weight, compare competing selectors, and inspect exactly why one wins.

CSSspecificity
Open Tool

CSS Unit Converter

Convert px, rem, em, viewport, percent, and print units using realistic layout context values.

CSSunit
Open Tool
New

CSV / JSON Converter

Convert CSV to JSON and JSON arrays to CSV with delimiter detection and nested-data handling.

Datajson
Open Tool

cURL / RestAssured Converter

Convert curl commands into RestAssured snippets and back for API automation workflows.

APIcurl
Open Tool

cURL Converter

Convert curl commands into client snippets for debugging, docs, and test setup.

APIcurl
Open Tool

Data Generator

Generate realistic names, emails, IDs, and fixture values for tests and mock payloads.

Datagenerator
Open Tool

Deflate Raw Utility

Compress or decompress raw deflate payloads for transport debugging and file inspection.

Encodingdeflate
Open Tool

Docker Compose Validator

Validate docker-compose files for missing images, bad dependencies, and port conflicts.

DevOpsdocker
Open Tool

Dockerfile Generator

Generate optimized Dockerfiles with multistage build and health-check options.

DevOpsdockerfile
Open Tool
Trending

Dynamic Mock Server

Create configurable mock APIs with conditional responses and live request logs.

APImock
Open Tool

Environment Utility

Inspect and format .env-style variables locally before sharing or injecting them into workflows.

DevOpsenvironment
Open Tool
New

Environment Variable Manager

Create named environments locally and inject active values into request-building tools.

DevOpsmanager
Open Tool

Git Conflict Visual Resolver

Resolve merge conflicts block by block and export a clean merged file without leaving the browser.

DevOpsconflict
Open Tool

Git Helper

Generate practical Git command sequences for branching, rebasing, recovery, and releases.

DevOpshelper
Open Tool

GitHub Actions YAML Generator

Generate CI workflow YAML for common language stacks and deployment steps.

DevOpsgithub
Open Tool

GraphQL Playground

Run GraphQL queries with variables, headers, schema introspection, and local history.

APIgraphql
Open Tool

GraphQL Query Tester

Compose and validate GraphQL queries with variables when you need a lightweight runner.

APIgraphql
Open Tool
Most used

Gzip Utility

Compress or decompress text with Gzip to debug API payload handling and transport issues.

Encodingutility
Open Tool

HAR File Analyzer

Analyze HAR files for latency, failures, domains, and request hotspots in one pass.

Performancefile
Open Tool

Hash Generator

Generate MD5, SHA1, SHA256, and SHA512 hashes from text without leaving the browser.

Securityhash
Open Tool

Header Builder

Compose reusable HTTP header sets for auth, tracing, and custom API requests.

APIheader
Open Tool

Hex Encoder / Decoder

Convert plain text to hex and decode hexadecimal values back into readable strings.

Encodingencoder
Open Tool

HMAC Signature Generator

Generate and verify HMAC SHA256 and SHA512 signatures for webhook and auth flows.

Securityhmac
Open Tool

HTML Tools Toolkit

Format, minify, escape, preview, and validate HTML from one browser-based workspace.

Texthtml
Open Tool

HTTP Header Analyser

Parse raw response headers into readable security, caching, content, and CORS insights.

APIhttp
Open Tool
New

HTTP Status Code Reference

Search HTTP codes with descriptions, common causes, typical fixes, and framework behavior.

APIhttp
Open Tool

Incident Timeline Builder

Turn timestamped events into a clean incident chronology with detection and resolution metrics.

DevOpsincident
Open Tool

JSON Diff Checker

Compare JSON payloads and detect added, removed, and changed fields for regression testing.

JSONdiff
Open Tool
QA favorite

JSON Schema Validator

Validate JSON payloads against schemas and identify precise failing paths and types.

JSONschema
Open Tool

JSON Test Case Generator

Generate QA-ready test scenarios from JSON payload structure and field combinations.

QAjson
Open Tool
New

JSON to Code Generator

Generate typed models from JSON for TypeScript, Python, Java, Go, C#, Kotlin, and Rust.

JSONcode
Open Tool
Most used

JSON Utilities

Format, validate, diff, search, and query JSON payloads in one editor-first workspace.

JSONutilities
Open Tool
Most used

JWT Decoder

Decode and inspect JWT headers, claims, and timing fields for auth debugging.

Securitydecoder
Open Tool

Kubernetes YAML Validator + Linter

Validate Kubernetes manifests, flag deprecated APIs, and catch lint or security issues.

DevOpskubernetes
Open Tool
QA favorite

Load Test Result Analyzer

Analyze JMeter CSV and k6 JSON results for latency, throughput, and error patterns.

Performanceload
Open Tool

Lorem JSON Generator

Generate realistic user, order, and product JSON payloads for mocks and fixtures.

JSONlorem
Open Tool

Markdown Preview & Formatter

Format Markdown, preview GitHub-flavoured output, and export HTML or print-ready documents.

Textmarkdown
Open Tool

Meta Tag Previewer

Preview titles, descriptions, Open Graph tags, and Twitter cards across search and social surfaces.

SEOmeta
Open Tool

Multi-Hash Generator & Verifier

Generate MD5 and SHA hashes, then verify expected signatures against input values.

Securitymulti
Open Tool

Number Base Converter

Convert numbers between decimal, binary, octal, hex, and custom bases with bit-level helpers.

Datanumber
Open Tool

OAuth 2.0 Flow Debugger

Generate PKCE values, build OAuth URLs, and inspect token requests and decoded token payloads.

Securityoauth
Open Tool

Online Notepad

Write, format, autosave, copy, and export rich text or code without leaving the browser.

Textonline
Open Tool

OpenAPI / Swagger Viewer

Preview and navigate OpenAPI or Swagger definitions quickly when you just need a fast reader.

APIopenapi
Open Tool

OpenAPI / Swagger Visualizer

Parse OpenAPI specs and explore grouped endpoints, parameters, and schemas visually.

APIopenapi
Open Tool

Password Strength Checker

Score password strength, estimate entropy, and surface risky or repeated patterns.

Securitypassword
Open Tool

Postman Collection Importer

Import Postman collections, run requests locally, and export them as curl commands.

APIpostman
Open Tool

Quoted-Printable Encoder / Decoder

Encode and decode quoted-printable content for MIME, email, and legacy API payloads.

Encodingquoted
Open Tool
Trending

Random JSON Generator

Generate random nested JSON payloads to test parsers, validators, and API robustness.

JSONrandom
Open Tool
QA favorite

Regex Utility

Test, debug, and validate regular expressions against sample text in real time.

QAutility
Open Tool
Trending

Request Inspector

Generate a temporary endpoint and capture incoming requests with headers, query, and body.

APIrequest
Open Tool
QA favorite

Response Time Percentile Calculator

Calculate latency percentiles from raw timings or CSV data for performance reviews.

Performanceresponse
Open Tool

Resume Skill Analyzer

Extract QA and DevOps skill signals from resume text for fast screening and review.

QAresume
Open Tool

Screen Size / Breakpoints

Check viewport dimensions and active Tailwind-style breakpoints for responsive testing.

QAscreen
Open Tool
Most used

SLA Calculator

Translate uptime targets into practical downtime budgets for SLO and reliability reviews.

Performancecalculator
Open Tool

SQL Formatter

Format SQL queries for readable debugging, code review, and test data validation.

Textformatter
Open Tool
New

SSL / TLS Certificate Inspector

Inspect certificate issuer, validity, SANs, protocol, and cipher details for a domain.

Securityinspector
Open Tool

String Size Utility

Measure string length and byte size to validate payload limits and encoding assumptions.

Textstring
Open Tool

String Utility

Escape, encode, transform, and inspect strings used in test data and API payloads.

Textutility
Open Tool
New

Test Case Generator from OpenAPI

Generate deterministic happy-path, auth, boundary, and validation cases from OpenAPI specs.

QAtest
Open Tool

Test Coverage Heatmap

Parse LCOV, Istanbul, Cobertura, and Go coverage reports into a browsable file heatmap.

QAcoverage
Open Tool
Most used

Timestamp Converter

Convert Unix timestamps and ISO dates while checking timezone and log-friendly formats.

Date & Timeconverter
Open Tool

Timestamp Converter

Convert Unix timestamps to ISO and readable date formats for logs, metrics, and test reports.

Date & Timetimestamp
Open Tool

Timezone Converter & World Clock

Convert datetimes across IANA timezones, monitor world clocks, and inspect overlap windows.

Date & Timetimezone
Open Tool

Universal Converter

Convert JSON, YAML, XML, CSV, and plain text between common engineering formats.

Datauniversal
Open Tool

URL Builder & Parser

Break URLs into editable parts, manage query params, and rebuild encoded links.

APIbuilder
Open Tool

URL Encoder / Decoder

Encode and decode URL-safe strings when debugging query params and redirect values.

Encodingencoder
Open Tool

UUID Generator

Generate UUID values for request IDs, test data, mocks, and idempotency keys.

Datauuid
Open Tool
New

Webhook Payload Builder

Edit GitHub, Stripe, Slack, Jira, and PagerDuty webhook payload templates locally.

APIwebhook
Open Tool

WebSocket Tester

Connect to WebSocket endpoints, send messages, and inspect live frame logs in real time.

APIwebsocket
Open Tool

XML to JSON Converter

Convert XML payloads into JSON output while preserving nested structure where possible.

Datajson
Open Tool
Most used

XML Utilities

Format, validate, diff, search, and query XML payloads directly in the browser.

Datautilities
Open Tool
QA favorite

XPath / CSS Selector Tester

Evaluate XPath and CSS selectors against HTML snippets and inspect matched nodes quickly.

QAxpath
Open Tool
Most used

YAML Validator

Validate YAML safely, surface syntax issues, and convert valid content into JSON.

DevOpsyaml
Open Tool

Zlib Utility

Compress or decompress text using zlib for transport debugging and test fixture prep.

Encodingutility
Open Tool