Tool directory

All English tools and categories

Browse 368 fully translated tools. Search by name or filter by category to find the right workflow.

Categories

Browse tools by category

Browse tools

All tools

Filter the English catalog by keyword, status, and category.

Status

Categories

368 tools shown

Filters: All tools

Markdown to HTML

Markdown to HTML Converter Online

Available

Convert Markdown to HTML in your browser with a live preview, side-by-side view, and copy or export options. Processing stays on the page.

Markdown HTML Converter

HTML to Markdown

HTML to Markdown Converter Online

Available

Convert HTML to Markdown in your browser while preserving common structure such as headings, lists, tables, and links. Useful for migrating web content into editable documents.

HTML Markdown Converter

Remove Duplicate Lines

Remove Duplicate Lines Online

Available

Remove duplicate lines from multiline text with options to ignore case, trim edges, keep first-seen order, and review frequency stats. Processing stays in your browser.

Text Deduplicate Cleanup

Word Counter

Word Counter and Text Statistics Online

Available

Count characters, words, lines, paragraphs, and sentences with separate CJK character and English word metrics, plus reading and speaking time estimates. All stats update locally in your browser.

Text Statistics Word count

Case Converter

Case and Naming Style Converter

Available

Convert text into uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONST_CASE at the same time. Useful for variable names and heading cleanup.

Text Case Naming

Regex Tester

Regular Expression Tester Online

Available

Test JavaScript regular expressions with live highlighting, match counts, capture groups, flag toggles, and built-in pattern presets. Matching runs locally in your browser.

Regex Testing Developer

Sort Lines

Sort Lines Online

Available

Sort multiline text with dictionary order, natural (numeric-aware) order, length order, or shuffle. Optional reverse, case-insensitive compare, dedupe, and blank-line removal all run in your browser.

Text Sort Cleanup

Slug Generator

URL Slug Generator Online

Available

Turn a title or short phrase into a URL-safe slug with lowercase letters, separators, and punctuation cleanup. Choose hyphen or underscore separators and generate locally.

Slug URL SEO

JSON Formatter

JSON Formatter and Validator Online

Available

Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.

JSON Formatter Developer

JSON Validator

JSON Validator and Syntax Checker

Available

Validate JSON syntax, locate parsing errors, inspect structure, and try safe repairs locally in your browser.

JSON Validator Debugging

JSON to YAML

JSON to YAML Converter Online

Available

Convert JSON to YAML in your browser with 2- or 4-space indentation. Invalid input shows an error, and conversion stays on the page—useful for config migration, API samples, and more readable archives.

JSON YAML Converter

YAML to JSON

YAML to JSON Converter Online

Available

Convert YAML to formatted JSON in your browser with two-space indentation by default. Parse failures show the reason, and conversion stays local—useful for config debugging and API handoffs.

YAML JSON Converter

XML Formatter

XML Formatter and Minifier Online

Available

Format or minify XML in your browser with 2/4-space or Tab indent, optional same-line attributes, and element counts. Invalid structure shows an error—useful for API debugging and config review.

XML Formatter Minifier

JSONPath Query

JSONPath Query and Value Extractor

Available

Extract values from nested JSON with dot paths and array indexes. Queries run locally and results are ready to copy.

JSON JSONPath Query

CSV to JSON

CSV to JSON Table Converter

Available

Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.

CSV JSON Converter

JSON to CSV

JSON to CSV Converter Online

Available

Convert an array of JSON objects to CSV with selectable delimiters and optional nested-object flattening. Everything runs locally.

JSON CSV Converter

Base64 Encode/Decode

Base64 Encoder and Decoder

Available

Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.

Base64 Encoding Developer

URL Encode/Decode

URL Encoder and Decoder

Available

Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.

URL Encoding Decoding

JWT Decoder

JWT Decoder - Inspect Header and Payload

Available

Decode a JWT locally to show Header, Payload, and Signature, with algorithm and expiry hints. Useful for auth debugging. The token is not uploaded.

JWT Decode Auth

Hash Generator

Hash Generator - SHA Digests and Compare

Available

Compute SHA-1, SHA-256, SHA-384, and SHA-512 digests for text or local files, with optional HMAC mode and hash comparison. Uses Web Crypto in the browser for checksum and signing checks.

Hash SHA Digest

HTML Entity Encode/Decode

HTML Entity Encoder and Decoder

Available

Convert HTML special characters to entities or restore entities to text. Useful for template debugging, rich-text cleanup, and escaping. Processing stays in the browser.

HTML Entities Encoding

Unicode Converter

Unicode Escape Converter

Available

Convert between plain text and Unicode escape sequences (\uXXXX). Useful for inspecting API payloads, config files, and frontend strings. Conversion stays in the browser.

Unicode Escape Encoding

Timestamp Converter

Unix Timestamp Converter Online

Available

Convert Unix timestamps and date-times in your browser. Supports seconds, milliseconds, and microseconds with auto-detection, shows local and UTC time side by side, and can generate a timestamp from a date picker for log triage and API debugging.

Timestamp Date Developer

Time Zone Converter

Time Zone Converter — Compare Times Across Zones

Available

Compare the same moment across multiple time zones in your browser using Intl rules. Useful for cross-border meeting planning, UTC-to-local checks, and verifying publish times.

Time zone Time Comparison

Date Difference Calculator

Date Difference Calculator — Days, Weeks, Months

Available

Calculate the span between two dates in days, weeks, months, hours, and weekdays (Mon–Fri). Parsing runs in the browser for scheduling, event length checks, and release-gap tracking.

Date Duration Calculator

Date Calculator

Date Calculator — Add or Subtract Time

Available

Add or subtract years, months, weeks, days, hours, and minutes from a base date-time to get a target moment, weekday, and timestamps. Handy for schedules, slip planning, and release timing.

Date Calculator Time

Cron Expression Parser

Cron Parser — Explain 5-Field Expressions

Available

Parse common 5-field Cron expressions in your browser. Breaks down minute, hour, day, month, and weekday fields into readable explanations for ops debugging and schedule review.

Cron Scheduler Parser

UUID Generator

UUID Generator for Batch Unique IDs

Available

Generate UUID v4 values in your browser with batch size and format options such as uppercase, no hyphens, and braces. Randomness comes from the native crypto API for test data and unique identifiers.

UUID Generator Developer

Text Diff Checker

Text Diff Checker for Line-by-Line Changes

Available

Compare two text blocks locally in your browser and mark added, removed, and unchanged lines. Useful for configs, copy review, and quick code-snippet diffs with instant results.

Diff Text compare

Query String Builder

Query String Builder for URL Parameters

Available

Build a query string from key/value pairs in your browser and encode special characters. Useful for API debugging, tracking links, and share URL assembly.

URL Query

User-Agent Parser

User-Agent Parser for Browser and Device Clues

Available

Parse a User-Agent string locally to infer browser, operating system, and device type. Useful for access-log triage and client compatibility checks.

User-Agent Parser

URL Parser

URL Parser and Query Parameter Splitter

Available

Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.

URL Parser Developer

Password Generator

Password Generator for Random Local Passphrases

Available

Generate random passwords locally with custom length and character sets. Useful for account setup, staging credentials, and test data. Passwords never leave the page.

Password Security Generator

HTTP Header Parser

HTTP Header Parser for Request and Response Headers

Available

Parse raw request or response header text into structured key/value pairs locally. Useful for API debugging, cache policy checks, and CORS header review.

HTTP Header Parser

QR Code Generator

QR Code Generator — Text and Links to Images

Available

Generate a QR code from text or a URL in your browser. Adjust size and colors, then export an image for event entry points, landing pages, posters, and print materials. Content stays on this page and is not uploaded.

QR code Generate Share

QR Code Decoder

QR Code Decoder — Local Image and Camera Scan

Available

Decode QR codes locally in the browser from an uploaded image, an image URL, or the camera. Useful for reading screenshot QR codes, checking remote QR images, and on-site scanning.

QR code Decode Scan

Color Converter

Color Converter — HEX, RGB, HSL Online

Available

Convert colors among HEX, RGB, HSL, HWB, CMYK, and CSS variables in your browser. Includes a color picker and random color helper for design handoff, stylesheet work, and brand-color alignment.

Color HEX RGB

CSS Box Shadow Generator

CSS Box Shadow Generator — Visual Controls

Available

Visually adjust offset, blur, spread, color, opacity, and inset. Preview live and generate box-shadow CSS for cards, buttons, and overlays.

CSS Shadow box-shadow

UTM Link Builder

UTM Link Builder - Campaign Tracking Parameters

Available

Append utm_source, utm_medium, utm_campaign, and related parameters to a base URL to build tracking links for ads and content distribution. Useful for attribution and channel analysis.

UTM SEO Marketing

Meta Tag Generator

Meta Tag Generator - Basic SEO and Open Graph

Available

Generate common Meta and Open Graph tags from a page title, description, URL, and image, including basic Twitter Card tags. Useful for landing pages and content pages.

Meta Open Graph SEO

Robots.txt Generator

robots.txt Generator - Crawler Rules

Available

Build a basic robots.txt with User-agent, Allow, Disallow, and Sitemap rules. Useful for launch-time crawl policy setup.

robots.txt SEO Crawlers

Sitemap Generator

sitemap.xml Generator - URL List Sitemap

Available

Turn a multiline URL list into a basic sitemap.xml. Useful for small sites preparing a page inventory for search engines. Processing stays in your browser.

Sitemap SEO XML

Number Base Converter

Number Base Converter for Binary, Octal, Decimal, and Hex

Available

Convert numbers between binary, octal, decimal, and hexadecimal locally in your browser. Useful for embedded debugging, bitwise checks, and address inspection.

Radix Converter Developer

Nano ID Generator

Nano ID Generator for Short Unique Identifiers

Available

Generate Nano IDs in batches locally with custom length and alphabet. Useful for short URL identifiers and front-end object IDs without uploading data.

Nano ID ID Generator

Lorem Ipsum Generator

Lorem Ipsum Generator for Placeholder Copy

Available

Generate Chinese or English Lorem Ipsum paragraphs locally with a customizable count. Useful for design mockups, typography tests, and front-end layout previews.

Lorem Ipsum Placeholder text

JSON Diff

JSON Diff and Structural Comparison

Available

Compare two JSON documents recursively and list added, removed, and changed paths. Processing stays in your browser.

JSON Diff Comparison

List Set Operations

List Intersection, Union, and Difference Calculator

Available

Compute intersection, union, or difference for two text lists locally in your browser. Useful for roster compares, keyword crosses, and everyday data cleanup.

List Set operations

Image to Base64

Image to Base64 — Encode as a Data URL

Available

Convert a local image into a Base64 Data URL in your browser—no upload. Handy for embedding small icons in HTML/CSS, debugging CSS backgrounds, and documenting API image samples.

Image Base64 Data URL

JSON Minifier

JSON Minifier Online

Available

Minify formatted JSON into a compact single line in your browser. Syntax is checked before output—useful for smaller configs, API payloads, and local storage.

JSON Minifier

XML to JSON

XML to JSON Converter Online

Available

Convert XML to JSON in your browser. Attributes map under @ and text under #text where needed. Invalid XML shows an error—useful for API bridging and config inspection.

XML JSON Converter

JSON to XML

JSON to XML Converter Online

Available

