Skip to main content
KX Toolkit
54 tools Free · No login required

Developer Tools

Format, validate, encode, and inspect - every dev utility in one tab. JSON, regex, JWT, base64, URL encoding, UUIDs, hash, and dozens more. Built by devs, for devs.

Showing 54 of 54 tools

Developer Tools tools

JSON Formatter

Validate, format, and minify JSON data.

Open tool

JSON Editor

Edit and explore JSON with a live split-panel code and tree view editor.

Open tool

HTML Formatter

Beautify and format HTML code with proper indentation.

Open tool

CSS Formatter

Beautify and format CSS code with proper indentation.

Open tool

JavaScript Formatter

Beautify and format JavaScript code with proper indentation.

Open tool

CSS Minifier

Minify CSS code to reduce file size.

Open tool

HTML Minifier

Minify HTML code to reduce page size.

Open tool

JavaScript Minifier

Minify JavaScript code to reduce file size.

Open tool

HTML Encoder / Decoder

Encode or decode HTML entities in any text.

Open tool

JWT Encoder / Decoder

Encode and decode JSON Web Tokens (JWT) in your browser.

Open tool

Code to Image Converter

Convert code snippets into beautiful shareable images.

Open tool

Fake Name Generator

Generate realistic fake person data for testing.

Open tool

Credit Card Validator

Validate credit card numbers using the Luhn algorithm.

Open tool

Regex Tester

Test JavaScript regular expressions in real time with match highlighting and capture groups.

Open tool

Markdown Editor

Write Markdown with live HTML preview, copy or download the rendered output.

Open tool

Text Diff Checker

Compare two pieces of text and visualise added, removed and changed lines side-by-side.

Open tool

Cron Expression Builder

Build and parse cron expressions with plain-English explanations and next run previews.

Open tool

SQL Formatter

Format and beautify SQL queries with proper indentation across MySQL, PostgreSQL and other dialects.

Open tool

HTML Parser

Paste HTML and explore the DOM tree, test CSS selectors, and see matched elements highlighted live.

Open tool

HTML Validator

Validate HTML markup - find unclosed tags, missing alt text, heading hierarchy and accessibility issues.

Open tool

HTML to JSON Converter

Convert any HTML markup into a clean JSON tree structure with tag, attributes and children.

Open tool

Subnet / CIDR Calculator

Calculate network address, broadcast, usable hosts, subnet mask and binary representation for any IPv4 CIDR block.

Open tool

Mailto Link Generator

Build mailto: links with multiple recipients, CC, BCC, subject and pre-filled body.

Open tool

Markdown Table Generator

Build Markdown tables visually or paste CSV/TSV - with column alignment and live preview.

Open tool

HTML to JSX Converter

Convert raw HTML to React JSX: rewrites class to className, camelCases attributes and self-closes void elements.

Open tool

YAML / TOML Converter

Round-trip between YAML, JSON and TOML. Paste any format, convert to either of the others instantly.

Open tool

Mock JSON Data Generator

Generate realistic fake JSON data - names, emails, phones, addresses, dates and more - by the hundreds.

Open tool

HTTP Status Code Reference

Searchable reference of every HTTP status code (1xx-5xx) with descriptions and when to use each.

Open tool

Carbon Footprint Checker

We fetch the page once with a real browser User-Agent, follow redirects, and measure how many bytes the server actually returns. Then we app...

Open tool

Title Tag Ctr Predictor

