Focused toolkit for developers, IT teams and fast browser-side workflows

Small technical tools. Fast, clear, and easy to use.

zeXur is a polished browser-first utility hub for formatting, conversion, inspection, encoding and practical debugging, with a calmer interface that still gives users the detail they need.

Browser-side workflows Thoughtful dark mode Fast category filters Detailed utility cards
Built for developers who value speed, clarity and control.

No accounts. No tracking. Just tools that work.

zeXur keeps the interface calm while still surfacing the details that matter when you are formatting, converting, testing, previewing or debugging something real.

Runs in the browser Consistent tool pages Clear result states Minimal friction

How zeXur is organized

A clearer homepage hierarchy makes it easier to understand what the product is, how the tools behave and where each workflow belongs.

Format and convert with confidence

Core input tools stay readable, keep actions close by and make it obvious when content is valid, transformed or ready to export.

Inspect before you ship

Preview, diff, decode and debugging tools focus on visibility, side-by-side output and practical checks rather than visual noise.

Shared tool page structure

Each utility follows the same rhythm: intro, workspace, clear input guidance, result verification cues and a stable outcome.

Utility collection

Browse the full collection by workflow. Every utility is grouped to reduce scanning time and keep common developer tasks one click away.

JSON Studio

Format & Validate

Format, validate and minify JSON with live error feedback, clean exports and structured stats.

JSONValidateMinify

HTML Beautify / Minify

Format & Validate

Reformat HTML into readable markup or compress it for production-ready snippets and embeds.

HTMLBeautifyMinify

CSS Beautify / Minify

Format & Validate

Clean up CSS for editing, or compress stylesheets for quick delivery and sharing.

CSSBeautifyMinify

JS Beautify / Minify

Format & Validate

Format JavaScript for review or minify it into a tighter snippet for quick testing.

JavaScriptBeautifyMinify

ERB Beautify / Minify

Format & Validate

Tidy ERB templates while preserving embedded Ruby tags and compress them when you need a smaller version.

ERBTemplatesRuby

LESS Beautify / Minify

Format & Validate

Format LESS source for handoff and debugging, or minify it for lighter outputs.

LESSCSSFormat

SCSS Beautify / Minify

Format & Validate

Organize SCSS into readable blocks or squeeze it into a compact version for sharing.

SCSSSassFormat

XML Beautify / Minify

Format & Validate

Indent XML for easier inspection or minify feeds, SOAP payloads and configuration files.

XMLFeedsBeautify

SQL Formatter

Format & Validate

Turn compact SQL into a readable query layout with common keywords, clauses and line breaks.

SQLQueriesLayout

Line Sort / Dedupe

Format & Validate

Sort lines alphabetically, remove duplicates and clean rough text lists in one place.

LinesSortDedupe

URL Parser

Data Converter

Break a URL into origin, path, search params, hash, credentials and decoded segments.

URLQueryParser

YAML ↔ JSON

Data Converter

Convert simple YAML documents to JSON and JSON back to YAML for configs, payloads and docs.

YAMLJSONConfig

Number Base Converter

Data Converter

Convert values between binary, octal, decimal and hexadecimal with signed and unsigned views.

BinaryDecimalHex

JSON ↔ CSV

Data Converter

Switch between JSON arrays and CSV tables with header controls, preview and copy actions.

JSONCSVTable

HTML → JSX

Data Converter

Convert plain HTML snippets into JSX-friendly markup for React components and prototypes.

HTMLJSXReact

String Case Converter

Data Converter

Flip text between camelCase, PascalCase, snake_case, kebab-case, title case and more.

CaseNamingStrings

PHP ↔ JSON

Data Converter

Turn simple PHP arrays into JSON and generate PHP arrays back from JSON payloads.

PHPJSONArrays

PHP Serializer

Data Converter

Serialize plain JSON-style values into PHP serialized strings for quick testing workflows.

PHPSerializeData

PHP Unserializer

Data Converter

Inspect PHP serialized input and convert it into a readable JSON-style structure.

PHPUnserializeInspect

SVG → CSS

Data Converter

Wrap inline SVG into CSS-ready data URIs for masks, backgrounds and generated assets.

SVGCSSData URI

cURL → Code

Data Converter

Convert cURL commands into fetch and Axios snippets while keeping method, headers and body intact.

cURLFetchAxios

JSON → Code

Data Converter

Generate typed snippets from JSON for JavaScript, TypeScript, PHP and Python boilerplates.

JSONTypeScriptPython

Hex ↔ ASCII

Data Converter

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

HexASCIIBytes

Unix Time Converter

Inspect, Preview, Debug

Convert Unix timestamps, milliseconds and ISO date strings with UTC and local previews.

UnixISODates

JWT Debugger

Inspect, Preview, Debug

Decode JWT header and payload locally, inspect claims and check token age without sending data away.

JWTClaimsDecode

RegExp Tester

Inspect, Preview, Debug

Test regular expressions live with flags, group breakdowns, highlighted matches and replace previews.