Convert JSON to XML in your browser. The root object should have a single key as the XML root. @ attributes and #text are supported—useful for generating simple XML payloads locally.

JSON XML Converter

Regex Replacer

Regex Find and Replace Online

Available

Run regular-expression find and replace with custom flags and capture-group backreferences such as $1. Batch text cleanup stays in your browser.

Regex Replace Text

Age Calculator

Age Calculator — Years and Birthday Countdown

Available

Calculate exact age in years, months, and days from a birth date, plus total days lived and days until the next birthday. Optionally set a custom as-of date; everything runs locally in the browser.

Age Date Birthday

Cookie Parser

Cookie Parser for Key/Value Inspection

Available

Split a Cookie string into key/value pairs locally and attempt URL decoding. Useful for session debugging, API checks, and field review.

Cookie Parser

Naming Converter

Naming Converter for Identifier Styles

Available

Convert identifiers among camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE instantly.

Naming CamelCase SnakeCase

Color Contrast Checker

Color Contrast Checker — WCAG AA/AAA

Available

Calculate foreground/background contrast with WCAG 2.0 rules and check AA/AAA for normal and large text. Useful for accessible palettes and frontend readability review.

Contrast WCAG Accessibility

Remove Empty Lines

Remove Empty Lines Online

Available

Remove blank lines from text, with an option to also drop whitespace-only lines. Line cleanup runs entirely in your browser.

Text Cleanup Blank lines

Trim Whitespace

Trim Leading and Trailing Whitespace Online

Available

Trim leading and trailing whitespace from whole text or each line, with modes for both ends, leading only, or trailing only. Useful for pasted tables and cleaned lists.

Text Trim Cleanup

Data URL Generator

Data URL Generator for Inline Resources

Available

Convert images or SVG into data: URLs locally for embedding in HTML, CSS, or small resource references. Files are not uploaded.

Data URL Base64

Data URL Parser

Data URL Parser for Inline Resource Inspection

Available

Split a data: URI locally, identify MIME type and payload, and preview common image or text content. Useful for analyzing inline page resources.

Data URL Parser

Workday Calculator

Workday Calculator — Count and Add Business Days

Available

Count weekdays between two dates, or add N workdays to a start date to find a target. Currently excludes Saturdays and Sundays only—not public holidays—so treat results as a rough schedule estimate.

Workday Scheduling Date

Cookie Builder

Cookie Builder for Set-Cookie Strings

Available

Visually configure Cookie name, value, Path, Domain, HttpOnly, Secure, and SameSite attributes locally and generate a Set-Cookie fragment.

Cookie Developer

Base64 to Image

Base64 to Image — Decode, Preview, Download

Available

Restore a Base64 or Data URL string to an image in your browser, with preview and download. Useful for checking API payloads, recovering embedded assets, and inspecting content.

Base64 Image Decode

FAQ Schema Generator

FAQ Schema - JSON-LD Structured Data

Available

Turn question-and-answer pairs into FAQPage JSON-LD so search engines can understand on-page FAQs. Useful for help centers, product Q&A, and articles.

FAQ JSON-LD SEO

CSV Column Extractor

Extract Columns from CSV Online

Available

Extract selected CSV columns by header name or zero-based index and export as CSV, JSON, or a plain list. Processing stays in your browser—useful for trimming wide exports.

CSV Extractor Data

CSV Deduplicator

Remove Duplicate CSV Rows Online

Available

Deduplicate CSV rows by whole-line comparison or selected key columns. Runs locally in your browser—useful for cleaning exports and mailing lists.

CSV Deduplicate Data

Cron Generator

Cron Generator — Build 5-Field Expressions

Available

Build standard 5-field Cron expressions (minute hour day month weekday) with field inputs and common presets. Useful for CI schedules, system crontabs, and ops planning.

Cron Generator Scheduler

SQL Formatter

SQL Formatter for Readable Indentation

Available

Format compact or single-line SQL into readable indentation locally, with common dialect options. Useful before review and when debugging logged queries.

SQL Formatter

CSS Minifier

CSS Minifier for Whitespace and Comment Cleanup

Available

Minify CSS locally by removing extra whitespace and comments. Useful for quick size cleanup of static snippets before release.

CSS Minifier

HTML Minifier

HTML Minifier for Extra Whitespace Cleanup

Available

Minify HTML fragments locally by removing extra whitespace and line breaks. Useful for template cleanup and size comparison without uploading markup.

HTML Minifier

Modbus Packet Builder

Modbus Packet Builder for RTU and TCP Frames

Available

Build, parse, and CRC16-check Modbus RTU and TCP (MBAP) frames in your browser. Covers common function codes FC01–FC16 for coils and registers used in industrial IoT debugging.

Modbus IoT Protocol

DIP Switch Calculator

DIP Switch Address Calculator for Device Setup

Available

Calculate DIP switch ON/OFF patterns for hardware slave addresses such as Modbus devices. Choose 1–8 switches and preview binary masks for field installation and IoT commissioning.

IoT Hardware Protocol

Merge Spaces

Collapse Repeated Spaces Online

Available

Collapse consecutive spaces into one, with optional Tab collapsing and edge trimming. Newlines stay intact while intra-line whitespace is cleaned locally.

Text Cleanup Spaces

Add Line Numbers

Add Line Numbers Online

Available

Prefix multiline text with line numbers. Configure the starting number, separator, zero-padding, and whether blank lines are skipped. Numbering runs in your browser.

Text Line numbers Numbering

Remove Line Numbers

Remove Line Number Prefixes Online

Available

Detect and strip common leading line-number prefixes such as 1. , 1: , or 1) . Mid-line numbers stay untouched. Cleanup runs locally in your browser.

Text Line numbers Cleanup

Text Splitter

Split Text by Delimiter, Length, or Words

Available

Split text into multiple lines by a fixed delimiter, character length, or word count. Optionally trim each segment and skip empty parts. Useful for list cleanup and chunking.

Text Split Lines

Text Joiner

Join Lines with a Separator Online

Available

Join multiline text into one line with common separators or a custom connector. Optional edge trimming and blank-line skipping help prepare lists and SQL-style value lists.

Text Join Delimiter

Fullwidth / Halfwidth Converter

Fullwidth and Halfwidth Character Converter

Available

Convert between fullwidth and halfwidth letters, digits, punctuation, and spaces. Han characters stay unchanged. Useful for Chinese typography cleanup and form input normalization.

Text Fullwidth Halfwidth

Text Truncator

Truncate Text by Characters, Words, or Sentences

Available

Truncate text by character, word, or sentence count with optional word-boundary cutting and a custom ellipsis suffix. Useful for previews, SEO descriptions, and list titles.

Text Truncate Summary

Keyword Frequency

Keyword Frequency Analyzer Online

Available

Count how often words appear in text and sort by frequency. Supports mixed Chinese and English, minimum length filters, case folding, and Chinese N-gram or per-character modes for SEO and content analysis.

Text Statistics Keywords

Reading Time Estimator

Estimate Reading Time from Word Count

Available

Estimate reading time from Chinese characters and English words with separate speed controls. Also shows character, Chinese, English-word, and paragraph counts for publishing and planning.

Text Reading Estimate

Number Extractor

Extract Numbers from Text Online

Available

Pull numbers from mixed text with support for decimals, negatives, and thousands separators. Deduplicate, sort, and output as newlines or commas for reports, logs, and amount collection.

Text Extract Numbers

Email Extractor

Extract Email Addresses from Text

Available

Batch-extract email addresses from lists, pages, or logs. Deduplicate, lowercase, and export as newlines, commas, or semicolons for contact cleanup.

Text Extract Email

Regex Extractor

Extract Matches with Regular Expressions

Available

Extract every regex match from text with flags, capture groups, expand-all groups, dedupe, and multiple output formats for log fields and structured collection.

Text Regex Extract

Phone Number Extractor

Extract Mainland China Mobile Numbers

Available

Extract mainland China mobile numbers from lists or logs, including common separators. Normalize, dedupe, and export as newlines or commas for contact cleanup.

Text Extract Phone

URL Extractor

Extract URLs from Text Online

Available

Extract HTTP/HTTPS links from documents, chats, or logs. Clean trailing punctuation, dedupe, and export as newlines, commas, or spaces—all in your browser.

Text Extract URL

IP Extractor

Extract IP Addresses from Logs

Available

Extract IPv4/IPv6 addresses from logs or mixed text with public-only filtering and dedupe. Export newline or comma lists locally for audits and source stats.

Text Extract IP

XML Minifier

XML Minifier Online

Available

Minify XML in your browser, optionally stripping comments, and show size savings. Processing stays local—useful for smaller payloads and compact samples.

XML Minifier

TSV to CSV

TSV to CSV Converter Online

Available

Convert tab-separated data to comma-separated CSV. Fields containing commas or quotes are escaped automatically in your browser.

TSV CSV Converter

CSV to TSV

CSV to TSV Converter Online

Available

Convert comma-separated values to tab-separated values in your browser, preserving quoted fields. Useful for spreadsheet paste and tooling that expects TSV.

CSV TSV Converter

Punycode Converter

Punycode and Internationalized Domain Converter

Available

Convert between internationalized domain names (IDN) and Punycode (xn--). Useful for non-ASCII domain lookup, DNS setup, and mail server configuration. Conversion stays in the browser.

Punycode IDN Domain

HMAC Generator

HMAC Generator - API Signature Digests

Available

Generate an HMAC locally from a message and key with SHA-1/256/384/512, outputting Hex and Base64. Useful for API signing and webhook verification checks.

HMAC Signature Hash

Random String Generator

Random String Generator for Tokens and Test Data

Available

Generate random strings locally in your browser by length and character set, using the Web Crypto random source. Useful for API tokens and filler test values.

Random Generator

Countdown Calculator

Countdown Calculator — Live Days, Hours, Minutes, Seconds

Available

Set a target date and time to see a live countdown in days, hours, minutes, and seconds. Useful for launches, events, holidays, and personal deadlines.

Countdown Date Time

Week Number Calculator

Week Number Calculator — ISO Week and Quarter

Available

Find the ISO 8601 week number for any date (weeks start on Monday), plus day-of-year and quarter. Useful for sprint planning and weekly report labels.

Week number ISO Date

MIME Type Lookup

MIME Type Lookup for Content-Type Mapping

Available

Look up file extensions and MIME Content-Type values locally in your browser. Covers common formats for server config, upload checks, and API debugging.

MIME Lookup

HTTP Status Lookup

HTTP Status Code Lookup with Usage Notes

Available

Look up HTTP status codes and keywords locally in your browser. Covers common 1xx–5xx codes with meaning and typical usage notes for API debugging.

HTTP Status codes

Domain Parser

Domain Parser for Subdomains and TLDs

Available

Split hostnames from domains or URLs locally in your browser. Identify subdomains, registrable domains, and common public suffixes for CDN, certificate, and security reviews.

Domain Parser

SQL Minifier

SQL Minifier for Whitespace and Comments

Available

Minify multi-line SQL into a compact single line locally in your browser, with an option to strip comments. Useful for log embedding, payload size checks, and transport.

SQL Minifier

Line Ending Converter

Line Ending Converter for LF, CRLF, and CR

Available

Convert text line endings among LF, CRLF, and CR locally in your browser, and summarize the current mix. Useful for Git, scripts, and cross-platform files.

Line endings Converter

Tab ↔ Space Converter

