🛠️

Toolisk Tools

Developer & productivity utilities — fast, private, no sign-ups.

🛠️

Built for developers

JSON viewer, regex tester, JWT decoder, base64, hash generator, SQL formatter, cron parser — the tools that interrupt real work, solved in one place.

🔒

Zero uploads, ever

Every tool runs in your browser using Web APIs. Paste credentials, tokens, or private JSON without worrying — nothing is sent to a server or logged.

45 tools, no friction

Text, encoding, security, conversion, and productivity. Open the page, use the tool — no sign-up, no install, no extension. Works on any browser.

🔗
New

URL Encoder / Decoder

Encode or decode URL components instantly. Handles special characters, query strings, and percent-encoding for safe transmission of URLs.

WebEncodingURL
🧩
New

JSON Viewer & Formatter

Format, validate, minify, and beautify JSON. Tree view with collapsible nodes, syntax highlighting, and copy-to-clipboard support.

DeveloperJSONFormatter
✍️
New

Word Counter

Count words, characters, sentences, paragraphs, and reading time. Perfect for essays, articles, and SEO optimization with character limits.

WritingSEOText
🔐
New

Base64 Encoder / Decoder

Convert text to Base64 and back. Supports UTF-8 characters, file encoding, and URL-safe Base64 variants for emails and data URLs.

DeveloperEncodingBase64
🎨
New

Color Converter

Convert colors between HEX, RGB, HSL, and CMYK formats. Live preview, accessibility contrast checking, and palette suggestions.

DesignColorCSS
🔏
New

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. All processing happens in your browser — no data is ever sent to a server.

SecurityHashCrypto
📝
New

Lorem Ipsum Generator

Generate placeholder text for designs and mockups. Choose paragraphs, sentences, or words, with classic Lorem Ipsum or modern alternatives.

DesignTextPlaceholder
🔤
New

Case Converter

Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and more. Essential for developers and writers.

TextDeveloperFormat
🧪
New

Regex Tester

Test regular expressions live with match highlighting, capture groups, and flags support. Reference cheatsheet and quick examples included.

DeveloperRegexPattern
⏱️
New

Timestamp Converter

Convert Unix timestamps to human-readable dates and back. Supports milliseconds, multiple timezones, and ISO 8601 formats.

DeveloperDateUnix
🆔

UUID Generator

Generate UUID v4 and UUID v7 identifiers in bulk. Copy individually or export entire batches — perfect for testing and database seeding.

DeveloperUUIDID
🔑
New

JWT Decoder

Decode JSON Web Tokens locally — view header, payload, claims, and expiration. Cryptographically safe in your browser.

SecurityJWTAuth
🔒
New

Password Generator

Generate strong random passwords or memorable passphrases with cryptographic entropy. Customize length, symbols, digits, and ambiguous-char filtering.

SecurityPasswordCrypto
🏷️
New

HTML Entities Encoder/Decoder

Encode special characters to HTML entities (named, numeric, hex) or decode them back. Unicode-safe with smart-quote handling.

WebHTMLEncoding
🗃️
New

SQL Formatter

Format and beautify any SQL query. Uppercase keywords, indented clauses, JOIN/WHERE splitting. Plus single-line minify mode.

DeveloperSQLDatabase
🔗
New

URL Slug Generator

Convert any title to a clean, SEO-friendly URL slug. Strip accents, configurable separator and length, bulk mode for many titles at once.

SEOURLWeb
📐
New

CSS Unit Converter

Convert between px, em, rem, pt, pc, %, vw, and vh — with adjustable root font size and viewport context. Built for designers and front-end devs.

DesignCSSWeb
New

Cron Expression Parser

Parse cron expressions into plain English. Preview the next 10 runs in UTC. One-click presets for common schedules.

DeveloperCronScheduling
🔍
New

Text Diff Checker

Compare two pieces of text line by line. Highlights added, removed, and unchanged lines. Ignore case or whitespace toggles.

DeveloperDiffText
📑
New

Markdown Preview

Live markdown editor with side-by-side HTML preview. Headings, lists, code blocks, links — copy markdown source or rendered HTML.

WritingMarkdownWeb
🔄
New