RegexMatchesFlags

HTML Preview

Inspect, Preview, Debug

Render pasted HTML instantly in a safe preview pane while keeping the source editable.

HTMLPreviewRender

Text Diff Checker

Inspect, Preview, Debug

Compare two text blocks line by line and spot inserts, removals and changed rows quickly.

DiffCompareText

String Inspector

Inspect, Preview, Debug

Inspect string length, lines, words, bytes, whitespace, code points and escaped variants.

UnicodeLengthBytes

Markdown Preview

Inspect, Preview, Debug

Write Markdown on the left and preview the rendered result on the right with useful stats.

MarkdownPreviewDocs

Cron Job Parser

Inspect, Preview, Debug

Explain cron expressions in plain language and explore common schedules without guesswork.

CronSchedulerParser

Color Converter

Inspect, Preview, Debug

Pick, preview and convert colors between HEX, RGB, HSL and HSV, including the native dropper flow.

ColorHEXRGB

UUID / ULID Generate & Decode

Generators

Generate UUID v4, UUID v7 and ULIDs in bulk, then decode time-based identifiers when possible.

UUIDULIDDecode

Lorem Ipsum Generator

Generators

Generate placeholder paragraphs, sentences or words with predictable structure and quick copy actions.

LoremPlaceholderCopy

QR Code Reader / Generator

Generators

Generate QR codes from text or URLs and try reading uploaded QR images in the browser when supported.

QRGenerateRead

Hash Generator

Generators

Create browser-side SHA hashes for text and compare outputs instantly for debugging and checks.

SHA-256SHA-512Digest

Random String Generator

Generators

Generate secure random strings with custom length, character sets and grouping options.

RandomSecureTokens

Base64 String Encode / Decode

Encode, Decode

Encode and decode Base64 text with Unicode-safe handling, instant copy tools and clear error states.

Base64TextUnicode

Base64 Image Encode / Decode

Encode, Decode

Turn image files into Base64 data URLs or preview pasted Base64 image strings instantly.

Base64ImagesData URL

URL Encode / Decode

Encode, Decode

Encode unsafe characters for query strings and decode URL-encoded text back into readable form.

URLEncodeDecode

HTML Entity Encode / Decode

Encode, Decode

Encode text into HTML entities or decode entity-heavy snippets into readable characters.

HTMLEntitiesDecode

Backslash Escape / Unescape

Encode, Decode

Escape quotes, tabs and newlines for string literals, then reverse the process when needed.

EscapeBackslashStrings

Certificate Decoder (X.509)

Encode, Decode

Inspect PEM certificates and OpenSSL-style text to surface subject, issuer, SAN and validity fields.

X.509PEMCertificates

CSV Lens

Data Converter

Render pasted delimited text as a searchable table with flexible separator handling.

CSVTablePreview

JSON Diff Compare

Inspect, Preview, Debug

Compare JSON structures side by side to reveal changed keys, missing fields and value mismatches.

JSONDiffCompare

Header Probe

Network

Parse raw HTTP headers into a readable list for diagnostics, QA and request analysis.

HTTPHeadersDebug

WHOIS Lookup

Network

Check WHOIS and registration details with a browser-friendly interface and clear summaries.

WHOISDomainLookup

Domain Availability Checker

Network

Check whether a domain appears available and review status signals before moving to purchase.

DomainAvailabilityDNS

Redirect Chain Inspector

Network

Trace redirect hops, inspect location changes and export the full path from source to destination.

RedirectsHTTPTrace

Webhook Tester

Network

Build requests, send webhook payloads and inspect the response in a focused debug workflow.

WebhookAPIRequests

Open Graph / Meta Preview Tool

Inspect, Preview, Debug

Preview Open Graph and meta tag output from pasted HTML or a URL-focused inspection workflow.

Open GraphSEOPreview

DNS Atlas

Network

Query live DNS records over HTTPS and inspect answers in a clean utility-first layout.

DNSAMX

Subnet Calculator

Network

Calculate subnet ranges, masks, broadcast addresses and usable host counts for IPv4 planning.

CIDRIPv4Subnet

Brand identity

Built for clarity, depth and confidence. zeXur should feel refined, calm and trustworthy while helping people complete technical work quickly.

Tagline

Small technical tools. Fast. Clear. Effortless. The message is direct, useful and easy to trust.

Visual system

Keep the visual identity intact while tightening spacing, reducing visual noise and improving dark mode across every surface.

Product voice

Clear, useful, confident and user-facing. Every sentence should help the person using the tool, not describe the product to itself.

Credits: zeXur

Utility ideas and roadmap

The current release covers a much broader core set. The next horizon should deepen quality, saved workflows and high-trust technical checks.

Personal workflows

Favorites, recent tools, pinned collections, saved presets and smoother handoff between related utilities.

Deeper validation layers

Schema-aware checks, richer certificate and token inspection, smarter code transforms and stronger edge-case handling.

Trust and export depth

Shareable snapshots, richer reports, safer network previews and more production-aware output guidance.