Tab and Space Indent Converter

Available

Convert leading indentation between tabs and spaces locally in your browser, with a configurable space width. Useful when aligning team style or migrating IDE defaults.

Indentation Code format

Escape Visualizer

Escape Visualizer for Hidden Characters

Available

Visualize invisible characters locally in your browser, including tabs, newlines, BOM, and zero-width characters. Useful when paste or copy artifacts break parsing.

Escape Visualizer

.env Parser

.env Parser for Environment Variable Inspection

Available

Parse .env text into a key/value table locally in your browser and export JSON. Sensitive key names such as SECRET, PASSWORD, and TOKEN are masked for safer review.

env Config

CSS Gradient Generator

CSS Gradient Generator — Linear, Radial, Conic

Available

Visually build linear, radial, and conic CSS gradients. Adjust angle and stop positions, add multiple stops, and copy CSS for backgrounds, buttons, and brand transitions.

CSS Gradient Background

CSS Unit Converter

CSS Unit Converter — px, rem, em, vw

Available

Convert among px, rem, em, pt, vw, vh, and %. Customize root font size, parent font size, and viewport size for responsive work and design-to-code handoff.

CSS Units Conversion

Palette Generator

Palette Generator — Rule-Based Color Sets

Available

Generate palettes with monochrome, analogous, complementary, triadic, or fully random rules. Lock individual swatches and keep randomizing the rest for UI exploration and brand-color derivatives.

Palette Color Harmony

Glassmorphism Generator

Glassmorphism Generator — backdrop-filter CSS

Available

Visually tune blur, opacity, background color, and border opacity to generate frosted-glass CSS with a -webkit prefix. Useful for cards, nav bars, and modal layers.

CSS Glassmorphism backdrop-filter

Border Radius Generator

Fancy Border Radius Generator

Available

Drag or type values to visualize and generate 8-point irregular CSS border-radius (fancy border radius) code.

CSS Border radius Design

CSS Clamp Generator

CSS Clamp Generator — Fluid Responsive Sizes

Available

From min/max viewport widths and a target size range, compute a clamp() formula for fluid font sizes, spacing, and other lengths that scale with the viewport.

CSS clamp Responsive

Barcode Generator

Barcode Generator for Common 1D Formats

Available

Generate common barcode formats such as Code128 locally in your browser and export an image. Useful for label samples, inventory tests, and logistics code checks.

Barcode Generator

Wi-Fi QR Generator

Wi-Fi QR Code Generator for Guest Access

Available

Generate a Wi-Fi connection QR code locally from SSID, password, and encryption type. Credentials stay in the browser and are only encoded into the QR payload.

Wi-Fi QR code

Fake Data Generator

Fake Data Generator for Mock Test Records

Available

Generate common mock fields such as names and emails locally in your browser and export JSON or other formats. Useful for list placeholders, prototypes, and API stubs.

Mock Test data

JSON Mock Generator

JSON Mock Generator with Template Placeholders

Available

Fill JSON templates that use double-brace placeholders with mock values such as names, emails, and dates while preserving nested structure. Useful for API and frontend stubs.

JSON Mock Testing

Open Graph Tag Generator

OG Tag Generator - Open Graph Share Markup

Available

Generate Open Graph meta tags from title, description, URL, and image fields to improve link previews on social platforms. Output is produced locally.

Open Graph SEO Sharing

Twitter Card Generator

Twitter Card - X Share Card Tags

Available

Generate Twitter Card meta tags for X (Twitter), including summary and large-image card types, to control title, description, and image in link previews.

Twitter Card X SEO

Breadcrumb Schema Generator

Breadcrumb Schema - JSON-LD Path Markup

Available

Add breadcrumb names and URLs by level to generate BreadcrumbList JSON-LD for search-result path display.

Breadcrumb Schema JSON-LD

Markdown TOC Generator

Markdown TOC Generator with Anchor Links

Available

Generate a table of contents with anchor links from Markdown headings locally in your browser. Supports slug rules and an option to skip H1. Useful for README and long-form docs.

Markdown TOC

Percentage Calculator

Percentage Calculator Online

Available

Solve common percentage problems in your browser: X as a percent of Y, Y times X%, change between two values, and increase/decrease by a percent. Copy individual results.

Math Percentage Calculator

File Size Converter

File Size Unit Converter

Available

Convert file sizes between B, KB, MB, GB, and more using 1024 (binary) or 1000 (decimal) bases. Runs locally—useful for storage planning and ticket estimates.

File size Converter Units

Merge PDF

Merge PDF - Combine Multiple Files Locally

Available

Merge multiple PDF files into one document in your browser. Import several files, reorder them, then download the result. Useful for contracts, multi-part manuals, and handouts. Files stay on this page and are not uploaded.

PDF Merge Local

Split PDF

Split PDF - Export by Page Ranges

Available

Split one PDF into multiple files by page ranges. Supports expressions such as 1,3,5-8; leave the field blank for all pages. Useful for exporting clauses, chapter attachments, and review packages. Processing stays in the browser.

PDF Split Local

Image Compressor

Image Compressor — Local Size and Quality Control

Available

Compress PNG, JPEG, WebP, and similar images in your browser. Cap max width/height and output quality for campaign assets, page weight, and share-ready screenshots—files stay on this device.

Image Compression Optimization

Simplified / Traditional Converter

Simplified and Traditional Chinese Converter

Available

Convert between Simplified and Traditional Chinese locally with OpenCC, including Taiwan, Hong Kong, or general Traditional variants for ops copy and publishing checks.

Text Chinese Converter

Advanced Text Stats

Advanced Chinese and English Text Statistics

Available

Measure characters with and without spaces, Chinese characters, English words, sentences, and paragraphs for bilingual drafts.

Text Statistics Analysis

Custom Delimiter Splitter

Split Text by Custom Delimiters

Available

Split text by a custom delimiter or regex, with trim, empty-block removal, and unique filtering. Useful for CSV-like cleanup and token lists.

Text Split Delimiter

Line Shuffler

Shuffle Text Lines Randomly

Available

Randomize line order for lists or rosters. Optionally skip empty lines, then copy the shuffled list.

Text Shuffle Lines

Leetspeak Converter

Convert Text to 1337 / Leetspeak

Available

Convert plain text into leetspeak (1337) with basic, advanced, and expert substitution levels. Runs locally for playful usernames, samples, and demos.

Text Leetspeak Converter

Morse Code Converter

Morse Code Converter

Available

Convert between Latin letters/digits and Morse code (dots and dashes), with word-spacing rules. Useful for learning, puzzles, and CTF-style challenges. Conversion stays in the browser.

Morse Encoding CTF

Braille Translator

Braille Unicode Translator

Available

Convert between English letters/digits and Braille Unicode patterns. Useful for learning and display checks. Mapping covers basic English characters, not a full Chinese Braille system. Conversion stays in the browser.

Braille Unicode Encoding

ROT13 Cipher

ROT13 and ROT47 Cipher

Available

Apply the classic ROT13 letter rotation, or ROT47 which covers digits and printable ASCII. Because rotation is symmetric, encoding and decoding use the same operation.

Encode Cipher

Bacon Cipher

Bacon Cipher Encoder and Decoder

Available

Encode and decode Bacon cipher messages with 24-letter or 26-letter alphabets. Five-symbol A/B groups are processed locally.

Bacon Cipher Cipher CTF

Unicode Text Styler

Style Text with Unicode Fonts

Available

Render input as multiple Unicode mathematical and stylistic letterforms for bios, titles, and decorative labels. Copy individual styles.

Text Unicode Style

HTML Tag Extractor

Extract HTML Tags, Text, or URLs

Available

Extract tag names, plain text, or link/image URLs from HTML snippets. Deduplicate results for quick audits of markup and asset references.

Text HTML Extract

Date Extractor

Extract Dates and Timestamps from Text

Available

Pull dates and timestamps from mixed notes, contracts, or logs—including YYYY-MM-DD and Chinese year-month-day forms. Optionally dedupe and sort. Processing stays in your browser.

Date Extractor Data

Currency Extractor

Extract Money Amounts from Text

Available

Extract currency amounts from quotes and finance notes, group by currency, and optionally sum roughly without FX conversion. Runs locally in your browser.

Currency Extractor Data

Emoji Extractor

Extract or Strip Emoji from Text

Available

Extract emoji (including ZWJ sequences) from mixed text, optionally dedupe them, or copy the cleaned text without emoji.

Text Emoji Extract

Code Comment Remover

Code Comment Remover for Common Languages

Available

Strip single-line and block comments from common languages such as JS/TS, Python, CSS, and HTML/XML locally in your browser, and compress leftover blank lines where possible.

Dev Code Cleaner

String Literal Escaper

String Literal Escaper for Code Embedding

Available

Escape multi-line HTML, JSON, or quote-heavy text for languages such as JavaScript, Java, and SQL so you can paste it into string literals without syntax errors.

Dev Code Escape

Line Break Optimizer

Optimize Line Breaks and Spacing

Available

Improve bilingual copy readability by adding Chinese–English spacing, splitting long sentences, and optionally converting English punctuation to Chinese forms.

Text Formatting Line breaks

Template Variable Replacer

Replace Template Variables from JSON

Available

Render templates with {{name}}, [name], or $name placeholders using a JSON object of values. See unresolved placeholders and copy the rendered result.

Text Template Variables

Batch Placeholder Replacer

Batch Template Fill for SQL and Code

Available

Fill a single template with %1, %2, or %s placeholders from each CSV-style data row to batch-generate SQL statements or scaffold code locally in your browser.

Text Dev Batch

Markdown Table Formatter

Align Markdown Tables by Visual Width

Available

Reformat Markdown tables so columns pad to a consistent visual width, keep :---: alignment markers, and account for full-width characters such as Chinese for readable source layouts.

Markdown Table Formatter

CSV Column Reorder

Reorder and Sort CSV Columns Online

Available

Reorder CSV columns by index or header name, optionally sort ascending by the first output column, and copy the result. Processing stays in your browser.

CSV Sort Data

CSV Paginator

Split Large CSV into Page Chunks

Available

Split large CSV or line lists into page-sized chunks, optionally repeating a header on every page. Preview and copy the current page locally in your browser.

CSV Paginator Data

Table Header Normalizer

Table Header Normalizer for Snake and Camel Case

Available

Normalize messy spreadsheet or API headers—including Chinese labels, symbols, and inconsistent spacing—into snake_case or camelCase identifiers for code and ORM models.

Dev Code Data

JSON to TypeScript Interface

JSON to TypeScript Interface Generator

Available

Infer TypeScript interface definitions from JSON in your browser. Nested objects become separate interfaces, with options for the root name, optional fields, readonly, export, and type aliases.

TypeScript JSON Developer

JSON to Go Struct

JSON to Go Struct with json Tags

Available

Convert JSON into Go structs with json tags, nested types, and slice handling. Useful for drafting backend models from API responses.

JSON Go Struct

JSON to GraphQL

JSON to GraphQL Schema Type Generator

Available

Turn REST-style JSON samples into GraphQL type definitions with Int, Float, String, and Boolean scalars. Helpful when sketching a first schema during API migration.

Developer GraphQL JSON

SQL DDL to TypeScript

CREATE TABLE to TypeScript Interface

Available

