Free online utilities
yutils
Developer and everyday tools that run entirely in your browser. Your data never leaves your device.
Categories
Text
35- JSON Formatter / ValidatorText
Format, validate, and minify JSON strings. Adjust indent and optionally sort keys. Runs entirely in your browser.
- String Case ConverterText
Convert strings between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case — all six cases shown side-by-side.
- Regex TesterText
Test JavaScript regular expressions with live match results. Supports g/i/m/s/u/y flags and capture groups.
- Markdown PreviewText
Render Markdown to HTML side-by-side. Supports CommonMark + GFM (tables, fenced code, task lists). marked is lazy-loaded.
- HTML → MarkdownText
Convert HTML into Markdown. Headings, lists, links, code, tables, blockquotes. Uses the browser's DOMParser — accurate, 0 dependency.
- YAML ↔ JSONText
Convert between YAML and JSON. Tolerates comments and multiline strings on the YAML side. yaml is lazy-loaded.
- Text DiffText
Compare two texts and highlight added/removed lines, words, or characters.
- JSON DiffText
Compare two JSON values, with optional key sorting and JSON-aware error messages.
- CSV ↔ JSONText
Convert between CSV and JSON. Handles quoted fields, custom delimiters, and header rows.
- SQL FormatterText
Format SQL queries with proper indentation and keyword casing. Supports PostgreSQL, MySQL, SQLite, and standard dialects.
- XML FormatterText
Pretty-print or minify XML with attribute preservation. Handles SOAP, sitemaps, and config files.
- XML ↔ JSONText
Convert between XML and JSON with attribute and element handling.
- Smart PasteText
Paste any text and get tool recommendations — JSON, JWT, Base64, URL, UUID, Cron, and 9 more types auto-detected.
- Lorem IpsumText
Generate placeholder text in words, sentences, or paragraphs. Classic Lorem Ipsum or randomized.
- JSON PathText
Query JSON with JSONPath expressions ($.store.book[*].author etc.) and inspect matches.
- JSON Schema ValidatorText
Validate JSON data against a JSON Schema (Draft 2020-12). Powered by Ajv with format support.
- JSON Schema GeneratorText
Generate a JSON Schema (Draft 2020-12) from a sample JSON. Infer types, required fields, and nested structures automatically.
- HTML FormatterText
Beautify or minify HTML with proper indentation, attribute alignment, and configurable wrap.
- CSS FormatterText
Beautify or minify CSS with proper indentation. Configurable selector and property style.
- JavaScript FormatterText
Beautify or minify JavaScript with brace style and indent options. Powered by js-beautify.
- TOML ↔ JSONText
Convert between TOML (Tom's Obvious Minimal Language) and JSON. Used in Cargo.toml, pyproject.toml, etc.
- INI ↔ JSONText
Convert INI configuration to JSON and back. Supports sections, comments (; or #), and key=value.
- JSON → TypeScriptText
Generate TypeScript interfaces from a JSON sample. Nested objects become separate interfaces.
- JS Object → JSONText
Convert a JavaScript object literal (unquoted keys, single quotes, trailing commas, comments) into standard JSON. Lenient parser, strict output.
- Slug GeneratorText
Convert text into a URL-safe slug. Configurable separator, lowercase, and accent stripping.
- ASCII TreeText
Convert indented text or path list into a box-drawing tree (├── │ └──).
- Diff PatchText
Generate a unified diff (-u) patch from two text inputs. Compatible with `git apply` / `patch -p0`.
- Mock DataText
Generate fake JSON records and SQL INSERT seed data — names, emails, custom fields, UUIDs, dates, and more. 0 dependency.
- MongoDB Extended JSONText
Convert MongoDB Extended JSON (EJSON) between Canonical and Relaxed forms, or strip BSON wrappers to plain JSON. Recognizes 16 wrapper types ($oid/$date/$numberLong/$numberDecimal/$binary/...).
- Kubernetes YAML VisualizerText
Paste Kubernetes manifests and see the resource graph — Deployments, Services, Ingresses, ConfigMaps, Secrets, PVCs, and how they connect. yaml is lazy-loaded.
- Docker Compose VisualizerText
Paste docker-compose.yml and see services, networks, volumes, and depends_on as an interactive graph. Client-side, lazy-loaded yaml.
- PDF Text ExtractorText
Extract text from a PDF file — page by page or as a single document. Markdown-friendly output, all client-side.
- PPTX Text ExtractorText
Extract slide text from a .pptx file — plain / markdown / per-slide. Great for converting decks to markdown. All client-side.
- Regex Railroad DiagramText
Visualize your regex as a railroad diagram — trace branches, groups, and quantifiers at a glance, in your browser.
- Word & Character CounterText
Count characters (with/without spaces), words, sentences, paragraphs, lines, and bytes in real time — free, in your browser.