All tools
134 tools. Local tools never upload your data; network tools say exactly what they send.
api
API & HTTP
10API & HTTPUses the network.API Request TesterSend HTTP requests from your browser and inspect the full response.API & HTTPRuns locally in your browser.HTTP Status Code ReferenceSearchable reference for every HTTP status code and its meaning.API & HTTPRuns locally in your browser.cURL to Fetch ConverterConvert a cURL command into equivalent JavaScript fetch code.API & HTTPRuns locally in your browser.Query String ParserBreak a query string into decoded key-value pairs.API & HTTPRuns locally in your browser.URL ParserSplit a URL into protocol, host, port, path, query, and fragment.API & HTTPRuns locally in your browser.Basic Auth EncoderBuild a Basic Authorization header from username and password.API & HTTPRuns locally in your browser.Cookie ParserParse Cookie and Set-Cookie headers into readable attributes.API & HTTPRuns locally in your browser.User-Agent ParserDecode a User-Agent string into browser, engine, OS, and device.API & HTTPRuns locally in your browser.Cache-Control BuilderCompose a correct Cache-Control header from directive toggles.API & HTTPRuns locally in your browser.HTTP Method ReferenceReference for HTTP methods — semantics, safety, and idempotency.
data_object
JSON & Data
20JSON & DataRuns locally in your browser.JSON FormatterPretty-print minified or messy JSON with consistent indentation.JSON & DataRuns locally in your browser.JSON ValidatorCheck whether text is valid JSON and pinpoint the first syntax error.JSON & DataRuns locally in your browser.JSON MinifierStrip whitespace from JSON to produce the smallest valid payload.JSON & DataRuns locally in your browser.JSON Key SorterRecursively sort all object keys in a JSON document alphabetically.JSON & DataRuns locally in your browser.JSON to YAMLConvert JSON documents into clean, readable YAML.JSON & DataRuns locally in your browser.YAML to JSONConvert YAML documents into formatted JSON.JSON & DataRuns locally in your browser.JSON to CSVFlatten an array of JSON objects into a CSV spreadsheet.JSON & DataRuns locally in your browser.CSV to JSONParse CSV or TSV data into a JSON array of objects or rows.JSON & DataRuns locally in your browser.JSON to XMLConvert JSON structures into indented XML markup.JSON & DataRuns locally in your browser.XML to JSONParse XML documents into equivalent JSON objects.JSON & DataRuns locally in your browser.JSON to TOMLConvert JSON objects into TOML configuration format.JSON & DataRuns locally in your browser.TOML to JSONParse TOML configuration files into formatted JSON.JSON & DataRuns locally in your browser.XML FormatterPretty-print XML with consistent indentation and one element per line.JSON & DataRuns locally in your browser.YAML FormatterNormalize YAML indentation and layout by re-serializing the document.JSON & DataRuns locally in your browser.JSON FlattenerFlatten nested JSON into a single level of dot-notation keys.JSON & DataRuns locally in your browser.JSON UnflattenerRebuild nested JSON from flat dot-notation keys.JSON & DataRuns locally in your browser.JSON to TypeScriptGenerate TypeScript interfaces from a JSON example document.JSON & DataRuns locally in your browser.JSONPath TesterRun JSONPath queries against a document and see matching values.JSON & DataRuns locally in your browser.JSON DiffCompare two JSON documents structurally and see what changed.JSON & DataRuns locally in your browser.CSV ViewerView CSV data as a sortable table without opening a spreadsheet app.
code
Encoding & Decoding
16EncodingRuns locally in your browser.Base64 EncoderEncode text to Base64, with full UTF-8 support.EncodingRuns locally in your browser.Base64 DecoderDecode Base64 back to readable text, including UTF-8 content.EncodingRuns locally in your browser.URL EncoderPercent-encode text so it is safe to place in URLs and query strings.EncodingRuns locally in your browser.URL DecoderDecode percent-encoded URLs and query strings back to plain text.EncodingRuns locally in your browser.HTML Entity EncoderEscape text for safe embedding in HTML markup.EncodingRuns locally in your browser.HTML Entity DecoderConvert HTML entities like & and — back to characters.EncodingRuns locally in your browser.Hex EncoderConvert text into its hexadecimal byte representation.EncodingRuns locally in your browser.Hex DecoderConvert hexadecimal byte sequences back into readable text.EncodingRuns locally in your browser.Text to BinaryConvert text into binary — eight bits per UTF-8 byte.EncodingRuns locally in your browser.Binary to TextDecode space-separated binary groups back into text.EncodingRuns locally in your browser.Unicode EscaperConvert characters to \uXXXX escape sequences.EncodingRuns locally in your browser.Unicode UnescaperConvert \uXXXX and \u{...} escape sequences back to characters.EncodingRuns locally in your browser.JS String EscaperEscape text for safe use inside JavaScript or JSON string literals.EncodingRuns locally in your browser.JS String UnescaperInterpret escape sequences like \n, \t, and \" as real characters.EncodingRuns locally in your browser.UTF-8 InspectorSee the code points and UTF-8 bytes behind every character.EncodingRuns locally in your browser.JWT DecoderDecode a JWT's header and payload and check its expiry — locally.
shield
Security & Crypto
13Security & CryptoRuns locally in your browser.SHA-256 GeneratorCompute the SHA-256 hash of any text using Web Crypto.Security & CryptoRuns locally in your browser.SHA-512 GeneratorCompute the SHA-512 hash of any text using Web Crypto.Security & CryptoRuns locally in your browser.SHA-1 ChecksumCompute SHA-1 checksums for legacy compatibility needs.Security & CryptoRuns locally in your browser.MD5 ChecksumCompute MD5 checksums for file verification and legacy systems.Security & CryptoRuns locally in your browser.HMAC GeneratorCompute keyed HMAC-SHA256 or HMAC-SHA512 signatures.Security & CryptoRuns locally in your browser.SRI Hash GeneratorGenerate Subresource Integrity hashes for script and style tags.Security & CryptoRuns locally in your browser.UUID GeneratorGenerate cryptographically random UUID v4 identifiers.Security & CryptoRuns locally in your browser.ULID GeneratorGenerate ULIDs — sortable, timestamped unique identifiers.Security & CryptoRuns locally in your browser.Nano ID GeneratorGenerate compact, URL-safe Nano ID identifiers.Security & CryptoRuns locally in your browser.Password GeneratorGenerate strong random passwords with configurable character sets.Security & CryptoRuns locally in your browser.Random String GeneratorGenerate random alphanumeric strings for tokens and test data.Security & CryptoRuns locally in your browser.Random Bytes GeneratorGenerate cryptographically secure random bytes as hex or Base64.Security & CryptoRuns locally in your browser.File Hash CalculatorCompute SHA-256, SHA-1, and MD5 checksums of files on your device.
regular_expression
Regex & Text
17Text & RegexRuns locally in your browser.Regex TesterTest regular expressions with live match highlighting and group details.Text & RegexRuns locally in your browser.Text DiffCompare two texts and highlight added, removed, and changed lines.Text & RegexRuns locally in your browser.Case ConverterConvert text between camelCase, snake_case, kebab-case, and more.Text & RegexRuns locally in your browser.Line SorterSort lines alphabetically or numerically, ascending or descending.Text & RegexRuns locally in your browser.Duplicate Line RemoverRemove duplicate lines while keeping the first occurrence of each.Text & RegexRuns locally in your browser.Line ReverserReverse the order of lines so the last line comes first.Text & RegexRuns locally in your browser.Empty Line RemoverDelete blank and whitespace-only lines from text.Text & RegexRuns locally in your browser.Whitespace TrimmerTrim leading and trailing whitespace from every line.Text & RegexRuns locally in your browser.Word & Character CounterCount characters, words, lines, and bytes in any text.Text & RegexRuns locally in your browser.Find and ReplaceReplace text across a document, with optional regex and case options.Text & RegexRuns locally in your browser.Slug GeneratorTurn titles into clean, URL-safe slugs.Text & RegexRuns locally in your browser.Text to One LineJoin multi-line text into a single line.Text & RegexRuns locally in your browser.Prefix/Suffix LinesAdd a prefix and/or suffix to every line of text.Text & RegexRuns locally in your browser.Extract Matching LinesKeep only the lines that contain a substring or match a regex.Text & RegexRuns locally in your browser.Remove Matching LinesDelete every line that contains a substring or matches a regex.Text & RegexRuns locally in your browser.Lorem Ipsum GeneratorGenerate classic lorem ipsum placeholder paragraphs.Text & RegexRuns locally in your browser.Text NormalizerApply Unicode normalization (NFC, NFD, NFKC, NFKD) to text.
web
Web Development
13Web & CSSRuns locally in your browser.HTML FormatterRe-indent HTML markup so nesting is easy to read.Web & CSSRuns locally in your browser.HTML MinifierStrip whitespace and comments from HTML to reduce its size.Web & CSSRuns locally in your browser.CSS FormatterExpand and indent CSS with one declaration per line.Web & CSSRuns locally in your browser.CSS MinifierCompress CSS by removing whitespace, comments, and redundancy.Web & CSSRuns locally in your browser.Markdown PreviewerWrite Markdown and see the rendered result side by side.Web & CSSRuns locally in your browser.Markdown to HTMLConvert Markdown into clean HTML markup you can copy.Web & CSSRuns locally in your browser.Color ConverterConvert colors between HEX, RGB, and HSL with a live swatch.Web & CSSRuns locally in your browser.Color Contrast CheckerCheck text/background color pairs against WCAG contrast ratios.Web & CSSRuns locally in your browser.CSS Unit ConverterConvert between px, rem, em, and pt at a configurable base size.Web & CSSRuns locally in your browser.px to rem ConverterConvert pixel values to rem at your root font size.Web & CSSRuns locally in your browser.rem to px ConverterConvert rem values to pixels at your root font size.Web & CSSRuns locally in your browser.Box Shadow GeneratorDesign CSS box shadows visually and copy the generated code.Web & CSSRuns locally in your browser.HTML PreviewerPaste HTML and render it instantly in a sandboxed preview.
schedule
Date & Time
7Date & TimeRuns locally in your browser.Unix Timestamp ConverterConvert Unix epoch timestamps to human dates and back.Date & TimeRuns locally in your browser.ISO Date ConverterParse and produce ISO 8601 date strings in multiple representations.Date & TimeRuns locally in your browser.Timezone ConverterSee one moment in time across multiple time zones at once.Date & TimeRuns locally in your browser.Date Difference CalculatorCalculate the exact time between two dates.Date & TimeRuns locally in your browser.Duration CalculatorAdd and convert durations like 1h 30m, 90s, or 2d 4h.Date & TimeRuns locally in your browser.Cron Expression ParserExplain a cron expression in plain English and show upcoming runs.Date & TimeRuns locally in your browser.Relative Time GeneratorTurn dates into relative phrases like "3 hours ago" or "in 2 days".
lan
Networking
6NetworkingUses the network.DNS LookupQuery A, AAAA, MX, TXT, CNAME, and NS records for any domain.NetworkingUses the network.Reverse DNS LookupFind the hostname (PTR record) behind an IP address.NetworkingRuns locally in your browser.IP Address InspectorClassify an IP address and show its binary and integer forms.NetworkingRuns locally in your browser.IPv4 Subnet CalculatorCalculate network, broadcast, mask, and host range from CIDR.NetworkingRuns locally in your browser.IPv6 ExpanderExpand compressed IPv6 addresses to full form, and compress back.NetworkingRuns locally in your browser.Common Port ReferenceSearchable list of well-known TCP and UDP port assignments.
database
SQL & Database
5SQL & DatabaseRuns locally in your browser.SQL FormatterFormat SQL queries with keyword casing and smart indentation.SQL & DatabaseRuns locally in your browser.SQL MinifierCollapse a formatted SQL query onto a single compact line.SQL & DatabaseRuns locally in your browser.JSON to SQL INSERTGenerate SQL INSERT statements from a JSON array of objects.SQL & DatabaseRuns locally in your browser.CSV to SQL INSERTConvert CSV rows into SQL INSERT statements.SQL & DatabaseRuns locally in your browser.DB Connection String ParserBreak a database URI into host, port, user, database, and options.
merge_type
Git & Workflow
5Git & WorkflowRuns locally in your browser..gitignore GeneratorGenerate a .gitignore for your language plus OS junk files.Git & WorkflowRuns locally in your browser.Conventional Commit BuilderCompose spec-compliant Conventional Commits messages.Git & WorkflowRuns locally in your browser.Git Branch Name GeneratorTurn a task description into a clean, prefixed branch name.Git & WorkflowRuns locally in your browser.SemVer ComparatorCompare two semantic versions and see which is newer and why.Git & WorkflowRuns locally in your browser.GitHub URL ParserExtract owner, repo, branch, and path from any GitHub URL.
deployed_code
Docker & DevOps
7DevOpsRuns locally in your browser..env to JSONConvert dotenv files into a JSON object.DevOpsRuns locally in your browser.JSON to .envConvert a flat JSON object into dotenv KEY=value lines.DevOpsRuns locally in your browser.Docker Run Command BuilderCompose a docker run command from image, ports, volumes, and env.DevOpsRuns locally in your browser.Docker Compose FormatterFormat and validate docker-compose YAML files.DevOpsRuns locally in your browser.Kubernetes YAML FormatterFormat and validate Kubernetes manifest YAML.DevOpsRuns locally in your browser.Nginx Redirect GeneratorGenerate nginx config snippets for 301/302 redirects.DevOpsRuns locally in your browser..env.example GeneratorStrip values from a .env file to create a safe .env.example.
travel_explore
SEO & Meta
5SEORuns locally in your browser.Meta Tag GeneratorGenerate the full set of HTML meta tags for a page.SEORuns locally in your browser.Open Graph GeneratorGenerate Open Graph and Twitter card tags for link previews.SEORuns locally in your browser.Robots.txt GeneratorGenerate a robots.txt with allow/disallow rules and sitemap link.SEORuns locally in your browser.Sitemap GeneratorTurn a list of URLs into a valid XML sitemap.SEORuns locally in your browser.JSON-LD FormatterFormat and check JSON-LD structured data blocks.
image
File & Media
6Files & MediaRuns locally in your browser.Image ConverterConvert images between PNG, JPEG, and WebP — without uploading them.Files & MediaRuns locally in your browser.Image ResizerResize images to exact dimensions or percentages on your device.Files & MediaRuns locally in your browser.Image to Base64Encode an image as a Base64 data URI for inline embedding.Files & MediaRuns locally in your browser.Base64 to ImageDecode a Base64 string or data URI back into a viewable image.Files & MediaRuns locally in your browser.SVG to Data URIConvert SVG markup into a CSS-ready data URI.Files & MediaRuns locally in your browser.QR Code GeneratorGenerate QR codes for URLs, text, and Wi-Fi — rendered locally.
casino
Generators
4GeneratorsRuns locally in your browser.Random Number GeneratorGenerate random numbers in any range, integers or decimals.GeneratorsRuns locally in your browser.Sample JSON GeneratorGenerate realistic sample JSON records for testing and demos.GeneratorsRuns locally in your browser.Fake Data GeneratorGenerate fake names, emails, addresses, and phone numbers.GeneratorsRuns locally in your browser.API Mock Response GeneratorGenerate realistic mock API responses with status and body.