Parse MySQL, PostgreSQL, or SQLite CREATE TABLE statements and emit matching TypeScript interfaces. Strips comments and common index clauses with regex-based column extraction.

Developer TypeScript SQL

BSON to JSON

MongoDB Extended JSON to Plain JSON

Available

Convert MongoDB shell or Compass extended JSON (ObjectId, ISODate, NumberInt, and similar) into plain JSON for formatting, sharing, and downstream tools.

BSON JSON MongoDB

JSON Log Viewer

Collapsible JSON and NDJSON Log Viewer

Available

View JSON and NDJSON logs as a collapsible, syntax-colored tree. Expand or fold nodes to inspect deep structured logs locally in the browser.

JSON Logs Developer

JSON Data Masker

Mask Sensitive JSON Fields Online

Available

Mask sensitive JSON fields in your browser by matching key names such as password, token, or phone. Nested objects and arrays are walked recursively, and values are replaced with mask characters so you can share debug payloads more safely.

JSON Masking Security

Base32 Encode/Decode

Base32 Encoder and Decoder (RFC 4648)

Available

Encode and decode Base32 using uppercase A–Z and 2–7 per RFC 4648. Useful for case-insensitive secrets such as authenticator seeds. UTF-8 text is supported.

Encode Security

Base58 Encode/Decode

Base58 Encoder and Decoder

Available

Encode and decode Base58, which omits visually ambiguous characters 0, O, I, and l. Useful for Bitcoin-style and IPFS-style readable strings. This is plain Base58, not Base58Check.

Encode Crypto Web3

Bencode Parser

Bencode Parser for BitTorrent and DHT Data

Available

Decode Bencode strings used in torrent files and DHT messages (i..e, d..e boundaries) into readable JSON structures in the browser.

Encode Parser P2P

Hex to Text

Hex and Text Converter

Available

Convert between UTF-8 text and hexadecimal bytes. Accepts spaced, 0x, \x, or contiguous hex input with tolerant cleanup. Useful for restoring ASCII payloads from captures.

Encode Hex Data

Binary Text Converter

Binary, Octal, Decimal, Hex Text Converter

Available

Convert UTF-8 text to and from binary, octal, decimal, or hexadecimal byte representations, with optional spacing. Useful for inspecting encodings and restoring capture fragments. Conversion stays in the browser.

Binary Encoding Radix

Octal Text Converter

Octal and UTF-8 Text Converter

Available

Convert between UTF-8 text and octal byte sequences, with optional spacing. Useful for legacy encodings, log escapes, and puzzle workflows. Conversion stays in the browser.

Octal Encoding UTF-8

Excel Column Converter

Excel Column Letter and Index Converter

Available

Convert between Excel-style column letters (A, Z, AA) and 1-based column indexes. Useful when mapping spreadsheet headers to array indexes in scripts.

Data Excel Math

Roman Numeral Converter

Roman Numeral Converter (1–3999)

Available

Convert integers from 1 to 3999 to standard Roman numerals and back. Rejects nonstandard forms outside common subtractive notation.

Encode Math Typography

Unix Permissions Converter

Unix Permissions Converter (Octal ↔ Symbolic)

Available

Convert between octal Unix file modes (such as 0755) and symbolic forms from ls -l (such as -rwxr-xr-x), including multi-line lists. Useful for scripting and reviewing permission dumps locally in the browser.

Unix Permissions Linux

URL Builder

URL Builder — Assemble and Parse Query Parameters

Available

Build URLs from protocol, host, port, path, hash, and query parameters with automatic value escaping, or parse a full URL back into fields. Handy for API debugging and campaign link setup. Processing stays in the browser.

URL Query Builder

URL Tracking Param Cleaner

URL Tracking Parameter Cleaner (UTM, spm, gclid…)

Available

Strip common tracking parameters such as utm_*, spm, fbclid, and gclid from links, and extract URLs from surrounding text first when needed. Useful for tidying share links and reducing tracker noise. Cleanup runs locally in the browser.

URL Privacy Sharing

cURL to Fetch

cURL to JavaScript Fetch Converter

Available

Convert cURL commands into JavaScript fetch code. Parses -X, -H, and --data-raw into method, headers, and body, with optional async/await wrapping.

cURL HTTP Developer

IPv4 to IPv6 Mapper

IPv4-Mapped IPv6 Address Converter

Available

Convert an IPv4 address to IPv4-mapped IPv6 forms, including compressed, hex-compressed, and fully expanded notations. Useful for dual-stack log comparison and allowlist drafting. Conversion runs locally in the browser.

IPv4 IPv6 Networking

Random Port Generator

Random Port Generator for Local Development

Available

Generate random ports in IANA ephemeral or registered ranges, with optional custom ranges, exclusion lists, and batch output. Helps avoid common port collisions for local services, Docker, and integration testing. Generation stays in the browser.

Ports Random Networking

RSA Key Pair Generator

RSA Public/Private Key Pair Generator (PEM)

Available

Generate RSA key pairs in the browser with the Web Crypto API at 1024, 2048, or 4096 bits and export standard PEM text. Private keys are not sent over the network. Intended for development, testing, and learning—not as a production key-management system.

RSA Cryptography Security

Password Strength Tester

Password Strength Tester — Entropy and Crack-Time Estimate

Available

Estimate password entropy, character-pool size, and theoretical offline crack time from length and character classes, with improvement suggestions. Evaluation runs entirely in the browser; passwords are not uploaded. Results are theoretical heuristics, not a guarantee of real-world security.

Password Security Entropy

Bcrypt Hash Inspector

Bcrypt Hash Format and Cost Factor Inspector

Available

Inspect bcrypt hash strings ($2a$10$...) locally without cracking passwords. Extract version, cost rounds, salt, and digest layout for security reviews.

Crypto Backend Security

JWT Payload Viewer

JWT Header and Payload Decoder

Available

Decode JWTs locally into readable Header and Payload JSON. Tokens never leave the browser.

JWT Token Security

vCard Generator

vCard and Contact QR Builder

Available

Fill in name, company, phone, and website fields to assemble a vCard 3.0 contact payload and a scannable QR code locally in your browser.

Marketing Contact Format

mailto Link Builder

mailto Link Builder - Prefill Email Links

Available

Build a standard mailto: URI or HTML anchor from recipient, CC, subject, and body fields. Useful for contact buttons and outreach links.

mailto Links HTML

tel/sms Link Generator

RFC 3966 tel and sms Links

Available

Generate tel: and sms: links with optional prefilled SMS body and HTML snippets. Useful for mobile support buttons. Processing stays local.

tel sms Mobile

Canonical Tag Generator

Canonical Tag - Preferred URL Markup

Available

Generate a link rel="canonical" tag from a preferred URL so search engines can identify the primary address among parameterized or duplicate pages.

Canonical SEO HTML

Hreflang Tag Generator

Hreflang Alternate URL Builder

Available

Assemble hreflang alternate link tags and matching sitemap XML snippets for multilingual URL sets so search engines can map language and region variants.

SEO HTML International

HTML Meta Inspector

HTML Meta Inspector - TDK and OG Extraction

Available

Paste page HTML to extract title, description, keywords, and Open Graph / Twitter preview fields locally. Useful for SEO checks and competitive page reviews.

SEO Meta OG

Social Share Previewer

Social Share Previewer - Multi-platform Cards

Available

Enter title, description, and image details to simulate common social share-card layouts and cropping before publish. Useful for content and marketing checks.

Share preview Open Graph Social

TDK Length Checker

TDK Length Checker - SERP Truncation Estimate

Available

Estimate Title and Description pixel width for search-result truncation risk. Helps keep titles near common desktop limits and descriptions within safer mobile and desktop ranges.

SEO Testing Writing

Keyword Density Analyzer

Keyword Density Analyzer - Term Frequency Check

Available

Tokenize English and Chinese text locally, rank frequent terms, and calculate density after stop-word filtering. Useful for on-page focus checks and over-optimization review.

SEO Text Analytics

Random Copywriting Builder

Random Copywriting Builder - Placeholder Text Styles

Available

Generate placeholder paragraphs in classic Lorem Ipsum, Chinese marketing buzzword style, or late-night emotional copy for layout and prototype testing.

Marketing Testing Typography

Length & Volume Converter

Length, Mass, Volume, and Area Unit Converter

Available

Convert length, mass, volume, and area units in your browser across common metric and imperial measures. Swap input and output, tune decimals, and list every unit in the active category—handy for shopping sizes and everyday unit checks.

Units Converter Measurement

Temperature Converter

Celsius, Fahrenheit, and Kelvin Converter

Available

Convert among Celsius, Fahrenheit, and Kelvin in your browser. Change any scale and the other two update together. Adjust precision and copy results for weather checks, device ranges, and lab temperature work.

Temperature Converter Units

Angle Converter

Degrees, Radians, Gradians, and Turns Converter

Available

Convert degrees, radians, gradians, and turns in your browser with linked inputs—useful for CSS rotate(), Canvas, and Three.js work where Math.PI conversions are easy to get wrong. Results stay on the page.

Math Units Design

Aspect Ratio Calculator

Aspect Ratio and Proportional Size Calculator

Available

Compute and lock an aspect ratio in your browser. Derive a ratio from width and height, or change one side while the other stays proportional. Includes common presets and a preview for cropping, video frames, and responsive layouts.

Ratio Size Design

Profit Margin Calculator

Margin vs Markup Profit Calculator

Available

Calculate profit, margin, and markup from cost and selling price in your browser. See why doubling cost for the selling price is not a 100% margin, compare breakeven price, and review a clear profit-versus-cost breakdown.

Math Business Finance

RMB Amount in Chinese Capitals

Convert RMB Amounts to Chinese Capital Letters

Available

Convert RMB numeric amounts into Chinese capital letters for finance forms. Handles consecutive zeros, jiao/fen, and the trailing 整 (zheng) rule, accepts thousand separators and negatives, and supports up to 13 integer digits—useful for contracts, invoices, and expense claims. The capitalized output stays in Chinese by design.

Amount Finance Converter

API Rate Limit Calculator

API Rate Limit Interval Calculator

Available

Compute safe request rates from quota limits and time windows. Add safety margins to estimate per-request delay and total batch duration without hitting 429 responses.

Rate limit API Developer

Gzip Ratio Estimator

HTTP Gzip / Brotli Size Estimator

Available

Estimate compressed transfer size for HTML or JSON text using Shannon entropy heuristics. Compare raw vs gzip and brotli ratios without deploying a server.

Network Compression Developer

Date Shift Calculator

Date Shift Calculator — Add or Subtract Y/M/D/H/M/S

Available

Shift a start date-time by years, months, days, hours, minutes, and seconds to get a target moment. Outputs ISO 8601, local string, relative description, and Unix timestamps for expiry and TTL planning.

Date Offset Calculator

HTTP Status Explainer

HTTP Status Code Reference and Troubleshooting

Available

Search HTTP status codes from 100 to 511 with plain-language meanings, typical causes, and fix hints. Filter by class and copy individual cards locally.

Developer Network Reference

CORS Config Builder

CORS Troubleshooting and Config Generator

Available

Diagnose cross-origin issues and generate Access-Control headers for Nginx, Node.js/Express, and Apache. Highlights invalid combinations such as credentials with wildcard origins.

Developer Network Backend

ASCII Art Generator

ASCII Art Generator — Terminal Banners

Available