It applies a rule-based scoring model with eight signals that each map to a delta against a baseline of 50. Length (50-60 chars = +20, 40-50...

Open tool

HTML Input Generator

You can generate every standard HTML5 input type including text, email, password, number, tel, url, search, date, time, datetime-local, mont...

Open tool

HTML Text Tag Generator

Strong and em carry semantic weight - strong means the content is important and em means stressed emphasis, both of which screen readers con...

Open tool

HTML Media Embed Generator

Wrap the video or iframe in a container with an aspect-ratio rule, or use the native CSS aspect-ratio property like aspect-ratio: 16 / 9 on...

Open tool

HTML Element Generator

Details creates a native disclosure widget - a collapsible section that toggles open and closed without any JavaScript. Summary is the alway...

Open tool

Email Validator

The validator runs two layers of checks. First, it confirms the address follows RFC 5322 syntax rules covering the local part, the @ symbol...

Open tool

Email Header Analyzer

Headers contain the full delivery story of a message. You can see every server hop in the Received chain, the originating IP, timestamps for...

Open tool

Email Subject Tester

The tester scores three main factors. Length should fall between 30 and 50 characters so it does not get truncated on mobile. Spam-trigger w...

Open tool

Disposable Email Detector

A disposable or throwaway email address is created by a free service such as Mailinator, Guerrilla Mail, 10MinuteMail or Temp-Mail. Users si...

Open tool

Email Signature Generator

A strong signature has your full name, job title, company name, a primary contact method such as a direct phone number, and a clickable link...

Open tool

JSON To YAML

JSON uses braces and brackets to mark objects and arrays, with strict comma separators and double-quoted keys. YAML relies on indentation an...

Open tool

YAML To JSON

YAML uses indentation to express nesting, so a misaligned space changes structure rather than just appearance. Tabs are forbidden because th...

Open tool

JSON To CSV

The input must be an array of objects where each object represents one row. The keys of the first object become the CSV header, and subseque...

Open tool

CSV To JSON

By default the first row of the CSV is treated as the header, and each subsequent row becomes a JSON object whose keys are those header name...

Open tool

JSON To XML

Each key becomes the name of an XML element, and its value becomes the element content. Object values produce nested elements, primitive val...

Open tool

XML To JSON

Each element name becomes a JSON key, and its content becomes the value. Elements with only text become string values, elements with childre...

Open tool

JSON Diff

A text diff compares character by character and reports formatting changes like reordered keys or whitespace as differences, even when the d...

Open tool

JSON Schema Validator

JSON Schema is a vocabulary for describing the shape of JSON data - required keys, allowed types, value ranges, string patterns, and enums....

Open tool

JSON To Typescript

The generator walks the JSON, picks the narrowest matching TypeScript type for each value, and bubbles up object types with named interfaces...

Open tool

Jsonpath Evaluator

JSONPath is a query language for selecting nodes inside a JSON document, designed to feel like XPath but adapted for JSON. The dollar sign r...

Open tool

Cron to English

Translate any cron expression to plain English and preview the next 10 run times in your local timezone.

Open tool

curl ↔ fetch ↔ axios Converter

Convert any cURL command to JavaScript fetch or axios - and back, with auto-detection.

Open tool

JSON Schema Diff

Compare two JSON Schemas side-by-side. Shows added, removed and changed fields with semantic meaning.

Open tool

Regex from Examples

Paste lines that should match and lines that should not - get a regex that satisfies both.

Open tool

CSP Generator from URL

Crawl a URL to discover all script/style/image/font origins, then generate a Content-Security-Policy header that won't break the site.

Open tool

About Developer Tools

33 free Developer Tools - a complete collection of utilities used by frontend, backend and full-stack developers every day. Format, validate, encode and inspect data without leaving your browser.

JSON, regex, JWT, base64, URL encoding, hash, UUID - every dev utility in one tab. Most tools work entirely in your browser, so your data stays on your device. Pick a tool below to get started.

FAQ

Questions about
Developer Tools

Quick answers to what users ask before trying these tools.

Does anything I paste leave my browser?
No. Every dev utility - JSON formatter, JWT decoder, regex tester, hash, base64 - runs entirely in your browser. Your tokens and payloads are never sent anywhere.
Is the JWT decoder safe to paste real tokens into?
Yes - decoding happens client-side and we never see the token. Signature verification (if you provide a secret) also runs locally.
Why does the JSON formatter say invalid?
Common causes: trailing commas, unquoted keys, single quotes, JS-style comments. The error highlights the exact column. JSON5 mode is available for relaxed parsing.
Can I save common snippets?
Yes - every dev tool has a Recent panel that keeps your last 20 inputs in browser storage. Cloud sync is a Pro feature.
Is there a CLI / API version?
Many tools have a `curl`/Node.js snippet under the Share menu so you can wire them into scripts and CI.
Browse

More categories

19 other categories of free tools.

View all

Text Analysis Tools

27 free Text Analysis Tools - a complete collection of utilities used by writers...

29 tools

Keyword Tools

11 free Keyword Tools - a complete collection of utilities used by SEO specialis...

37 tools

Backlink Tools

10 free Backlink Tools - a complete collection of utilities used by SEO consulta...

10 tools

Website Management Tools

18 free Website Management Tools - a complete collection of utilities used by we...

19 tools

Meta Tag Tools

4 free Meta Tag Tools - a complete collection of utilities used by SEO managers...

17 tools

Image Tools

29 free Image Tools - a complete collection of utilities used by designers, mark...

29 tools

Password & Encryption

17 free Password & Encryption - a complete collection of utilities used by secur...

17 tools

Unit Converter Tools

24 free Unit Converter Tools - a complete collection of utilities used by engine...

24 tools

Website Tracking

5 free Website Tracking - a complete collection of utilities used by marketers,...

8 tools

Domain Tools

3 free Domain Tools - a complete collection of utilities used by webmasters, IT...

19 tools

Calculators

14 free Calculators - a complete collection of utilities used by students, profe...

67 tools

CSS Tools

14 free CSS Tools - a complete collection of utilities used by frontend develope...

19 tools

Color Tools

12 free Color Tools - a complete collection of utilities used by designers, fron...

12 tools

Social Media Tools

17 free Social Media Tools - a complete collection of utilities used by social m...

40 tools

PDF Tools

10 free PDF Tools - a complete collection of utilities used by office workers, s...

19 tools

Productivity Tools

6 free Productivity Tools - a complete collection of utilities used by professio...

55 tools

Audio Tools

8 free Audio Tools - a complete collection of utilities used by podcasters, musi...

8 tools

Video Tools

6 free Video Tools - a complete collection of utilities used by creators, market...

6 tools

Bulk Tools

Premium bulk-action tools for agencies, e-commerce, and power users. Process hun...

33 tools