YAML / JSON Converter

Convert YAML to JSON or JSON to YAML in your browser. Live preview, sample data, helpful error messages. Pure client-side.

DeveloperYAMLJSON
🔢
New

Number Base Converter

Convert numbers between binary, octal, decimal, hexadecimal, and any custom base from 2 to 36. Live conversion with per-base breakdown.

DeveloperMathBinary
🖼️
New

Image to Base64 Converter

Convert any image to a Base64 data URL — or decode Base64 back to an image. Drag-and-drop upload, MIME detection, instant preview.

WebEncodingImage
%
New

Percentage Calculator

Calculate X% of Y, find what percent X is of Y, compute percent change, and add or subtract percentages. Four calculators in one.

MathFinanceUtility
📅
New

Age & Date Calculator

Calculate exact age from a birthday, find the number of days between two dates, and add or subtract days for deadline math.

UtilityDateCalendar
⚖️
New

Unit Converter

Convert between 50+ units across length, weight, temperature, volume, area, and speed. Metric and imperial, all in one place.

UtilityMathConversion
🎨
New

Color Palette Generator

Generate tints, shades, complementary, analogous, and triadic color palettes from any base color. Includes a full 100–900 color scale.

DesignColorCSS
📡
New

Morse Code Converter

Translate text to Morse code or decode Morse back to text. Includes audio playback, a reference chart, and support for all letters and digits.

EncodingFunAudio
01
New

Text to Binary / Hex

Encode text as binary, hexadecimal, decimal (ASCII), or octal bytes — and decode back. UTF-8 aware with per-character breakdown.

DeveloperEncodingBinary
🔒
New

Caesar Cipher & ROT13

Encrypt and decrypt text with Caesar cipher. Adjustable shift 0–25, one-click ROT13, brute-force all 26 shifts, letter frequency analysis.

SecurityEncodingFun
📋
New

XML Formatter & Validator

Format (pretty-print), minify, and validate XML. Choose 2 or 4-space indentation. Browser-based using DOMParser — no upload needed.

DeveloperXMLFormatter
🌐
New

HTTP Status Codes

Searchable reference for all HTTP 1xx–5xx status codes. Plain-English descriptions, usage guidance, and common pitfalls for 38 codes.

DeveloperHTTPReference
📐
New

Aspect Ratio Calculator

Calculate missing dimensions from any aspect ratio, detect image ratios, and compute contain or cover fit dimensions for any target box.

DesignMathVideo
🍅
New

Pomodoro Timer

Stay focused with 25-minute work sessions, 5-minute short breaks, and 15-minute long breaks. Customizable, with browser notifications.

ProductivityTimerFocus
📊
New

JSON ↔ CSV Converter

Convert JSON arrays to CSV or CSV back to JSON. Choose comma, semicolon, tab, or pipe delimiter. Download result or copy to clipboard.

DeveloperJSONCSV
🔐
New

Chmod Calculator

Generate Unix file permissions with checkboxes or octal input. Get both octal (chmod 755) and symbolic commands. Common presets included.

DeveloperLinuxUnix
🧭
New

JSONPath Tester

Run JSONPath expressions against any JSON document and see matching nodes in real time. Supports recursive descent, array slices, and filter expressions.

DeveloperJSONQuery
🔍
New

JSON Diff

Compare two JSON documents semantically — see added, removed, and changed keys by dot-path, independent of property order. No line-diff noise.

DeveloperJSONDiff
🔑
New

JWT Generator

Generate signed JSON Web Tokens locally with HS256, HS384, or HS512. Edit payload, insert standard time claims, and copy the signed token — WebCrypto, no server.

SecurityJWTAuth
🌐
New

CIDR / Subnet Calculator

Calculate network address, broadcast, host range, subnet mask, wildcard, and binary mask from any IPv4 CIDR block. Split into child subnets instantly.

DeveloperNetworkingIP
📱
New

QR Code Generator

Create QR codes for URLs, text, Wi-Fi, vCard, email, and SMS. Download as PNG or SVG. Custom colors and error correction. 100% browser-based.

WebQRUtility
🌗
New

CSS Box Shadow Generator