Turn English letters and digits into terminal-friendly ASCII art for CLI banners, MOTD text, and plain-text README titles. Copy the result directly.

ASCII Terminal Art

SVG to CSS Background

SVG to CSS Background — Data URL / Base64

Available

Inline SVG into a CSS background-image: url(...) string using URI encoding or Base64. Useful for small icons you want to keep in CSS instead of separate asset files.

Design CSS SVG

SVG Path Visualizer

SVG Path Visualizer — Debug d Commands

Available

Paste a long path d="M10 20 L... Z" string or a full path tag to visualize it on a grid and inspect length and command count while debugging icons.

Design SVG Path

CSS Filter Generator

CSS Filter Generator — Live Image Effects

Available

Combine blur, grayscale, contrast, and related CSS filter functions with live preview. Drag sliders to build stacks such as filter: blur(2px) grayscale(100%); and copy the result.

Design CSS Filter

CSS Ribbon Generator

CSS Ribbon Generator — Corner Badge Styles

Available

Visually generate tilted corner-ribbon CSS for cards. Change text, colors, offset, width, and font size for sale, sold-out, and similar status badges.

CSS Badge Ribbon

Color Inverter

Color Inverter — RGB Invert and Dark Preview

Available

Invert a color by subtracting each RGB channel from 255. Compare source and inverted colors, preview sample layers, and export a CSS variable snippet for dark-theme exploration.

Color Invert Dark

Pastel Color Generator

Pastel Color Generator — Soft Low-Saturation Palettes

Available

Generate soft pastel and Morandi-style palettes in your browser. Choose count and style, lock swatches you want to keep, and export HEX lists or CSS variables for charts, backgrounds, and gentle UI themes.

Pastel Palette Color

Color Blindness Simulator

Color Blindness Simulator — Matrix Filter Preview

Available

Apply color-vision deficiency matrices to a sample view so you can preview how protanopia, deuteranopia, tritanopia, or achromatopsia may change UI colors. Use it to catch contrast and status-color issues before shipping.

Design UX Accessibility

Local Image Resizer

Local Image Resizer — Browser Resize and Compress

Available

Resize and re-encode images locally with Canvas. Set max dimensions, quality, and output format, then download the result. Original files stay in the browser and are not uploaded.

Image Compress Resize

Flexbox Generator

Flexbox Generator — Visual One-Dimensional Layout

Available

Tune flex-direction, justify-content, align-items, wrap, and gap with a live preview. Add or remove boxes to see wrapping and spacing, then copy the generated CSS (and HTML scaffold) into your project.

Design CSS Layout

CSS Grid Generator

CSS Grid Generator — Rows, Columns, and Gaps

Available

Set column and row counts plus gaps to generate a basic display:grid layout. Preview the track structure, try quick templates, and copy CSS or HTML for admin layouts and card grids.

CSS Grid Layout

CSS Cursor Tester

CSS Cursor Tester — Preview cursor Keywords

Available

Browse common CSS cursor keywords, hover to preview, filter by search or category, and copy cursor declarations. Useful when choosing resize, drag, or disabled-state cursors.

CSS cursor Pointer

Tailwind Colors Cheat Sheet

Tailwind Colors Cheat Sheet — Full Scale Board

Available

Browse Tailwind CSS color scales (including 50–950 steps) on one board. Search by name, scale, or HEX, then copy utility class names or raw HEX values for CSS projects.

Design Tailwind CSS

CSS to Tailwind

CSS to Tailwind — Declaration Mapper

Available

Paste CSS declarations and map them to Tailwind utility classes where possible. Common layout, spacing, and color rules become standard classes; unmatched values fall back to arbitrary-value syntax.

CSS Tailwind Convert

HTML to JSX

HTML to JSX — React Attribute Converter

Available

Convert HTML snippets to React JSX in the browser. Rename class/for to className/htmlFor, close void tags, and convert inline styles toward object form. Conversion stays local.

HTML JSX React

Emoji Cheat Sheet

Emoji Cheat Sheet — Developer Favorites

Available

Search and copy emoji commonly used in docs, commit messages, and changelogs. Filter by keyword or category to find status, progress, and warning symbols quickly.

Emoji Cheat sheet Docs

HTML Entity Cheat Sheet

HTML Entity Cheat Sheet — Named and Numeric Codes

Available

Look up common HTML entities and numeric character references for spaces, currency, math, and typography symbols. Copy named or numeric forms for safer source markup.

HTML Entity Encoding

Hash Collision Calculator

Hash Collision Calculator — Birthday Paradox Estimate

Available

Estimate the probability of at least one collision for a given hash bit length and sample size using the birthday-paradox approximation. Useful for short IDs and truncated checksums. Calculation stays in the browser.

Hash Collision Math

Named CSS Colors

Named CSS Colors — Standard Color Name Lookup

Available

Browse W3C/CSS named colors and their values. Filter by keyword or family, then copy the color name or HEX for native CSS work.

CSS Color Cheat sheet

SSL Certificate Parser

PEM X.509 Certificate Parser

Available

Parse PEM X.509 certificates locally to read validity, subject-related fields, and DER size. Lightweight inspection without full chain trust validation.

SSL Certificate X.509

JWT Decoder

JWT Decoder for Header and Payload

Available

Decode JWT structure into formatted Header and Payload JSON with algorithm and expiry hints. Does not verify signatures; all processing stays local.

JWT Decode Token

SSH Key Formatter

SSH Public and Private Key Formatter

Available

Clean broken-line SSH public or private keys, detect OpenSSH and PEM forms, and output authorized_keys-ready lines—all locally without uploading secrets.

SSH Keys DevOps

MAC Address Generator

MAC Address Generator for Test Data

Available

Batch-generate MAC addresses with chosen case, separator, and optional OUI prefix for ACL samples, IoT tests, and format conversion.

MAC Network Testing

UUID Version Parser

UUID Version and Timestamp Parser

Available

Identify UUID version and variant, validate 32-hex structure, and extract embedded timestamps for V1, V6, and V7—all locally in the browser.

UUID Parser Version

Regex Highlight Tester

Regex Highlight Tester — JavaScript Pattern Matching

Available

Test JavaScript regular expressions in your browser with native RegExp. Supports flags such as i, g, and m, highlights matches, and shows capture groups with offsets for debugging email, crawler, and validation rules.

Regex Testing Highlight

JSON Error Locator

JSON Error Locator — Syntax Breakpoint Checker

Available

Locate invalid JSON error positions in your browser, highlight the character that triggers SyntaxError, and apply heuristic fixes for trailing commas, single quotes, and unquoted keys.

JSON Debug Locator

ASCII Table

ASCII Table — Online Text Alignment Tool

Available

Turn CSV, TSV, or terminal-copied text into aligned ASCII or Markdown tables in your browser, with mixed Chinese and English width handling for README, Slack, and log output.

Table ASCII Markdown

Web Sandbox Preview

Web Sandbox — HTML, CSS, and JS Preview

Available

Edit and preview mixed HTML, CSS, and JavaScript inside an isolated iframe on the page. Useful for validating small frontend snippets without opening a local project.

HTML Sandbox Preview

QR Code Generator

QR Code Generator — Local QR Tool

Available

Generate QR codes locally in your browser with Canvas. Supports L through H error correction for URLs, text, WiFi payloads, and PNG download without uploading content.

QR Code QR Generator

ID Photo Maker

ID Photo Maker — Size Specs and Background Composite

Available

Crop portrait photos to common ID, passport, and visa sizes in your browser. Switch red, blue, white, or gray backgrounds and pan/zoom—useful when starting from a transparent or white-backdrop bust shot.

ID photo Crop Background

Image Lab

Image Lab — Crop, Filters, and Annotations

Available

Edit images in the browser: crop, rotate, color adjust, filters, AI cutout, annotations, mosaic, and SVG editing. Export PNG, JPEG, WebP, or SVG—files never leave your device.

Image Editor Filters

AI Background Remover

AI Background Remover — Local Cutout in the Browser

Available

Load a model and run inference locally to separate the subject into a transparent PNG. The first run downloads and caches weights; later runs can reuse the cache offline. Suited to product shots and portraits.

Cutout AI Background

SVG Color Editor

SVG Color Editor — Edit fill and stroke

Available

Paste SVG markup, extract fill/stroke colors into an editable palette, preview changes live, and copy the updated SVG. Built for icon recolors and simple vector tinting.

SVG Recolor Icons

Image Watermark

Image Watermark — Tiled Text Overlay Locally

Available

Overlay tiled text watermarks with adjustable opacity, size, and angle using Canvas in your browser. Useful for ID scans and draft artwork—files stay on this device.

Watermark Image Privacy

EXIF Privacy Scrubber

EXIF Privacy Scrubber — Strip Photo Metadata

Available

Strip EXIF/XMP and related metadata segments from JPG in your browser—GPS, camera, and author fields—while avoiding Canvas re-encode when possible so pixels stay intact. Useful before sharing photos.

EXIF Privacy Metadata

Image Format Converter

Image Format Converter — WebP, JPEG, PNG, AVIF

Available

Convert images to WebP, JPEG, PNG, or AVIF in your browser. Adjust lossy quality and compare file size—useful for site assets and front-end format migrations.

Image Format WebP

Nginx Config Generator

Nginx Config Generator — Server Block Builder

Available

Generate Nginx server blocks from form options, including reverse proxy, WebSocket, SSL, Gzip, and basic security headers. Copy or download conf files for static sites and app reverse-proxy starters.

Nginx Config Reverse Proxy

Dockerfile Generator

Dockerfile Generator — Multi-language Build Templates

Available

Generate Dockerfiles for Node, Python, Go, and related stacks with optional multi-stage builds, non-root users, timezone packages, and a matching .dockerignore starter.

Docker Dockerfile Container

Docker Compose Generator

Docker Compose Generator — Compose File Builder

Available

Select App, Nginx, database, and cache services to generate a local docker-compose.yml with ports and common dependency combinations for dev or demo environments.

Docker Compose Orchestration Container

Gitignore Generator

Gitignore Generator — Online Ignore Rules Builder

Available

Combine operating-system and stack templates in your browser to produce a usable .gitignore for new repositories, covering system junk and common dependency directories.

Git Ignore Rules Dev

Systemd Service Builder

Systemd Service — Online Unit Generator

Available

Fill in the executable path and restart policy to generate systemd Unit and Service files for wrapping local processes as Linux daemons with boot-time startup.

Systemd Linux Ops

Chmod Calculator

Chmod Calculator — Linux Permission Converter

Available

Toggle read, write, and execute bits to convert between octal and symbolic chmod formats, with example commands for scripts, directories, and recursive changes.

chmod Linux Permissions

Subnet Calculator

Subnet Calculator — IPv4 CIDR Planning Tool

Available

Calculate subnet mask, network address, broadcast address, and usable host count from an IP and CIDR prefix for internal segmentation, Docker networks, and routing plans.

CIDR Subnet Network

Bcrypt Hash Generator

Bcrypt Hash Generator — Online Hash and Verify Tool

Available

Generate bcrypt password hashes and verify plaintext locally in your browser. Adjust rounds to control cost for manual database writes and hash comparison.

bcrypt Password Security

RSA Key Generator

RSA Key Generator — Online PEM Key Pair Tool

Available

Generate RSA public and private keys locally with WebCrypto and export PEM format for signature testing, API key exchange, and local experiments without a server call.

