InTab

About Us

InTab is a set of free developer utilities that run entirely in your browser. Every tool has a dedicated URL, and your input stays in the current tab.

Why this site exists

Developers paste API responses, JWTs, and log dumps into online tools all day. Many of those tools send the payload to a server. InTab is built so you can format JSON, compare documents, decode tokens, and convert encodings without that trade-off. Open the Network tab, use a tool, and you should see no request that carries your input.

What you will find

The landing page is a JSON formatter, JSON beautifier, JSON viewer, and JSON validator — because that is the job most people came to do. Related utilities live on their own URLs so search engines and bookmarks can land on the right page:

  • JSON Formatter & RepairFormat, minify, and validate JSON — and auto-repair escaped JSON pasted from logs.
  • JSON Diff & CompareCompare two JSON documents semantically, repair broken input, and export a JSON Patch.
  • Delimiter ToolTurn lines into a delimited list with dedupe, trimming, and quote options.
  • Base64 Encode & DecodeEncode and decode Base64 for UTF-8 text and images (PNG, JPEG, WebP, GIF, SVG), with data URLs.
  • URL Encode & DecodePercent-encode query values or a full URI, with optional + for spaces.
  • JWT DecoderInspect a JWT header and payload in the browser. Decode only — signatures are never verified.
  • cURL BuilderParse a curl command into method, URL, headers, and body, then copy a rebuilt command. Nothing is sent.
  • Unix Timestamp ConverterConvert epoch seconds or milliseconds to UTC, local time, and ISO 8601.
  • UTC ConverterConvert local time to UTC and UTC to a chosen timezone, with ISO 8601, offset, and Unix epoch.
  • UUID GeneratorGenerate RFC 4122 UUID v4 values, with or without hyphens, and inspect a pasted UUID.
  • YAML ↔ JSONConvert YAML to JSON and JSON to YAML entirely in the browser.
  • Regex TesterTest a JavaScript regular expression against text, with flags, matches, and capture groups.
  • Hash GeneratorSHA-1, SHA-256, SHA-384, and SHA-512 checksums of text or a local file, via Web Crypto.
  • XML Formatter & ValidatorFormat, validate, and minify XML while preserving attributes, comments, and element order.
  • SQL FormatterBeautify SQL with dialect-aware formatting, keyword casing, and configurable indentation.
  • CSV ↔ JSON ConverterConvert CSV, TSV, and delimited rows to JSON — or JSON arrays back to safe CSV.
  • HTML Formatter & MinifierBeautify HTML with Prettier or safely minify markup entirely in your browser.
  • HTML Encode & DecodeEncode and decode HTML named and numeric entities without interpreting markup.
  • CSS Formatter & MinifierBeautify CSS with Prettier or minify stylesheets entirely in the browser.
  • JavaScript FormatterBeautify JavaScript with Prettier, or compact a parsed script without a server round-trip.
  • Cron Expression ExplainerExplain a Unix cron expression and list the next run times in your local timezone.
  • Text Diff & CompareCompare two texts by line, word, or character with additions and removals highlighted.

Browse the full list on All utilities.

How we work

There is no account, no upload API, and no analytics that inspect what you paste. Theme preference may be stored in local storage on your device. If a feature would require sending your data to our servers, it does not ship here.

Who it is for

Backend and frontend engineers, support teams, and anyone who needs to read a JSON file, build a comma-separated list, or inspect a token locally. The tools are free and require no signup.

Questions? See Privacy Policy, Terms & Conditions, or Support.