Build CSS box-shadows visually with sliders. Stack multiple layers for Material elevations, neumorphism, or custom glows. Copy production CSS instantly.

DesignCSSGenerator
New

Color Contrast Checker

Check WCAG 2.2 contrast ratios for any foreground/background color pair. See AA/AAA pass-fail badges for normal text, large text, and UI elements.

DesignAccessibilityWCAG
🔄
New

cURL to Code

Paste any cURL command and get equivalent fetch, axios, Python requests, or Node.js code. Handles headers, body, Basic auth, and multi-line curl.

DeveloperHTTPcURL
🕵️
New

User Agent Parser

Decode any User-Agent string into browser name, version, engine, OS, device type, and bot flag. Detect your own browser UA in one click.

DeveloperHTTPBrowser

All tools run client-side — your data never leaves your browser.

Why Use Toolisk Tools?

Most online utilities are slow, ad-heavy, or upload your data to a server. Toolisk Tools are different. Every utility is built as a single-page app, runs entirely in your browser, and works without sign-ups. Whether you are formatting JSON during an API debug session, encoding a URL for a query string, or counting words for an SEO description, you get instant results without leaving the page.

Each tool is built with a focus on the small details — keyboard shortcuts, copy-to-clipboard buttons, sample data, and clean error messages. These are the kind of utilities you bookmark and open ten times a day.

What You Can Do with Each Tool

URL Encoder / Decoder — Safe URLs in One Click

Convert special characters into percent-encoded URL components. Useful for query strings, REST APIs, and OAuth flows where you need to pass spaces, ampersands, or unicode safely.

JSON Viewer & Formatter — Read Any API Response

Paste raw JSON to get a readable, syntax-highlighted view with collapsible nodes. Format, minify, validate, and copy back the cleaned-up output. Catches syntax errors with line numbers.

Word Counter — Track Length and Reading Time

Count words, characters (with and without spaces), sentences, paragraphs, and estimated reading time. Includes Twitter, SEO meta description, and Open Graph length indicators.

Base64 Encoder / Decoder — Standard and URL-Safe

Convert text to Base64 and back, with full UTF-8 support and URL-safe variants. Useful for email attachments, data URLs, JWTs, and config files where binary data must travel as text.

Color Converter — HEX, RGB, HSL, CMYK

Convert between every common color model with a live preview swatch. Includes contrast ratio calculator for WCAG accessibility checks and tint/shade variations for design palettes.

Hash Generator — MD5, SHA-1, SHA-256, SHA-512

Generate cryptographic hashes from any text input. All hashing happens locally using the Web Crypto API — your input is never transmitted. Useful for checksums, fingerprints, and password verification flows.

Regex Tester — Live Match Highlighting

Build and test regular expressions with real-time match highlighting, capture group breakdowns, and flag support. Quick reference cheatsheet covers metacharacters, quantifiers, and groups.

Case Converter — All Common Formats

Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, and Sentence case. Essential for renaming variables, generating slugs, and cleaning up exported data.

Built for Speed and Privacy

Every Toolisk Tool is a static page with zero server-side processing. The page loads, the tool runs, and your input never leaves your machine. This means: no telemetry on your data, no ads injected into your output, and no rate limits.

You can paste credentials, API keys, secret JSON payloads, or sensitive text into any of these tools without worrying about server-side logging. They are designed exactly the way you would build them for yourself.

Frequently Asked Questions

Are all Toolisk tools really free?

Yes. Every tool is completely free, with no sign-ups, paywalls, or usage limits.

Is my data safe when I use these tools?

Absolutely. Every utility runs entirely in your browser. Text, JSON, hashes, and other inputs never leave your device. There is no upload, no server-side storage, and no telemetry on your inputs.

Do I need to install anything?

No. Toolisk Tools are web pages — open the URL and the tool is ready. They work on desktop and mobile browsers.

Can I bookmark a specific tool?

Yes. Each tool has its own URL — bookmark whichever ones you use most often.

Learn More About Web Utilities

Beyond the tools themselves, Toolisk publishes practical guides on the technologies behind these utilities — encoding standards, regex patterns, color theory, and more.