RSA Keys PEM

Htpasswd Generator

Htpasswd Generator — Basic Auth Credential Tool

Available

Encode a username and password into a .htpasswd line using bcrypt for Nginx auth_basic and similar HTTP basic authentication setups.

htpasswd Nginx Auth

Hosts File Editor

Hosts File Editor — Local Domain Mapping Tool

Available

Format and validate /etc/hosts style rules in your browser, check IP validity, and clean blank lines and invalid comments when taking over messy host mappings.

hosts DNS Network

Linux Command Reference

Linux Command Reference — Common Flag Cheat Sheet

Available

Browse common flags and examples for frequently used Linux commands such as tar, find, and systemctl without SSHing into a server.

Linux Commands Manual

Whois Parser

Whois Parser — Domain Registration Field Extractor

Available

Structure raw Whois text in your browser and extract domain, expiry, DNS, and status fields for domain audits, renewal checks, and registration cleanup.

Whois Domain DNS

ASCII Hex Converter

ASCII Hex Converter — Byte Stream Reference Tool

Available

Convert ASCII text and hexadecimal byte streams in your browser with optional separators for packet decoding, protocol debugging, and low-level string comparison.

ASCII Hex Encoding

User-Agent Generator

User-Agent Generator — Browser Header Samples

Available

Generate User-Agent strings for desktop, mobile, and common in-app browsers such as WeChat and QQ in your browser. Useful for compatibility testing, crawler samples, and header debugging.

User-Agent Headers Testing

MAC Vendor Lookup

MAC Vendor Lookup — OUI Prefix Identifier

Available

Identify network card vendors from MAC address prefixes (OUI) locally in your browser. Useful when unknown devices appear in ARP tables or during LAN asset review.

MAC OUI Vendor

SQL to Prisma

Convert CREATE TABLE DDL to Prisma Models

Available

Convert CREATE TABLE DDL into Prisma models in your browser. Common column types plus primary key, autoincrement, and unique markers are recognized. Processing stays local—useful for bootstrapping a schema from an existing database.

SQL Prisma Schema

JSON to Zod Schema

Generate Zod Schemas from JSON Samples

Available

Infer a Zod schema from sample JSON in your browser and emit TypeScript validation code. Nested objects and arrays are supported, with optional strict mode and z.infer type export—useful for API validation work.

JSON TypeScript Zod

JSON Schema Validator

Validate JSON Against Draft-07 Schema

Available

Validate JSON instances against JSON Schema Draft-07 in your browser with Ajv. Check required fields, types, and bounds, then review a clear validation result—useful for API debugging and sample verification.

JSON Schema Validator

CSV to SQL Insert

Generate SQL INSERT Statements from CSV

Available

Turn headered CSV into INSERT statements in your browser. Set table name, quote style, empty-value handling, and batch size. Conversion stays local—useful for seed data and bulk-import prep.

CSV SQL Insert

Regex Language Escaper

Regex Language Escaper — Cross-Language String Tool

Available

Escape a raw regex pattern for Java, JavaScript, Python, Go, and other source languages in your browser, reducing double-backslash mistakes when embedding patterns in code.

Regex Escape Multi-language

Properties ↔ YAML

Convert Java Properties and YAML Online

Available

Convert between Java Properties and YAML in your browser. Expand dotted keys such as spring.jpa.x=1 into nested YAML, or flatten YAML back to properties—useful for Spring config migrations.

Config Java YAML

.env to JSON

Convert .env Files to JSON

Available

Convert .env text to JSON in your browser. Comment lines are ignored. Optionally nest keys on underscores and coerce numbers or booleans—useful for frontend config, Docker, and CI key maps.

Environment JSON Config

Grok Tester

Grok Tester — Logstash Pattern Debugger

Available

Match log lines against Grok patterns locally in your browser and inspect captured fields. Useful for debugging Logstash and ELK ingestion rules without a full server pipeline.

Grok ELK Logs

Redis Command Simulator

Redis Command Simulator — Browser Sandbox Terminal

Available

Practice SET, GET, HGETALL, and other common Redis commands in a browser-local pseudo terminal with in-memory key state. Useful for syntax drills and demos without installing redis-server.

Redis Commands Sandbox

TOTP Generator

TOTP Code Generator (2FA / Authenticator)

Available

Generate TOTP codes from a Base32 secret in the browser, with SHA-1 / SHA-256 / SHA-512 and 6- or 8-digit codes that refresh with the system clock. Useful for troubleshooting and recovering two-factor login flows. Secrets stay local.

TOTP 2FA Authenticator

ULID Generator

ULID Generator for Sortable Unique IDs

Available

Generate one or many ULIDs with timestamp-first Crockford Base32 encoding for sortable identifiers and database keys.

ULID Identifier Database

Passphrase Entropy Estimator

Passphrase Entropy Estimator — Search Space and Crack Time

Available

Estimate Shannon entropy, search-space size, and theoretical crack time from passphrase length and character pool, with a strength label. Calculation stays in the browser. Labels are heuristic—high entropy does not prove a passphrase is safe against every attack.

Entropy Passphrase Security

Bitwise Calculator

AND, OR, XOR, and Shift Calculator

Available

Run AND, OR, XOR, left shift, and right shift on two operands in your browser. Decimal, hex, and binary inputs stay linked, and results show in all three bases—useful for protocol debugging and mask checks.

Bitwise Binary Developer

File Checksum

File Checksum — Local SHA-256 / 384 / 512 Digests

Available

Compute SHA-256, SHA-384, and SHA-512 digests for selected files entirely in the browser. File contents are not uploaded. Useful for verifying downloads, images, and release artifacts against published checksums.

Checksum Hash Files

Zlib / Gzip Compressor

Deflate / Gzip Text Compressor (Base64)

Available

Compress or decompress text in the browser with CompressionStream using Deflate or Gzip, and represent binary output as Base64. Useful for testing URL payloads, state serialization size, and transport formats. Requires browser support for compression streams.

Compression Deflate Gzip

Image Steganography (LSB)

LSB Image Steganography Tool

Available

Embed text into image pixels with LSB steganography and export PNG, or extract hidden text from a stego image. Differences are usually not obvious visually. Processing stays in the browser—suited to learning LSB basics and lightweight invisible marks, not strong cryptographic secrecy.

Steganography Image LSB

Base85 / Ascii85 Encoder

Ascii85 (Base85) Encode and Decode

Available

Convert between text and Ascii85 (Base85), including common <~ … ~> delimited form. Useful for PDF streams, some legacy systems, and reverse-engineering snippets. Encoding and decoding run locally in the browser.

Base85 Ascii85 Encoding

UTF-8 Byte Viewer

UTF-8 Bytes and Code Point Viewer

Available

Inspect each character’s UTF-8 bytes, hex form, and code points. Useful for debugging emoji, multi-byte CJK, and length-limit issues. Analysis runs locally in the browser.

UTF-8 Bytes Unicode

WebSocket Tester

WebSocket Tester — Online Debug Panel

Available

Connect to ws:// or wss:// endpoints from your browser, send text frames, and review session logs. Useful for backend WebSocket handshake and message debugging without a throwaway client.

WebSocket Debug Network

SSE Tester

SSE Tester — EventSource Stream Monitor

Available

Connect to HTTP(S) streaming endpoints with EventSource, listen for Server-Sent Events, and list incoming chunks. Useful for debugging chat-style streaming APIs and backend push feeds.

SSE EventSource Streaming

WebRTC Tester

WebRTC Test for Camera, Microphone, and P2P

Available

Test camera and microphone capture, local loopback, manual P2P signaling, ICE state, and real-time WebRTC statistics in your browser.

WebRTC Audio and Video P2P

SemVer Validator

SemVer Validator — Semantic Version Range Matcher

Available

Check whether a version satisfies SemVer range expressions such as ^ and ~ in your browser. Useful for explaining npm dependency ranges and validating package.json constraints.

SemVer npm Version

cURL to Code

cURL to Code — Multi-Language Request Snippets

Available

Convert cURL commands with headers, bodies, and form data into Python, Go, Node, PHP, Rust, and other request code in your browser. Useful for turning API docs into runnable scripts quickly.

cURL Codegen API

Git Command Generator

Git Command Generator — Scenario-Based Commands

Available

Assemble common Git commands for undo, rebase, stash, and cleanup scenarios with parameters you can copy to the terminal. Useful when rewriting history or handling conflict-related workflows.

Git CLI Version Control

NPM Package Generator

NPM Package Generator — package.json Builder

Available

Build package.json files from a form with presets for Jest, TypeScript, ESLint, and more in your browser. Useful for bootstrapping new Node projects with common script fields.

npm package.json Node

HTMX Cheat Sheet

HTMX Cheat Sheet — Attributes and Triggers

Available

Browse common HTMX attributes, triggers, and swap strategies with keyword search, copy visible snippets, and export Markdown in your browser. Useful for quick hx-* lookups without reading the full docs.

HTMX Cheat Sheet Frontend

Docker Run to Compose

Docker Run to Compose — YAML Converter

Available

Convert docker run commands into docker-compose.yml locally in your browser, recognizing ports, volumes, environment variables, and images. Useful for turning one-off runs into reusable compose files.

Docker Compose YAML

Postman to OpenAPI

Postman to OpenAPI — Export OpenAPI YAML

Available

Convert Postman Collections into OpenAPI 3 YAML locally in your browser, extracting paths, methods, and basic parameters. Useful for moving collections into Swagger workflows.

Postman OpenAPI Swagger

GraphQL Formatter

GraphQL Formatter and Prettier Online

Available

Format GraphQL queries and mutations, normalize indentation, perform basic syntax checks, and export a .graphql file locally.

GraphQL Formatter GQL

Firewall Rule Generator

Firewall Rule Generator — iptables / UFW / firewalld

Available

Configure action, ports, and addresses in a form to generate iptables, UFW, or firewalld commands in your browser. Useful for reviewing allow and block rules before running them on a host.

Firewall iptables Security

OpenSSL Command Generator

OpenSSL Command Generator — Certificate CLI Builder

Available

Generate common OpenSSL commands for self-signed certs, CSRs, certificate inspection, and PFX operations in your browser. Useful when you need standard syntax without memorizing long flags.

OpenSSL SSL Certificates

DNS Zone Builder

DNS Zone Builder — BIND Zone File Generator

Available

Build DNS zone files with SOA, $ORIGIN, $TTL, and A, AAAA, CNAME, TXT, and other records in your browser. Useful for preparing zone files for BIND, CoreDNS, and similar servers.

DNS Zone BIND

SSH Config Builder

SSH Config Builder — Host Alias Generator

Available

Generate ~/.ssh/config Host blocks from a form with alias, hostname, port, user, identity file, and optional keep-alive or jump host settings. Useful for turning long ssh commands into reusable aliases.

SSH Config Ops

Rsync Command Builder

Rsync Command Builder — Incremental Sync Commands

Available

Configure source, destination, and common rsync flags visually to generate incremental sync commands in your browser. Useful for server migrations, backups, and script preparation.

Rsync Sync Backup

FFmpeg Command Builder

FFmpeg Command Builder — Transcode Command Generator

Available

Pick input/output files, video and audio codecs, and quality presets to generate FFmpeg commands for H.264, H.265, VP9, AV1, and more in your browser. Useful when you need a consistent transcode recipe to copy into scripts.

FFmpeg Transcode Video

Systemd Timer Builder

Systemd Timer Builder — Service and Timer Units

Available

Fill in a service name, ExecStart, and OnCalendar schedule to generate paired .service and .timer unit files in your browser. Useful when replacing handwritten cron jobs with native systemd scheduling.

Systemd Timer Scheduling

Nginx Location Tester

Nginx Location Tester — Match Rule Validator

Available

Test Nginx location modifiers and URI patterns against request paths locally in your browser. Covers exact, prefix, regex, and ^~ cases—useful when debugging routes stolen by the wrong location block.

Nginx Location Routing

JSON to TOML

Convert JSON to TOML Online

Available

Convert JSON to TOML in your browser. Invalid JSON shows an error, and conversion stays on the page—useful for Cargo, pyproject, and other TOML-first config workflows.

JSON TOML Converter

TOML to JSON

Convert TOML to JSON Online

Available

Convert TOML to formatted JSON in your browser. Parse failures show the reason, and conversion stays local—useful for debugging config and handing data to JSON-only tools.

TOML JSON Converter

Stable Diffusion Prompt Builder

SD Prompt Builder — Positive and Negative Prompts

Available

Fill subject, style, lighting, and negative prompt sections to assemble Stable Diffusion positive and negative prompts in your browser. Useful for reusable image recipes you can copy or export locally.

AI Prompt Stable Diffusion

Midjourney Prompt Tester

Midjourney Prompt Tester — Parameter Command Builder

Available

Describe your scene and pick aspect ratio, model version, stylize, chaos, and other flags to build a Midjourney /imagine command with --ar, --v, and more in your browser. Useful before pasting into Discord.

AI Prompt Midjourney

System Prompt Generator

System Prompt Generator — Role and Constraint Templates

Available

Fill role, objective, tone, rules, and output format to generate a system prompt you can paste into chatbots or API calls in your browser. Useful for stable personas and boundary instructions.

AI Prompt System

Mermaid Diagram Generator

Mermaid Diagram Generator — Templates and Syntax

Available

Pick flowchart, sequence, Gantt, class, or state diagram templates, edit them, and output Mermaid syntax for Markdown docs or export .mmd files in your browser. Useful for README and technical diagrams.

Mermaid Diagrams Markdown

Carbon Code Viewer

Carbon Code Viewer — Themed Code Share Cards

Available

Preview code in adjustable themes, window styles, and shadows, then copy code, copy SVG, or export SVG in your browser. Useful for docs, social posts, or tickets when a screenshot is not ideal.

Code Share SVG Design

Changelog Generator

Changelog Generator — Keep a Changelog Template

Available

Enter version, date, and Added/Changed/Deprecated/Removed/Fixed/Security items to generate Keep a Changelog-style Markdown in your browser. Useful for release notes hygiene.

Changelog Release Markdown

GitHub Profile Maker

GitHub Profile Maker — Profile README Generator

Available

Enter your name, bio, about-me bullets, and GitHub username, then optionally add stats, language, and streak widgets to generate Profile README Markdown in your browser. Useful for username/username showcase repos.

GitHub Profile README

Shields.io Badge Builder

Shields.io Badge Builder — Markdown Generator

Available

Configure label, message, color, style, and logo to preview and generate Shields.io badge Markdown/URLs in your browser. Useful for README build status, version, or stack badges.

Shields Badges Markdown

README Generator

README Generator — Open Source Doc Skeleton

Available

Enter a project name and blurb, toggle Installation, Usage, API, Contributing, and License sections, then generate a structured README.md skeleton in your browser. Useful when bootstrapping repos or npm packages.

README Markdown Docs

License Generator

License Generator — Common Open Source Licenses

Available

Choose MIT, Apache-2.0, GPL, and other common licenses, enter the copyright holder, and generate LICENSE text to save locally in your browser. Not legal advice—verify against official texts.

License Open Source Compliance

AES / DES Encryptor

Symmetric Encryptor — AES, DES, 3DES, Rabbit

Available

Encrypt and decrypt locally in your browser with AES, DES, 3DES, Rabbit, multiple block modes, direct keys, PBKDF2, or passphrase modes, outputting Base64 or Hex. Useful for API debugging and learning.

AES DES Encryption

HMAC Signature Tester

HMAC Signature Tester — SHA Digest and Verify

Available

Compute SHA digests and HMAC signatures with Web Crypto in your browser for common SHA algorithms. Useful when debugging payments, webhooks, and request-body signature checks with data kept local.

HMAC SHA Signatures

Diff Checker Visualizer

Diff Checker Visualizer — Side-by-Side Text Diff

Available

Paste two text versions side by side and highlight added and removed segments with a diff algorithm in your browser. Useful for configs, scripts, and long text revisions.

Diff Compare Text

Text to ASCII Art

Text to ASCII Art — FIGlet Banner Generator

Available

Turn short text into FIGlet-style ASCII art banners with selectable fonts in your browser. Useful for CLI splash screens, terminal demos, and plain-text headings.

ASCII FIGlet Terminal

String Case Converter Pro

String Case Converter — Batch Naming Styles

Available

Convert identifiers in bulk among camelCase, PascalCase, snake_case, and other common styles, including multi-line input, in your browser. Useful when aligning API field names across stacks.

Naming Case Strings

Regex Explainer

Regex Explainer — Match Highlight and Validation

Available

Test regular expressions locally in your browser, highlight matches, and catch compile errors. Useful when debugging email, IP, or custom extractors without pasting unknown patterns blindly.

Regex Match Debug

ULID & Snowflake ID Generator

ULID / Snowflake — Ordered ID Generator

Available

Batch-generate ULID, Snowflake, and UUID v4 samples in your browser to compare ordering, length, and format—useful when evaluating primary-key strategies for microservices or sharded databases.

ULID Snowflake UUID

Multi-Base Converter

Multi-Base Converter — Base2 to Base36

Available

Convert numbers between bases 2 and 36 in your browser. Edit one field to sync decimal, hex, binary, octal, and custom-base outputs—handy for protocol fields and non-standard encodings.

Radix Convert Math

Query String Parser

Query Parser — URL Parameter Breakdown & Edit

Available

Parse URL query strings into key/value pairs and structured JSON locally in your browser. Useful for debugging long GET params, pagination, and signature fields.

URL Query JSON

JWT Payload Debugger

JWT Payload Debugger — Header & Claims Viewer

Available

Decode JWT header and payload locally in your browser (iat, exp, sub, etc.) without uploading tokens. Signature is not verified—use for inspection only.

JWT Token Debug

Keycode Finder

Keyboard Keycode Lookup

Available

Press any key to see key, code, keyCode, which, location, and modifier flags in real time—helpful when wiring keyboard shortcuts in front-end code.

Keyboard KeyCode DevTools

Secret Scanner

Secret & Credential Leak Detector

Available

Scan text for API keys, tokens, and passwords locally in your browser. Recognizes common AWS, GitHub, Slack, Stripe, and generic secret patterns.

Security Secrets Review

Text Data Masker

Text Masker — Phone, ID, Email Redaction

Available

Detect and mask phones, national IDs, bank cards, emails, IPs, and Chinese names in plain text locally—ideal before sharing logs or documents.

Masking Privacy Text

Speech Duration Estimator

Estimate Spoken Delivery Time from Text

Available

Estimate how long a script takes to speak aloud using separate Chinese character and English word rates, with adjustable speeds and paragraph stats for talks, podcasts, and timed shares.

Text Speech Duration

Vertical Text Generator

Vertical Text Preview and PNG Export

Available

Preview text in vertical writing mode with adjustable size, spacing, font, and colors, then export a PNG for poetry layouts, calligraphy references, and Chinese design comps.

Vertical Text Layout

Work Hours Calculator

Work Hours Calculator — Shifts and Overtime

Available

Enter daily clock-in and clock-out times to total worked hours, overtime, and average hours per day. Supports overnight shifts. Useful for attendance checks and freelance day logs.

Work hours Attendance Overtime

Loan Calculator

Loan Calculator — Equal Payment & Principal

Available

Estimate mortgage or consumer loan payments with equal-payment or equal-principal methods, including interest totals and amortization tables.

Loan Mortgage Calculator

Net Salary Calculator

Net Salary — Tax & Social Insurance Estimate (CN)

Available

Estimate take-home pay from gross monthly salary using common China individual income tax and social insurance ratios, with optional special deductions.

Salary Tax Calculator

Compound Interest Calculator

Compound Interest — SIP & Growth Simulator

Available

Project compound growth with optional monthly contributions and compounding frequency, plus yearly breakdown—for savings and investment planning.

Compound Investing Calculator

Sorting Visualizer

Sorting Visualizer — Classic Algorithm Animation

Available

Animate bubble, selection, insertion, quick, merge, and heap sort while tracking comparisons and swaps—great for learning and demos.

Algorithms Sort Visualization

Signature Pad

Signature Pad — Handwritten Export

Available

Draw a signature on canvas, adjust stroke width and color, then export PNG or SVG locally—transparent background supported.

Signature Handwriting Export

YAML Validator

Validate YAML Syntax Online

Available

Validate YAML syntax in your browser, inspect structure details such as indentation and node counts, and review parse errors with location hints. Processing stays local—useful for config and CI file checks.

YAML Validator Config

TOML Formatter

TOML Formatter and Beautifier

Available

Normalize spacing, blank lines, comments, and sections in TOML without changing key or value semantics. Processing runs locally.

TOML Formatter

Color Harmonizer

Color Harmonizer — Classic Harmony Rules

Available

Pick a base color and generate schemes with complementary, analogous, triadic, tetradic, split-complementary, or monochromatic rules. Preview UI usage and export CSS variables for brand and component work.

Palette Color Harmony

CSS Box Model Visualizer

CSS Box Model Visualizer — Interactive Spacing

Available

Adjust width, height, padding, border, and margin with a live box-model diagram. Compare content-box vs border-box occupancy and copy the matching CSS.

CSS Box model Visual

Pixel Ruler

Pixel Ruler — Screen Size and Tick Marks

Available

Draw a horizontal or vertical pixel ruler on the page. Adjust length and tick spacing, and view window size plus device pixel ratio to check CSS pixel measurements against layouts and mockups.

Pixels Ruler Measure

Chinese Typography Formatter

Normalize Chinese Spacing and Punctuation

Available

Apply optional rules inspired by common Chinese typography conventions: space between Chinese and Latin, Chinese punctuation, corner quotes, ellipsis, dashes, and collapsed spaces—without changing wording.

Typography Chinese Punctuation

ROI Calculator

ROI Calculator — Return & Payback Period

Available

Compute return on investment, annualized ROI, monthly profit, and payback months from cost, revenue, and period—quick project or ad spend checks.

ROI Investment Calculator

Responsive Breakpoint Tester

Responsive Breakpoint Tester — Live Framework Breakpoints

Available

See which CSS framework breakpoint matches the current window width in real time. Presets cover Tailwind CSS, Bootstrap, and Material UI, plus a custom list for responsive debugging.

Responsive Breakpoint Design

Depreciation Calculator

Depreciation — Straight-Line & Accelerated

Available

Calculate yearly depreciation and book value using straight-line, double-declining balance, or sum-of-years digits—reference for asset planning.

Depreciation Finance Calculator

Color Name Finder

Color Name Finder — Nearest CSS Named Colors

Available

Match a color to the closest CSS named colors in your browser. Candidates are ranked by color distance with names and hex values—useful when aligning keywords, finding near matches, or learning standard color names.

Color Named colors CSS

Crontab Guru

Crontab Expression Tutor

Available

Edit standard five-field cron expressions with live plain-language descriptions, presets, and simulated next run times.

Crontab Cron Scheduling

Tailwind to CSS

Tailwind to CSS — Utility Class Expansion

Available

Expand Tailwind CSS class lists into equivalent native CSS declarations for migration, reviews, and learning what utilities actually apply.

Tailwind CSS Convert

Image Diff Checker

Image Diff Checker — Pixel Difference Highlight

Available

Compare two images pixel-by-pixel in the browser. Differing pixels are highlighted in red with counts and percentages—useful for UI regression screenshots, design version checks, and before/after reviews. Images stay local.

Image Diff Compare

Invoice Tax Calculator

Invoice Tax — VAT Inclusive/Exclusive (CN)

Available

Compute VAT amounts from inclusive or exclusive totals at common China rates (13%, 9%, 6%, etc.) with optional batch lines—for pre-invoice checks.

Invoice VAT Calculator

Metronome

Metronome — Adjustable BPM & Meter

Available

Online metronome from ~30–300 BPM with meter and tone options plus visual beat feedback—for practice, singing, and recording tempo checks.

Metronome Music BPM

Batch Contrast Checker

Batch Contrast Checker — Multi-Pair WCAG Checks

Available

Check WCAG contrast for many foreground/background pairs at once. See AA/AAA levels and text previews—useful for design-system audits, brand-color batches, and accessibility reviews.

Contrast WCAG Accessibility

Pinyin Annotator

Annotate Chinese with Pinyin

Available

Annotate Chinese characters with pinyin in ruby, inline, or pinyin-only modes using a simplified local map. Useful for teaching aids and reading practice—not a full dictionary replacement.

Pinyin Chinese Annotation

Privacy Policy Generator

Privacy Policy — App Privacy Template

Available

Fill app name, operator, and collected data types to generate a starter privacy policy you can copy and refine—local draft only, not legal advice.

Privacy Policy Document

Permission Matrix Generator

Permission Matrix — Role and Permission Grid

Available

Define roles and permission items, tick the intersections to build an RBAC permission matrix, and export CSV. Useful when designing access control or documenting permission scope for product and engineering.

Permissions RBAC Matrix

Meeting Minutes Template

Meeting Minutes — Markdown Template Generator

Available

Fill in meeting basics, topics with resolutions, and action items to generate structured Markdown minutes. Useful for recurring standups and cross-team decision records.

Meeting Minutes Markdown

Countdown Page Generator

Countdown Page — Event Countdown HTML Export

Available

Set an event name, target datetime, and theme colors, preview the countdown live, and download a standalone HTML page. Useful for launches and event openers.

Countdown Page HTML

Binary File Inspector

Binary File Header and Magic Number Inspector

Available

Drop or select a file to read its magic number, detect the real format, and show a hex dump of the first 256 bytes.

Binary File header Inspector

JWT Cheat Sheet

JWT Decoder and Structure Cheat Sheet

Available

Paste a JWT to decode Header and Payload with colored segments and highlight expiry and other key claims.

JWT Decode Security

Gradient Mesh Generator

Gradient Mesh Generator — Four-Corner Soft Backgrounds

Available

Blend four corner control colors into layered radial gradients with blur to create soft mesh-like backgrounds and copyable CSS—useful for landing pages, brand visuals, and multi-color experiments.

Gradient Mesh Background

Base Converter Visual

Base Converter Visual — Step-by-Step Teaching Demo

Available

Enter a number to see binary, octal, decimal, and hexadecimal results side by side, with animated division-remainder steps. Useful for learning and classroom demos.

Radix Teaching Visualization

Audio Waveform Viewer

Audio Waveform — Local Decode and Waveform Image

Available

Upload audio to decode locally, draw the waveform, show duration, sample rate, and channels, and export a waveform image. Useful for checking recordings and making thumbnails.

Audio Waveform Visualization

Chinese Typo Checker

Check Common Chinese Typos and Confusables

Available

Match Chinese copy against a built-in dictionary of common typos and confusable phrases, then list suggested fixes. Processing stays in the browser.

Typo Chinese Proofreading

Business Card Parser

Parse Card Text into Contact JSON

Available

Paste OCR or typed business-card text to extract name, mobile, landline, email, company, title, address, website, and WeChat fields into copyable JSON. Image OCR is not included.

Business card Extract Structured

Currency Converter

Currency Converter — Multi-Currency Amount Lookup

Available

Convert amounts between common currencies using built-in reference rates, with a rate table and quick amount presets. Useful for travel budgets and rough cross-border pricing.

Exchange rate Currency Converter

HTTP Request Builder

HTTP Request Builder — Visual cURL and Fetch Generator

Available

Configure method, URL, headers, and body visually, then generate equivalent cURL and JavaScript Fetch snippets in real time.

HTTP Request API

TCP Flags Decoder

TCP Flags Decoder — Interactive Flag Meanings

Available

Enter a hex or decimal TCP flags value to inspect CWR, ECE, URG, ACK, PSH, RST, SYN, and FIN states and meanings interactively.

TCP Network Protocol

Data Structure Viewer

Data Structure Viewer — Stack, Queue, List, Tree Demo

Available

Interactively demo stack, queue, linked list, and BST insert/remove with visualization and an operation log. Useful for review and interview prep.

Data structures Visualization Teaching

Audio Trimmer

Audio Trimmer — Waveform Selection to WAV

Available

Upload audio, select a precise start/end range on the waveform, preview the selection, and export a trimmed WAV. Useful for clips, ringtones, and trimming silence.

Audio Trim WAV

Regex Crossword

Regex Crossword — Practice Regex with Puzzles

Available

Fill a grid so each row and column matches its regex clue. Practice character classes, quantifiers, and groups through puzzles.

Regex Game Learning

SVG Sprite Combiner

SVG Sprite Combiner — Merge Icons into One Sprite

Available

Upload multiple SVG icons to merge them into one SVG sprite with symbol reference snippets and download support.

SVG Sprite Icons

IP Geo Lookup

IP Address Info Analyzer

Available

Enter an IP to analyze version (IPv4/IPv6), type (public/private/loopback), binary form, and known public IP ownership hints.

IP Network Lookup

Social Insurance Calculator

China Social Insurance and Tax Calculator

Available

Enter pre-tax monthly salary to estimate pension, medical, unemployment, work-injury, maternity, housing fund deductions, and individual income tax. Includes city presets, housing-fund rates, and special additional deductions, plus take-home pay, yearly totals, and employer cost.

Social insurance Tax Salary

PKI Toolkit

PKI Toolkit — Keys and Certificates in the Browser

Available

Generate RSA keys, a self-signed CA, server/client certificates, and CSRs locally, and parse PEM. Useful for local HTTPS without installing OpenSSL.

Certificate PKI RSA

Markdown Table Generator

Build Markdown Tables from a Grid

Available

Create an editable header and body grid by column and row counts, optionally prettify pipe alignment, then copy Markdown or export a .md file for README and docs tables.

Markdown Table Docs

PWA Manifest Generator

PWA Manifest — web app manifest.json Builder

Available

Fill app name, start URL, display mode, and theme color to generate a standard manifest.json for installable PWA basics.

PWA Manifest Web

Browser Fingerprint

Browser Fingerprint — Local Environment Probe

Available

Read screen, language, timezone, User-Agent, Canvas, and related browser environment fields locally to help with compatibility checks and privacy exposure review. Data is not sent outbound by default.

Browser Fingerprint Privacy

CSS Glassmorphism

CSS Glassmorphism — Frosted Card Style Generator

Available

Tune color, opacity, blur, and outline to preview and generate frosted-glass card CSS with backdrop-filter. Useful for translucent panels and nav layers; everything runs in the browser.

CSS Glassmorphism backdrop-filter

CSS Neumorphism

CSS Neumorphism — Soft UI Shadow Generator

Available

Generate neumorphic inset/outset shadow CSS from background color, distance, and blur. Preview raised and pressed looks for buttons, cards, and light soft-UI controls.

CSS Neumorphism Shadow

CSS Cubic Bezier

CSS Cubic Bezier — Easing Curve Debugger

Available

Visually edit the four cubic-bezier control points, preview the easing curve, and copy a timing function for transitions and animations—useful for button motion and page transitions.

CSS Animation Easing

Tailwind Grid Builder

Tailwind Grid Builder — Class and Preview

Available

Generate Tailwind Grid classes from columns, gap, and item count with a live preview—useful for card grids, prototype layouts, and quick column experiments.

Tailwind Grid Layout

CSS Clip Path

CSS Clip Path — Shape Generator

Available

Generate CSS clip-path shapes from presets and simple controls with a live preview—useful for angled cards, badges, image crops, and decorative layouts.

CSS clip-path Shape

Base64 Font Encoder

Base64 Font Encoder — @font-face Generator

Available

Encode a font file to Base64 in the browser and generate an embeddable @font-face snippet—useful for demos, email templates, and single-file pages that temporarily inline fonts. Files stay local.

Font Base64 CSS

Color Palette Extractor

Color Palette Extractor — Main Colors from Images

Available

Extract dominant colors from an image in the browser and build a copyable HEX palette. Images are not uploaded—useful for poster sampling, brand references, and quick main-color analysis.

Color Image Palette

CSS Triangle Generator

CSS Triangle Generator with Live Preview

Available

Choose a direction, size, and color to generate a pure CSS border triangle with a live preview and copyable code.

CSS Triangle Shape

CSS Background Pattern

CSS Background Pattern — Dots, Stripes, and Grids

Available

Generate pure CSS background patterns such as dots, stripes, checkers, and grids. Tune colors and size, then copy the CSS for decorative fills, placeholders, and visual experiments.

CSS Background Pattern

SVG Optimizer

SVG Optimizer — Cleanup and Compress

Available

Clean SVG comments, editor metadata, and extra whitespace locally in the browser to produce shorter markup—useful for icon compression, export cleanup, and preparing inline SVG. This is a lightweight cleaner, not a full SVGO plugin pipeline.

SVG Optimize Minify

SVG Placeholder Generator

SVG Placeholder Generator — Size and Label Placeholders

Available

Generate a lightweight SVG placeholder from width, height, background, label text, and font size—useful for prototype image slots, list skeletons, and loading placeholders. Copy the SVG markup when ready.

SVG Placeholder Prototype

Text to Speech Tester

Try Browser SpeechSynthesis Voices

Available

Use the browser SpeechSynthesis API to speak text with system voices, adjustable pitch and rate. Compare available voices on this device—no cloud TTS service is called.

Speech Text TTS

SVG to PNG

SVG to PNG — Local Vector Rasterization

Available

Render SVG markup to Canvas in your browser and export PNG at a chosen scale. Useful for icon exports, doc illustrations, and multi-resolution previews.

SVG PNG Convert

Chinese Lorem Ipsum

Generate Chinese Placeholder Text

Available

Generate Chinese placeholder paragraphs by count, length, and style (modern prose, classical essays, or wuxia fiction) for UI prototypes and layout tests that need realistic CJK line breaks.

Chinese Placeholder Typography