Changelog
Every improvement to GigAI Tools, in one place: new tools, workspaces, features and fixes across the whole library.
This page is generated straight from each tool's own release notes, so it's always current. Newest changes are at the top.
Release notes
The bigger milestones behind the day-to-day tool updates.
GigAI Workspaces
Chain multiple tools on the same files without re-uploading - nine live workspaces span image, PDF, SVG, audio, video, document, developer, QR and SEO work. Start at the workspaces hub.
273+ tools across 13 categories
The library keeps growing, image, PDF, developer, SVG, QR, SEO, document, audio and video utilities, each a focused micro-site that runs in your browser, free and without sign-up. Browse them all from the tool index.
Guides, comparisons & the blog
Long-form help shipped alongside the tools: how-to guides, format comparisons, a learning center and a regularly updated blog.
Recent changes
Individual improvements shipped to specific tools.
- GigAI GEO Audit
Initial release: six-section audit (crawler access with RFC 9309 matching + Cloudflare detection, JS rendering, GEO-study citability, retrieval chunks, answer snippets, schema/identity), severity ordering, per-finding tool links, shareable deep-link reports.
- AI Crawler Access Checker
Initial release: RFC 9309 matcher (group merging, specificity, wildcards, Allow-wins-ties), 15 AI crawler tokens across 9 operators with per-role block-cost explanations, Cloudflare header + managed-robots.txt + Content-Signal detection, URL fetch with automatic /robots.txt resolution, shareable reports.
- AI Robots.txt Generator
Initial release: 15 AI tokens with per-bot toggles and block-cost explanations, three presets (visibility / no-training / block-AI-keep-search), merge-block and complete-file output modes, commented spec-correct generation, shareable configuration links.
- AI Crawler Log Analyzer
Initial release: in-browser combined/common log parsing with IP discarded at parse time, per-bot hit counts, first/last seen, top paths, status-code health, 30-day trend bars, never-fetched page detection from a pasted URL list, and blunt zero-hit diagnosis.
- JS Rendering Checker
Initial release: raw-HTML fetch + analysis (visible words, framework fingerprints with quoted markers, data-island prose estimate, meta-robots flags), optional rendered-DOM paste with sentence-level invisibility diff, staging-safe paste mode.
- Content Citability Scorer
Initial release: six weighted sub-scores (fact density, source citations, quotability, opening answer, question headings, self-containment) with per-row formulas, counted inputs and quoted evidence. Plain-text / Markdown / HTML / URL input. Methodology section citing the KDD 2024 GEO study.
- Retrieval Chunk Preview
Initial release: heading-aware chunking with ~300-token windows and overlap, per-chunk isolation cards, four standalone-failure flags with quoted evidence, lost-heading detection for split sections, Markdown/HTML/URL input.
- Answer Snippet Checker
Initial release: per-section opening judgment (40-word completeness, throat-clearing patterns, self-containment), page-level opening verdict, question-phrasing notes on headings, rewrite targets tied to each heading, Markdown/HTML/URL input.
- Entity Consistency Checker
Initial release: name-variant detection across six sources, unit-paired number-conflict detection, year-conflict detection, thin-profile flagging, agreed-fact listing, and an explicit statement of the mechanical-only scope.
- llms.txt Generator
Initial release: sitemap.xml auto-parsing, URL-list input, automatic sectioning by path segment with humanized titles, 25-link section caps, spec-shaped Markdown output, and on-page honest guidance about llms.txt's actual standing.
- AI Schema Checker
Initial release: JSON-LD extraction including @graph and arrays, unparseable-block detection, per-type required-property audit across seven AI-relevant types, site-identity vs content-type severity separation, and per-gap routing to the existing GigAI schema generators.
- GigAI Fit
GigAI Fit released: target-size search across image, PDF, video and audio engines.
- GigAI Verify
GigAI Verify released, C2PA, EXIF, generator fingerprints, JPEG structure, PDF forensics, ELA and text statistics.
- GigAI IconLab
AI composer added for concepts beyond the built-in set (arrangement only, name-only sent, disclosed) + per-icon favorite/reject with family memory.
- GigAI IconLab
Vocabulary expanded to 98 hand-composed concepts. Similarity thresholds recalibrated across 4,753 pairs.
- GigAI IconLab
GigAI IconLab released: family DNA, deterministic renderer, originality screening and package export.
- Repair PDF
Repair PDF released, structural rebuild with a recovery report.
- Scan to PDF
Scan to PDF released, in-browser camera capture, multi-page, nothing uploaded.
- PDF to Markdown
PDF to Markdown released, typography-based heading, list and emphasis inference.
- Crop PDF
Crop PDF released, percentage margins with a live preview.
- Fill PDF Forms
Fill PDF Forms released, AcroForm filling with flatten-by-default.
- Redact PDF
Redact PDF released, true rasterised redaction, in-browser.
- Video → Work
First release: on-device transcription and frame selection, multimodal analysis, evidence-linked findings, acceptance criteria, multi-video reconciliation with conflict detection, and PDF/Markdown/JSON export.
- Audio Speed Changer
“Keep pitch” now performs a real WSOLA time-stretch and is on by default. It previously rendered through AudioBufferSourceNode.playbackRate, which is itself a resample. It shifted pitch by exactly the same ratio as leaving the option off, so the setting had no audible effect. Speeding up speech now genuinely keeps the speaker's voice at its original pitch.
- Audio Fade In / Out
Added selectable fade shapes: Smooth (equal-power, now the default), Linear and Gentle. Fades were previously always a straight amplitude ramp, which sounds like it holds full volume and then drops away suddenly, because loudness is roughly logarithmic rather than linear.
- Audio Silence Remover
Three quality fixes to how cuts are made. Joins are now crossfaded over a few milliseconds, so removed gaps no longer leave an audible click where two waveforms meet. A new breathing-room control keeps a margin around each kept segment so word onsets aren't sheared off. And detection now measures loudness as RMS over short windows rather than sample by sample, so a lone click in a silent passage no longer keeps the entire gap.
- Redaction Checker
First release, render-vs-text-layer redaction check, Office hidden-content checks, image EXIF, batch scanning and HTML/JSON report export.
- Social Share Inspector
Initial release: paste-HTML social debugger with 8 platform previews (Facebook, LinkedIn, X, WhatsApp, Telegram, Discord, Slack, Teams), image inspector, cache/stale-preview explainer, prioritised diagnostics, JSON-LD + header analysis, four scores and JSON/CSV/HTML report export.
- JSON Formatter
Improved big-integer precision guidance and refined error messages for trailing commas and unquoted keys.
- XML Formatter
Sharpened well-formedness error messages for unescaped ampersands, mismatched tags and broken CDATA, and surfaced the offending line in the banner.
- YAML Formatter
Refined error messages for tab-indentation and unquoted-colon mistakes, and added document stats (keys, lines, output size).
- SQL Formatter
Refined Minify to preserve string literals and comments correctly, and improved error messages for unterminated strings and unbalanced parentheses.
- HTML Formatter
Improved handling of whitespace-sensitive elements and clearer error messages for unclosed tags in fragments.
- CSS Beautifier
Sharpened SCSS/LESS auto-detection and improved error messages for unbalanced braces and stray selector tokens.
- JavaScript Beautifier
Refined error messages for unterminated strings and JSX-in-JS mismatches, and added keyboard shortcuts with an in-tool helper.
- JavaScript Minifier
Improved keep-names behaviour so class and function names are preserved consistently across both the mangle and compress passes.
- NanoID Generator
Custom-alphabet field now deduplicates characters and reports the effective alphabet size. Refined empty-state sample and dark-mode contrast.
- Password Generator
Refined the strength thresholds, improved the require-each-class shuffle to stay unbiased, and added TXT export for bulk batches.
- Cron Expression Generator
Refined error messages per field, added a day-of-month vs day-of-week warning, and improved the run-time preview formatting.
- Barcode Generator
Sharper SVG export, clearer validation messages for EAN/UPC digit counts, and a sample-value empty state for each format.
- Meta Title Preview
Refined the pixel-width model and mobile budgets and improved the amber/red thresholds to better match observed Google title truncation.
- Schema Markup Generator
Refined the validity report with grouped errors vs. recommended warnings and a link to Google's Rich Results Test for final confirmation.
- FAQ Schema Generator
Refined the validity report to flag thin answers as warnings and added an honest note about Google's current FAQ rich-result eligibility limits.
- Article Schema Generator
Refined the validity report with grouped required vs. recommended checks and a per-type example for Article, BlogPosting and NewsArticle.
- Product Schema Generator
Refined the score to weight missing Offer/rating properties and linked directly to Google's Rich Results Test for final eligibility confirmation.
- Organization Schema Generator
Refined the validity report with grouped required-vs-recommended checks and a link to Google's Rich Results Test for final confirmation.
- SoftwareApplication Schema Generator
Refined the validity report with grouped required vs. recommended checks and a link to Google's Rich Results Test for final confirmation.
- Person Schema Generator
Refined the validity report with an E-E-A-T oriented sameAs coverage hint and a minified-output toggle.
- Event Schema Generator
Refined the validity report to distinguish physical vs. virtual location requirements and added a link to Google's Rich Results Test for final confirmation.
- Video Schema Generator
Refined the validity report with grouped required errors vs. recommended warnings and a link to Google's Rich Results Test for final confirmation.
- Open Graph Preview
Refined the audit copy with per-issue fixes, improved title/description clip thresholds to match the feed, and polished the empty-state guidance.
- Twitter (X) Card Preview
Refined card cropping and truncation to better match X's current layout, and improved the warnings copy with concrete fixes.
- Schema Validator
Refined the report into per-block cards with individual scores, a page-level summary, byte/block counts and a link to Google's Rich Results Test for final confirmation.
- SVG to CSS
Added a payload size readout comparing the URL-optimized data URI against base64, and clearer guidance for recoloring in mask mode.
- SVG Path Visualizer
Added light/dark canvas backgrounds, a normalize-to-absolute action, refined the command histogram layout, and improved dark-mode contrast and focus styles for AA compliance.
- PPT to PDF
Better handling of text-only and image-heavy slides, clearer messaging for unsupported legacy .ppt files, and refined page sizing so wide slide images fit the printable area.
- PDF to HTML
Improved paragraph grouping to reduce split paragraphs on justified body text, and added a preview/source toggle so you can inspect the exact markup before copying.
- JSON Validator
Refined error diagnoses for NaN/Infinity literals and duplicate-key detection, plus drag-drop/paste import, shareable links and keyboard shortcuts.
- JSON Tree Viewer
Added one-click JSONPath copy for any node, shareable deep links that carry the JSON in the URL fragment, drag-and-drop file import, and keyboard shortcuts with an in-app reference.
- JSON to TypeScript
Refined naming (prefix/suffix, root rename) and added byte and interface-count stats with a shareable-link option.
- CSS Minifier
Refined parse-error messages and improved the size badges to distinguish structural savings from whitespace-only compression.
- URL Decoder
Introduced shareable deep links that carry the URL in the page fragment, a sample-link empty state, and keyboard shortcuts with an in-app reference.
- Unix Timestamp Converter
Refined seconds-vs-milliseconds heuristic messaging and improved error handling for out-of-range numbers and unparseable date strings.
- Diff Checker
Improved large-input performance with a cancellable debounced engine and refined split-view alignment for long, wrapped lines.
- SMS QR Code Generator
Clearer guidance on international number format and message-length limits, plus troubleshooting for phones that pre-fill only the recipient.
- Telegram QR Code Generator
Improved handling of private-group invite links (t.me/+… and /joinchat/…) and bot start deep links, plus clearer troubleshooting for username, invite and app-fallback edge cases.
- Calendar QR Code Generator
Clearer guidance for recurring events and cross-time-zone invites, plus improved troubleshooting for older-phone calendar-QR support.
- LocalBusiness Schema Generator
Refined the validity report to grade required vs. recommended local-SEO properties and linked directly to Google's Rich Results Test for final confirmation.
- News Sitemap Generator
Added keyboard shortcuts, shareable links and ready-made example article sets (breaking news, multilingual, multi-brand).
- Google SERP Preview
Refined the pixel-width model and mobile budgets, and improved the amber/red guidance thresholds to better match observed Google truncation.
- Rich Results Preview
Refined the report with grouped errors, recommended warnings and detected-types summary, and a link to Google's Rich Results Test for final confirmation.
- JSON-LD Validator
Refined error messages for common JSON mistakes (trailing commas, smart quotes), added copy/download of the re-formatted output, and a link to Google's Rich Results Test for final confirmation.
- SVG Icon Generator
Added <symbol> sprite export with a copy-paste <use> snippet, undo/redo across settings, keyboard shortcuts, and checkerboard/light/dark grid surfaces.
- SVG Animation Generator
Added undo/redo, keyboard shortcuts, a replay button for run-once animations, and checkerboard/light/dark preview surfaces.
- SVG Gradient Generator
Added checkerboard/light/dark preview surfaces and a Tailwind-friendly CSS copy so gradients can drop straight into arbitrary utility values.
- SVG Background Generator
Tuned mesh blur and wave layering for cleaner output, added checkerboard/light/dark preview surfaces, and reduced data-URI size on dense layouts.
- SVG Pattern Generator
Added light/dark preview surfaces and a transparent-background toggle so patterns can be checked against real page colors before export.
- SVG Shape Generator
Added checkerboard/light/dark preview surfaces and refined the rotation handling so polygons and stars snap cleanly to point-up.
- Document Viewer
Improved handling of scanned and image-only PDFs with a clear 'no selectable text' notice, and refined the fallback card for legacy binary formats.
- Document Organizer
Composed reorder, rotate and delete into a single pdf-lib rebuild so the document is copied only once, and clarified the honesty notes on lossless rotation vs. permanent deletion.
- PDF to PowerPoint
Improved High-resolution sharpness for text-heavy pages and reduced peak memory during conversion of longer PDFs.
- PDF to Excel
Improved column-boundary detection on aligned tables, row-virtualisation tuning for long statements, and a sample-PDF walkthrough of the review-and-fix flow.
- PDF to TXT
Improved page-boundary handling for cleaner separation between pages and added the live page count to help spot image-only pages that need OCR.
- Watermark PDF
Tuned the tiling grid to reduce edge crowding on long labels and improved the preview's fidelity to the exported angle and opacity.
- PDF Metadata Editor
Improved handling of PDFs with empty or missing info dictionaries and surfaced the page count alongside the editable properties.
- Document Comparer
Improved handling of empty and scan-only PDFs with an explicit 'no text to compare' notice, and refined the added/removed counter for whitespace-only changes.
- Base64 Decoder
Improved data: URL handling, the MIME prefix is stripped automatically and used as a hint, plus clearer, more specific error messages for malformed input.
- URL Encoder
Added an inline reserved-character legend and a one-click link to the sibling URL Decoder for round-trip checks.
- JWT Decoder
Refined the expiry badge to show precise seconds remaining, surfaced 'not before' warnings, and added keyboard shortcuts with an in-app reference.
- Hash Generator
Added the checksum verify field with a live match/no-match badge, paste and share support, and keyboard shortcuts with an in-app reference.
- Regex Tester
Added drag-and-drop/paste import for .txt/.log test data, shareable deep links carrying pattern, flags and text, plus keyboard shortcuts with an in-app reference.
- QR Code with Logo
Added logo rounding, a 'Scan me' frame with a custom call-to-action label, and clearer guidance on logo format and safe sizing for reliable printing.
- Dynamic QR Code Generator
Refined default styling for reusable print codes and improved the honesty copy around self-owned redirects, tracking and no-subscription behaviour.
- Static QR Code Generator
Added transparent PNG/SVG exports, copy-to-clipboard, and desktop/mobile/dark/print preview modes with zoom.
- Bulk QR Code Generator
Improved handling of very large sheets, clearer skipping of blank rows, and safer file-name sanitisation from the filename column.
- WiFi QR Code Generator
Improved hidden-network handling and WEP/open-network guidance, plus clearer troubleshooting for OS/version support on older phones.
- vCard QR Code Generator
Improved address-block assembly and special-character escaping for names and notes, plus clearer guidance for dense multi-field cards.
- Business Card QR Code Generator
Improved handling of accented names and special characters, added guidance on QR density for full vCards, and clearer troubleshooting for saving contacts on older phones.
- UPI QR Code Generator
Clearer P2P vs merchant guidance, INR-default currency handling and improved troubleshooting for apps that let payers re-enter the amount on personal QRs.
- Payment QR Code Generator
Clearer honesty guidance on pre-filled amounts across apps, added method-specific troubleshooting, and improved Bitcoin address and UPI VPA input hints.
- Email QR Code Generator
Clearer guidance on mailto: client support (pre-fill quirks on older mail apps) and improved troubleshooting for scanners that don't natively handle email links.
- Phone QR Code Generator
Clearer guidance on country codes, extensions and vanity numbers, plus improved troubleshooting for scanners that show the number as text instead of a call prompt.
- WhatsApp QR Code Generator
Clearer international-number guidance and validation hints, plus expanded troubleshooting for invalid numbers, truncated messages and WhatsApp Web fallback on devices without the app.
- Facebook QR Code Generator
Broadened link support to Groups, events, Marketplace and single posts, and added clearer guidance on app-vs-browser deep-linking and public-link requirements.
- Instagram QR Code Generator
Clearer guidance on app-vs-browser open behaviour and using a trackable link-in-bio destination, plus refined defaults tuned for shop-window and packaging prints.
- LinkedIn QR Code Generator
Improved guidance for public vs. session URLs and app-vs-browser open behaviour, plus clearer troubleshooting for vanity-URL changes and older-phone scanning.
- YouTube QR Code Generator
Improved handling of Shorts and timestamped links, transparent-PNG export tuned for video overlays, and clearer guidance on app-vs-browser open behaviour.
- Spotify QR Code Generator
Clearer guidance on app-vs-web-player fallback and the difference from Spotify's in-app codes, plus refined troubleshooting for shortened and app-only links.
- Location QR Code Generator
Clarified coordinate order/sign guidance and app-neutral behaviour, and improved troubleshooting for older phones and off-by-a-decimal pin placement.
- Google Maps QR Code Generator
Improved handling of pasted Google Maps share links (place pages, plus codes, lat/long) and clearer guidance for picking an exact verified pin over an ambiguous place name.
- Event QR Code Generator
Improved all-day vs timed-event handling and clearer time-zone guidance for online events, plus refreshed troubleshooting for OS/version support on older phones.
- Menu QR Code Generator
Warm on-brand default styling for table tents, clearer guidance on stable menu links vs. direct PDF links, and improved troubleshooting for lamination glare and mobile-menu readability.
- PDF QR Code Generator
Expanded hosting guidance for Google Drive, Dropbox and S3 direct links, plus clearer troubleshooting for login-gated and download-forcing URLs.
- Image QR Code Generator
Clearer direct-vs-preview link guidance for Google Drive/Dropbox and sharper troubleshooting for expired or moved image links.
- Video QR Code Generator
Clearer host guidance for direct-MP4 vs. Drive/Dropbox share links, plus troubleshooting for cloud links that download instead of playing inline.
- App Download QR Code Generator
Clearer two-labelled-codes workflow for booths and packaging, plus improved troubleshooting on web-listing vs. native-store-app deep links.
- Google Play QR Code Generator
Clarified Android-only behaviour with clearer guidance toward the App Download tool for cross-platform routing, plus improved handling of full listing URLs with package ids.
- Zoom QR Code Generator
Improved guidance on embedding the passcode via one-click links, plus clearer troubleshooting for app-vs-browser join behaviour and static-link reuse.
- Discord QR Code Generator
Added the real-time contrast + quiet-zone scannability check and clearer guidance on making invites never expire so printed and on-stream codes keep working.
- QR Code Scanner
Improved decoding of low-contrast and slightly angled codes, and refined the Wi-Fi field breakdown to reveal SSID, security type and password.
- Meta Tag Generator
Added keyboard shortcuts with an in-tool helper and refined the mobile SERP truncation model to match Google's current rendering.
- Meta Tag Analyzer
Added an extracted-tags summary panel, language/favicon/keywords extraction, and a real-world sample so you can see a full audit in one click.
- Meta Description Generator
Refined the pixel-width model to match Google's current desktop and mobile truncation, and added keyboard shortcuts with an in-tool helper.
- Open Graph Generator
Added og:image width/height fields, og:locale support, keyboard shortcuts with an in-tool helper, and refined the LinkedIn card crop to match its current rendering.
- Twitter Card Generator
Added keyboard shortcuts with an in-tool helper and refined the large-image card crop to match X's current rendering.
- Canonical URL Generator
Added copy/download shortcuts, curated examples (tracked link, www variant, faceted listing) and refined the self-referencing canonical guidance.
- XML Sitemap Generator
Added lastmod modes (today / fixed date / off), keyboard shortcuts, shareable links and ready-made example URL sets.
- HTML Sitemap Generator
Added keyboard shortcuts, shareable links and ready-made example URL sets, plus a page-title field for the full-page mode.
- Image Sitemap Generator
Added drag-and-drop .txt import, keyboard shortcuts, shareable links and ready-made example image sets.
- Video Sitemap Generator
Added keyboard shortcuts, shareable links, ready-made example video sets, and per-entry error line numbers.
- Sitemap Validator
Added drag-and-drop .xml import, a realistic sample sitemap, entry-count and file-size stats, and clearer fix guidance on each failing check.
- Robots.txt Generator
Added multi-agent groups per block, keyboard shortcuts with an in-tool helper, and refined lint messaging for wildcard and anchored path rules.
- Robots.txt Validator
Added a scored summary, ready-made example files (clean, blocks-everything, messy), keyboard shortcuts and copy of the report.
- URL Parser
Added shareable links, ready-made example URLs (redirect, tracking, deep link) and clearer errors for protocol-relative and bare-host input.
- Slug Generator
Added curated examples, live slug stats (length, words, changed characters) and keyboard shortcuts with an in-tool helper.
- UTM Builder
Added keyboard shortcuts with an in-tool helper and a per-parameter copy control in the parameter table.
- Campaign URL Builder
Added keyboard shortcuts, existing-query-string preservation, and refined channel presets (added QR/print, affiliate and X).
- HTML Validator
Refined the well-formedness heuristic to skip fragments cleanly and sharpened the heading-outline rendering for deeply nested structures.
- CSS Validator
Refined string/comment tracking to eliminate false brace-count errors and clarified the honest-scope note distinguishing structural linting from full W3C validation.
- Meta Tag Validator
Added an extracted-tags reference panel and refined the Open Graph / Twitter completeness rules to match how each network renders cards.
- HTTP Header Checker
Added a realistic sample loader, keyboard-driven clipboard paste, drag-and-drop of a saved headers file, and refined the redirect-chain wording.
- Security Header Checker
Added report copy/export, a real-world sample header set, and clearer risk explanations for every verdict.
- SSL Certificate Checker
Refined the DNS-name filtering to reduce DER artefacts and clarified the honest note on what full X.509 decoding and a live handshake require.
- CSP Generator
Added upgrade-insecure-requests / block-all-mixed-content flags, a <meta http-equiv> output mode, and curated starter policies (strict, self-only, app-with-CDN).
- Reading Time Calculator
Refined the WPM presets to match current reading-speed research and improved the seconds-vs-minutes formatting for very short passages.
- Keyword Density Checker
Added live word / unique-term / reading-time stats, keyboard shortcuts and ready-made sample content.
- Word Counter
Added live platform length gauges (X, SEO title, meta description, Google Business, SMS), a loadable sample and keyboard shortcuts.
- Character Counter
Refined Unicode code-point counting for emoji and combined characters and added keyboard shortcuts with an in-tool helper.
- SVG Viewer
Improved the color extractor for gradient stops, added a distinct-colors swatch strip, and refined the empty state and dark-mode contrast for AA compliance.
- SVG Editor
Improved the color extractor for gradient stops, tightened dark-mode contrast to AA, and made each Format/Optimize/Minify transform a single undoable step.
- SVG Minifier
Refined the gzip estimate, added a visual savings bar and clearer preset guidance to prevent broken sprites when stripping IDs on the Aggressive preset.
- SVG Prettifier
Added a live before/after line-count and byte readout, and clearer guidance that prettifying is presentation-only and grows file size on purpose.
- SVG Compressor
Added a dependency-free fallback optimizer so the tool keeps working when the main engine can't load, plus keyboard shortcuts and a curated set of sample SVGs.
- SVG Size Optimizer
Improved the gzip shipping-weight estimate and added clearer guidance for when precision reduction won't help (gradient/filter/raster-heavy files).
- SVG Code Formatter
Clarified in-tool that formatting is whitespace-only and preserves all data, with guidance pointing to the SVG Optimizer when smaller bytes are the goal.
- SVG Validator
Refined the security scan to separately surface external-URL references as info, tightened dimension-sanity thresholds, and added keyboard shortcuts.
- SVG to React
Improved React Native tag mapping and forwardRef typings, and clearer errors when the input isn't a single well-formed <svg> root.
- SVG to Vue
Clearer errors when the input isn't a single well-formed <svg> root, and tidier indentation in the generated <template>.
- SVG to HTML
Switched the data URI to the shorter URL-optimized encoding and added byte-size stats so you can see the embedded weight before you paste.
- SVG to Data URI
Clearer size badges comparing URL-encoded vs base64, and better errors when the input isn't a single well-formed <svg> root.
- Data URI to SVG
Clearer, more specific error messages that distinguish a non-SVG data URI, a raster (PNG/JPEG) URI, and a truncated or corrupt payload.
- SVG to PNG
Improved intrinsic-size detection from viewBox, a rendered PNG preview beside the source, and a live file-size estimate for the encoded bitmap.
- PNG to SVG
Improved large-image handling and error messages, and surfaced a quick hand-off to the SVG Optimizer for shrinking the traced output.
- SVG Path Editor
Refined the geometry panel with an exact/estimated length badge, improved dark-mode contrast for AA compliance, and polished the empty and error states.
- SVG Sprite Generator
Added checkerboard/light/dark preview surfaces, a standalone sprite.svg download for external <use href="sprite.svg#id">, and clearer handling of files with missing viewBoxes.
- SVG Wave Generator
Added multi-layer stacking with auto-tinted layers and checkerboard/light/dark preview surfaces to check dividers against real section backgrounds.
- SVG Blob Generator
Refined the spline tension for smoother edges at high contrast and added checkerboard/light/dark preview surfaces to check blobs against real backgrounds.
- Video Splitter
Improved probing for MOV/MKV sources and tightened large-batch guidance so heavy, many-part jobs warn before they start rather than mid-cut.
- Video Cropper
Snapped output width/height to even source pixels for valid encodes and clarified the large-file guidance so heavy clips warn before they start rather than mid-crop.
- Video Loop
Improved probing for MOV/MKV sources and clearer first-run engine-loading messaging on the initial loop.
- Video Resizer
Refined the presets to compute width from the source when the ratio is locked, improved memory handling and honest guidance for large 4K files, and added drag-and-drop plus reset-and-retry to the workspace.
- Add Watermark to Video
Tightened large-file guidance so heavy clips warn before they start, and improved logo compositing so semi-transparent PNGs keep their edges cleanly.
- Video to GIF
Improved memory handling for longer clips and sharpened the honest warnings around GIF size and WASM speed on large source files.
- GIF to Video
Improved memory handling for large GIFs and sharpened the honest notes about WASM speed and the one-time engine load.
- Video Thumbnail Generator
Improved seeking accuracy on variable-frame-rate clips, clearer messaging when a file's codec can't be decoded by the browser, and higher-quality resampling when downscaling.
- MP4 to WebM
Sharpened the honest guidance around VP9 encode speed and WebM's thinner support in Safari and some editors, and improved memory handling for larger source files.
- WebM to MP4
Sharpened the compatibility copy around iPhones, editors and slide decks, and improved memory handling for larger source files.
- MOV to MP4
Sharpened the honest guidance around WASM re-encode speed on 4K and HEVC/ProRes sources, and improved memory handling for larger MOV files.
- Audio Cutter
Refined the seam handling and selection UX (slide-to-move, edge fine-tuning, keyboard nudging), added a before/after size comparison on the result, and improved memory guidance for large files.
- Audio Merger
Reconciled mismatched channel layouts (mono spread across stereo, widest layout wins), added a before/after size readout on the result, and improved honest guidance and memory handling for large batches.
- Audio Joiner
Automatic reconciliation of mixed sample rates and channel counts, a before/after size readout on the result, and improved honest guidance and memory handling for large batches.
- Audio Splitter
Refined the parts list with per-clip mini waveforms and duration readouts, improved honest guidance for silence tuning, and hardened memory handling for large files and many-part splits.
- Audio Volume Booster
Refined the headroom math for very hot sources, improved the silent-track guard, and added drag-and-drop plus reset-and-retry to the workspace.
- Audio Speed Changer
Added a before/after size comparison on the result, tightened honest guidance on pitch-preservation limits, and improved memory handling and abort behaviour for long recordings.
- Audio Fade In / Out
Refined the ramp overlay and handle UX, added a before/after size comparison on the result, and improved honest guidance and memory handling for large files.
- Audio Silence Remover
Improved silence-detection responsiveness on longer files, added a before/after length and size comparison on the result, and sharpened the honest guidance on gap removal versus noise gating.
- Ringtone Maker
Added M4A/AAC export (Apple-friendly, rename to .m4r) via the on-demand converter, a before/after size comparison on the result, and clearer iPhone/Android guidance.
- Audio Compressor
Improved memory handling on long files and added drag-and-drop plus reset-and-retry so you can re-compress at a new bitrate or sample rate without reloading the page.
- WAV Converter
Added on-demand exotic-input support (OGG/FLAC/M4A decode) that loads a codec only when needed, honest size and quality guidance, and drag-and-drop plus reset-and-retry to re-encode at a new spec without reloading.
- OGG Converter
Refined quality labels with honest guidance for music versus game/web assets, and improved memory handling on long files so the tab stays responsive during large transcodes.
- FLAC Converter
Improved memory handling on long, high-sample-rate files and added drag-and-drop plus reset so you can convert file after file without reloading the page.
- Audio Player
Polished the mobile touch targets, added a keyboard-first control row (play, loop, speed, A–B) with AA-contrast focus rings, and improved honest guidance for large-file decoding.
- Audio Metadata Viewer
Improved the friendly undecodable-file message, refined format detection from MIME and extension, and added drag-and-drop with reset-and-inspect-again to the workspace.
- Audio Waveform Generator
Improved the transparent-PNG compositing, added a brand-hex color input with swatches, and refined drag-and-drop plus reset-and-retry in the workspace.
- Excel to PDF
Improved wide-sheet scaling and header/zebra styling in the exported table, and added a clearer honesty note about rasterised text vs. the live CSV Editor tools.
- HTML to PDF
Tuned pagination and margin presets to reduce clipping on wide tables and long lines, and hardened DOMPurify sanitisation of pasted markup.
- EPUB to PDF
Added an in-page source preview before conversion and a result preview after, plus tuned pagination to reduce mid-paragraph page breaks on image-heavy books.
- Add Page Numbers to PDF
Tuned the preview to re-render as you change any option and improved margin defaults so bottom-centre numbers clear common footers.
- XML Formatter
Added inlining of text-only elements onto a single line and improved self-closing tag handling for cleaner, more human-readable output.
- JavaScript Beautifier
Added automatic language detection (JS / TS / JSX / TSX) with manual override, plus curated code samples for the empty state.
- HTML Minifier
Added a comment-stripping toggle and keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper.
- JavaScript Minifier
Added a curated sample script and refined error reporting so terser parse failures surface a clear message and line.
- Base64 Encoder
Improved large-file handling with chunked byte processing and clearer error messages for unreadable files.
- Markdown Preview
Added keyboard shortcuts for formatting and sample loading, an in-tool shortcuts helper, and a synced-scroll toggle between the editor and preview.
- App Store QR Code Generator
Added desktop/mobile/dark/print preview modes with zoom, copy-to-clipboard for PNG, and error-correction guidance tuned for centred app icons.
- SVG Color Editor
Added palette-wide actions (shuffle, swap-to-currentColor, invert and desaturate) plus per-swatch and full-palette reset and usage counts on every swatch.
- SVG Animation Generator
Added standalone CSS keyframe export, SMIL output mode for restrictive renderers, and centred transforms so spins and pulses stay in-frame.
- CSV Viewer
Refined the column profile layout for wide tables, tuned row virtualisation for large files, and added sample datasets for one-click onboarding.
- EPUB Viewer
Improved table-of-contents jump accuracy for nested sections and reduced initial render time for large books.
- Video Converter
Improved GIF guidance and memory handling for large files, refined per-format defaults for cleaner output, and added drag-and-drop plus reset-and-retry to the workspace.
- Video Speed Changer
Made silent sources graceful, clips without an audio track now re-time cleanly instead of erroring when audio was requested, and improved MOV/MKV probing.
- Reverse Video
Improved probing for MOV/MKV sources and a smoother first-run engine-loading note on the first reverse.
- Video Metadata Viewer
Refined the simplified aspect-ratio labelling for odd encodes, clarified 'unknown' audio detection, and polished the copy/export and reset flow with drag-and-drop.
- AVI to MP4
Sharpened the honest notes on single-threaded WASM encode speed and memory limits for large, lightly-compressed AVI files, and improved handling of missing-audio edge cases.
- MKV to MP4
Sharpened honest limits around exotic MKV codecs (some Blu-ray audio and 10-bit HEVC) and improved memory handling so full-length movies remux more reliably.
- Audio Trimmer
Refined the waveform selection UX (slide-to-move, edge fine-tuning), added a before/after size comparison on the result, and improved honest guidance and memory handling for large files.
- MP3 Converter
Refined bitrate labels with honest quality guidance, improved memory handling on long files, and added drag-and-drop plus reset-and-retry so you can re-encode at a new bitrate without reloading.
- PPT to PDF
Improved slide-image extraction and placement, added a slide-number heading per page, and made the honesty note and app-export guidance more prominent on the result screen.
- Text to PDF
Improved word-wrapping for long log lines and code, tightened blank-line preservation, and added a clearer honesty note distinguishing plain-text output from the styled Markdown to PDF tool.
- Sign PDF
Added typed-signature fonts and transparent-background export for drawn/typed signatures, plus a clearer honesty note distinguishing this visual e-signature from a certificate-based digital signature.
- JSON Validator
Added lenient Auto-fix for trailing commas, single quotes, unquoted keys and comments, with a line-by-line report of every change applied.
- JSON Tree Viewer
Added live key-and-value search with match highlighting, next/previous jumping, and auto-expansion of the tree to reveal hidden matches.
- JSON Diff
Added a copyable plain-text diff report, an unchanged-paths toggle, and keyboard shortcuts with an in-tool shortcuts helper.
- JSON to TypeScript
Added deep union merging across all array elements so optional and mixed-type fields are inferred from real data, plus curated examples and keyboard shortcuts.
- YAML Formatter
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper and a curated set of sample documents (Kubernetes, GitHub Actions, docker-compose).
- SQL Formatter
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool helper, plus a curated set of sample queries covering joins, CTEs and window functions.
- HTML Formatter
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper and a curated HTML sample.
- CSS Beautifier
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper, plus curated CSS, SCSS and LESS sample snippets.
- CSS Minifier
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper and a curated sample stylesheet for the empty state.
- URL Decoder
Added a component vs. whole-URI decode toggle with inline guidance, per-component copy buttons, and drag-and-drop / paste import of .txt files.
- UUID Generator
Formatting (uppercase / hyphens) now updates the current batch live instead of requiring a regenerate.
- NanoID Generator
Added the real-time birthday-paradox collision-probability estimate driven by alphabet size, length and volume, plus keyboard shortcuts and an in-tool shortcuts helper.
- Password Generator
Added diceware-style passphrase mode with word-count control, selectable separators, capitalisation and an optional trailing digit, plus keyboard shortcuts and a shareable options link.
- Cron Expression Generator
Added reverse-parsing: paste any standard cron expression to load it back into the builder, plus copy and shareable-link support.
- Unix Timestamp Converter
Added per-field copy buttons, an explicit 'interpreted as' label, keyboard shortcuts and shareable links that pre-load your value.
- Diff Checker
Added keyboard shortcuts with an in-tool helper, a swap-sides action, and a curated sample so the empty state is one click from a real comparison.
- Barcode Generator
Added font-size control for the human-readable value, copy-image support, and shareable links that restore the format and options.
- QR Code Generator
Added CSV → ZIP batch generation, copy-to-clipboard for PNG, and desktop/mobile/dark/print preview modes with zoom.
- QR Code Decoder
Added inversion-aware decoding so light-on-dark and styled codes read reliably, plus copy-value and context-aware Open actions on the parsed result.
- Organization Schema Generator
Added @type subtype selection (Corporation, NGO, EducationalOrganization, GovernmentOrganization, LocalBusiness) and a pretty/minified output toggle.
- SoftwareApplication Schema Generator
Added correct free-app handling (a price of 0 now emits a full Offer node), availability enum expansion and a pretty/minified output toggle.
- Video Schema Generator
Added the one-click YouTube helper (watch/share link → thumbnail + embed URLs) and a pretty/minified output toggle.
- Twitter (X) Card Preview
Added og:* fallback mirroring in the HTML extractor and tightened the image URL audit to flag relative and non-HTTPS twitter:image values.
- SVG Optimizer
Refined the gzip-size estimate and added clearer guidance around viewBox removal and ID stripping to prevent broken sprites.
- JSON to CSV
Added a toggle to disable flattening (nested values kept as compact JSON strings) and refined the row/column badges for arrays of arrays.
- RTF Viewer
Added live character, word and paragraph stats, a built-in sample document, and a clearer honesty note about which RTF features the lightweight reader preserves versus drops.
- Video Merger
Improved probing for MOV/MKV sources and clearer large-batch guidance so heavy merges warn up front rather than stalling mid-encode.
- Video Rotate
Improved probing for MOV/MKV sources and tightened large-file guidance so heavy clips warn before they start rather than mid-encode.
- Mute Video
Improved probing for MOV/MKV sources and better handling of clips carrying multiple audio tracks so every track is dropped in a single pass.
- Video Frame Extractor
Improved memory handling and object-URL cleanup for very large frame grabs, and sharpened progress reporting across long clips.
- Video Player
Improved handling of files the browser can't decode, a clear, honest message now points to the Video Converter instead of failing silently.
- Audio Normalizer
Refined the RMS hard-limiter behaviour to reduce audible pumping on hot material, improved the silent-track guard, and added drag-and-drop plus reset-and-retry to the workspace.
- Audio Recorder
Added MP3 export with a selectable bitrate alongside WAV, clearer microphone-permission and unsupported-browser messaging, and a start-over-and-re-record flow.
- Markdown to PDF
Tuned pagination and margin presets to reduce clipping on wide tables and long code lines, and added live word/character/line stats to the editor footer.
- PDF to HTML
Added support for password-protected PDFs (decrypted locally) and a clearer empty-result notice that points scanned or image-only PDFs to the OCR PDF tool.
- JSON Formatter
Added keyboard shortcuts (run, download, clear, undo/redo) with an in-tool shortcuts helper, plus a curated set of sample documents.
- Regex Tester
Added the live replace preview with $1/$<name>/$& backreferences and a one-click pattern library (email, URL, IPv4, UUID, hex color, slug).
- QR Code Reader
Improved decoding of low-contrast, compressed and slightly angled images, and added copy and context-aware Open actions on every parsed field.
- Meta Title Preview
Added the keyword front-load check, per-separator brand assembly (pipe / hyphen / en dash / em dash / none) and keyboard shortcuts with an in-tool helper.
- FAQ Schema Generator
Added a pretty/minified output toggle with live byte count, reorder controls for questions, and per-entry completeness checks.
- Article Schema Generator
Added live headline length coaching against Google's ~110-character truncation limit, plus a minified-output toggle.
- Product Schema Generator
Added item-condition and availability enum expansion to full schema.org URLs, a minified-output toggle, and separate validity grouping for the Product, Offer and AggregateRating nodes.
- LocalBusiness Schema Generator
Added split-shift support to the opening-hours table, a minified-output toggle and realistic per-subtype examples (Restaurant, Store, Cafe, Dentist).
- Person Schema Generator
Added platform recognition for sameAs links (LinkedIn, X, GitHub, Wikipedia, ORCID and more) and role-based presets for authors, founders, freelancers and speakers.
- Event Schema Generator
Added eventStatus (scheduled, cancelled, postponed, rescheduled, moved online) and eventAttendanceMode (offline, online, mixed) with automatic expansion to full schema.org URLs, plus a minified-output toggle.
- Breadcrumb Schema Generator
Added move-up/move-down reorder controls per crumb, empty-crumb stripping and a minified-output toggle.
- Recipe Schema Generator
Added inline ISO 8601 duration help and examples, a minified-output toggle, and a second worked example (a slow-cooker recipe) alongside the classic-pizza preset.
- Video Sitemap Generator
Added duration-range (1–28,800s) and title/description length validation, required-field checks for player_loc/content_loc, and drag-and-drop import.
- Sitemap Validator
Added <sitemapindex> detection and child-sitemap validation, HTTPS coverage stats, and per-URL messages for invalid changefreq/priority values.
- Open Graph Preview
Added Twitter/X fallback parsing, an image ratio warning against the 1200×630 ideal, keyboard shortcuts and shareable links that reopen your exact card.
- Rich Results Preview
Added automatic extraction of every application/ld+json script from pasted HTML, plus per-type eligibility descriptions for FAQ, Product, Breadcrumb, Event, Recipe and Video results.
- JSON-LD Validator
Added automatic stripping of the <script type="application/ld+json"> wrapper, support for arrays and @graph of multiple nodes, and per-node type detection with a summary strip.
- Schema Validator
Added multi-block detection from pasted HTML (extracts every application/ld+json script), nested-node validation with dotted property paths, and per-block @type badges.
- SVG Editor
Added drag-drop and paste import, keyboard shortcuts with an in-tool reference, shareable deep links, and a parse-error indicator that holds the preview on invalid intermediate markup.
- SVG to Vue
Added undo/redo history, keyboard shortcuts, curated examples, and a shareable-link option that reopens the tool with your SVG pre-loaded.
- SVG to CSS
Added undo/redo history, keyboard shortcuts, curated examples, and a shareable-link option that reopens the tool with your SVG pre-loaded.
- SVG Path Visualizer
Added exact getTotalLength measurement, curated sample paths (heart, star, wave, letterform), undo/redo, copy/download/share, a points-overlay toggle, and keyboard shortcuts with an in-tool reference.
- SVG Icon Generator
Added Build mode: mint icons from geometric shape presets (star, hexagon, gear, heart, burst, triangle, polygon) with sides, rotation, radius and gradient fill.
- CSV Editor
Improved large-file responsiveness with row virtualisation tuning, clearer capped-row notices, and sample datasets for one-click onboarding.
- CSV to Excel
Improved TSV handling, added a curated set of sample CSVs and surfaced the detected delimiter as a badge so the parse can be verified before export.
- Excel to CSV
Improved the preview grid for wide sheets, added row/column/size badges, and clarified the honest limits around formulas, charts and formatting.
- Video Compressor
Improved memory handling and honest guidance for large files, refined the CRF mapping for cleaner mid-range output, and added drag-and-drop plus reset-and-retry to the workspace.
- Video Trimmer
Improved probing for MOV/MKV sources and tightened the large-file guidance so heavy clips warn before they start rather than mid-cut.
- WebM to MP4
Added a before/after size delta on the result and clearer honest guidance that this is a re-encode between two lossy codecs, not a lossless rewrap.
- Audio Format Converter
Improved memory handling on long files, added drag-and-drop plus reset-and-retry so you can re-run to a different format or bitrate without reloading, and refined honest guidance on lossy vs. lossless routes.
- Base64 Decoder
Added binary detection via magic-number sniffing (PNG, JPEG, GIF, WebP, PDF, ZIP, GZIP) with one-click download and correct file extensions.
- JWT Decoder
Added drag-and-drop and paste import for .jwt/.txt files, per-part copy buttons, and shareable deep links that carry the token in the URL fragment.
- Review Schema Generator
Added bestRating/worstRating scale controls with a rating-range guard, inline Google review-snippet policy notes, and a minified-output toggle.
- HTML Sitemap Generator
Added full standalone page output with editable styles, drag-and-drop .txt import, and duplicate-URL detection.
- Image Sitemap Generator
Added duplicate-image detection, HTTPS coverage stats, and warnings as you approach the 1,000-images-per-page and 50,000-URL limits.
- News Sitemap Generator
Added the 48-hour recency check, 1,000-URL limit warning, W3C date validation, duplicate and HTTPS detection, and a live validation panel.
- Robots.txt Generator
Added one-click presets (Allow all, Block entire site, WordPress, Block AI crawlers), duplicate-group and empty-group detection, and shareable links.
- Robots.txt Validator
Added line-numbered warnings, relative-sitemap and non-numeric Crawl-delay checks, drag-and-drop .txt import, and a grouped rules view with Sitemap/Host pulled out.
- URL Parser
Added duplicate-parameter detection, HTTPS and IP-literal flags, copy-per-value buttons, JSON export and keyboard shortcuts.
- Slug Generator
Added Batch mode: slugify a pasted list line by line with automatic numeric-suffix de-duplication of repeated slugs.
- CSS Validator
Added a grouped report (structure, blocks, comments & strings), an at-a-glance stats strip, a built-in broken sample and .css drag-and-drop.
- Meta Tag Validator
Added the canonical-vs-noindex conflict rule and inline copy-paste fixes for every failing check.
- Heading Checker
Added per-level heading counts, an overall structure score with a one-line verdict, and surfaced heading id anchors in the outline.
- Keyword Density Checker
Added the over-optimisation (keyword-stuffing) meter, minimum-word-length control, and CSV / Markdown copy and export.
- SVG to HTML
Added undo/redo history, keyboard shortcuts, curated examples, and a shareable-link option that reopens the tool with your SVG pre-loaded.
- SVG to Data URI
Added undo/redo history, keyboard shortcuts, curated examples, and a shareable-link option that reopens the tool with your SVG pre-loaded.
- Data URI to SVG
Added tolerant paste (url("…") wrappers, surrounding quotes, optional ;charset marker), curated examples, keyboard shortcuts and undo/redo.
- SVG to PNG
Added curated examples, keyboard shortcuts, a shareable link that reopens the tool with your SVG pre-loaded, and clearer errors when the input isn't a single well-formed <svg> root.
- PNG to SVG
Added paste-to-import, sample images for a one-click first result, and a clearer honest-limits note distinguishing flat-art tracing from photo tracing.
- SVG Path Editor
Added paste-a-whole-SVG path extraction, drag-drop import, undo/redo on the code pane, curated sample paths, keyboard shortcuts with an in-tool reference, and copy/download of the finished d-string.
- SVG Sprite Generator
Added inline rename and reorder for icons, per-symbol usage snippets, undo/redo across all edits, and keyboard shortcuts for copy, download and reset.
- SVG Animation Generator
Initial release, spin, pulse, bounce, fade, draw-line and morph presets with duration, easing, delay and iteration controls, live preview and self-contained animated SVG output.
- SVG Gradient Generator
Added undo/redo across stops and colors, keyboard shortcuts (reroll, copy SVG/CSS, undo/redo), and a reroll that seeds a harmonious starting palette.
- SVG Background Generator
Added a copy-ready CSS background-image snippet (optimized data-URI), undo/redo across layouts and colors, keyboard shortcuts, and one-click preset backgrounds.
- SVG Pattern Generator
Added ready-to-paste CSS with an inline single-tile data-URI, undo/redo, keyboard shortcuts, and a randomise button for quick inspiration.
- SVG Shape Generator
Added undo/redo across shapes and colors, keyboard shortcuts (copy, download, undo/redo, reset), and one-click shape presets to start from.
- SVG Placeholder Generator
Added one-click size presets (16:9, square, banner, avatar, story), a font-size override, undo/redo across every change, and keyboard shortcuts.
- CSV to JSON
Improved TSV handling, added a curated set of sample CSVs and refined the row/column count badges for headerless data.
- Extract Audio from Video
Improved the no-audio-track message, refined progress reporting on long clips, and tightened memory handling so bigger videos are less likely to fail mid-extract.
- GIF to Video
Added the before/after size comparison against the original GIF and clearer guidance on the soundless output and player-driven looping.
- MP4 to WebM
Added a VP9 constant-quality dial so you can trade detail against file size, plus a before/after size delta on the result.
- Audio Compressor
Added optional sample-rate downsampling (48/44.1 → 22.05 / 16 kHz) via an offline resample for much smaller voice files, plus clearer voice-vs-music guidance on the settings.
- Base64 Encoder
Added instant data: URL generation for files and a one-click switch to copy just the raw Base64 without the MIME prefix.
- Dynamic QR Code Generator
Added the step-by-step DIY dynamic recipe (own-domain path, Cloudflare/Netlify redirect, managed shortener) and clearer static-vs-dynamic guidance in the FAQ and troubleshooting.
- Bulk QR Code Generator
Added a centre logo across the whole batch with automatic error-correction guidance, SVG batch output, and a live single-code preview of the shared style before generating.
- Payment QR Code Generator
Added logo drop-in with automatic error-correction bump, a 'Scan to pay' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- WhatsApp QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Message us on WhatsApp' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Telegram QR Code Generator
Added logo drop-in with automatic error-correction bump, a 'Scan to open Telegram' frame, a Telegram-blue default look, and the real-time contrast + quiet-zone scannability check.
- LinkedIn QR Code Generator
Added centre logo/headshot drop-in with auto error-correction bump, a 'Connect on LinkedIn' frame with custom call-to-action label, LinkedIn-blue style preset and the real-time contrast + quiet-zone scannability check.
- YouTube QR Code Generator
Added a 'Scan to subscribe' frame with custom call-to-action label, logo/avatar drop-in with automatic error-correction bump, and the real-time decode + WCAG contrast scannability check.
- Spotify QR Code Generator
Added cover-art logo drop-in with automatic error-correction bump, a 'Scan to listen' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Location QR Code Generator
Added logo/map-marker drop-in with auto error-correction bump, a 'Scan for directions' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Calendar QR Code Generator
Added all-day event support (DATE-only encoding), a 'Scan to save the date' frame with custom call-to-action label, logo/monogram drop-in with automatic error-correction bump, and the real-time contrast + quiet-zone scannability check.
- PDF QR Code Generator
Added logo drop-in with automatic error-correction guidance, a 'Scan to view PDF' frame with a custom call-to-action label, and the real-time on-canvas decode + WCAG contrast scannability check.
- App Store QR Code Generator
Added real-time scannability validation, an on-canvas decode plus a WCAG contrast check with live warnings, and transparent PNG/SVG exports for overlays.
- Zoom QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to join' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check tuned for dark presentation slides.
- Discord QR Code Generator
Added server-logo drop-in with auto error-correction bump, a 'Scan to join' frame with custom call-to-action label, and transparent-background export tuned for stream overlays and Twitch panels.
- Meta Description Generator
Added intent-based templates (blog, product, category, local business, homepage, comparison, how-to) and a target-keyword presence check.
- Twitter Card Generator
Added live title/description length coaching, twitter:image:alt support, and curated templates (article, product, profile).
- Canonical URL Generator
Added a before/after normalisation diff, a removed-parameters list, and query-key sorting for deterministic canonicals.
- Schema Markup Generator
Added enum expansion (availability, item condition, event status) to full schema.org URLs, plus a minified-output toggle and per-type example presets.
- Google SERP Preview
Added the 'Extract from HTML' paste mode (title, meta description and canonical parsed client-side) and keyboard shortcuts with an in-tool helper.
- HTTP Header Checker
Added Brotli/Zstandard detection to the compression note, Set-Cookie flag inspection (Secure/HttpOnly/SameSite), and copy/download of the full report as text.
- Security Header Checker
Deepened CSP inspection (unsafe-inline / unsafe-eval and missing default-src detection) and HSTS checks (max-age threshold, includeSubDomains), plus a parsed-headers summary and copyable fix snippets.
- SVG Minifier
Added a dependency-free fallback minifier so the tool keeps working when the engine chunk can't load, plus keyboard shortcuts and a curated set of sample SVGs.
- SVG Size Optimizer
Added precision presets (Lossless, Balanced, Aggressive), keyboard shortcuts for stepping precision, and sample SVGs with deliberately over-precise coordinates to demonstrate the slider.
- SVG Validator
Added deliberately broken and deliberately unsafe sample SVGs, per-finding explanations, and clearer guidance that the tool is an advisory linter and not a sanitizer.
- SVG Wave Generator
Added undo/redo across shapes and colors, keyboard shortcuts (re-roll, copy, download, undo/redo), and one-click preset dividers to start from.
- Document Viewer
Added a sheet switcher for multi-sheet Excel workbooks and a live character/word/line count on the plain-text preview.
- MOV to MP4
Normalized output to the yuv420p pixel format for broader hardware playback, and added a before/after size delta on the result.
- Audio Volume Booster
Added in-browser MP3 export with a bitrate selector (encoded locally, no engine download), a toggle to intentionally push past the clip ceiling with an honest clamped-peaks warning, and negative gain for reducing volume.
- Audio to MP3
Added on-demand support for M4A/AAC/OGG/FLAC and video-container audio, with a codec that loads only when a less common file needs it so WAV/MP3 conversions stay instant and download-free.
- WAV Converter
Added sample-rate resampling (22.05–96 kHz, offline), selectable 16-bit and 24-bit depth, and a mono/stereo fold, plus a preview player so you can hear the result before downloading.
- FLAC Converter
Added clearer engine-loading state so the one-time ~31 MB core download is obvious, plus an honest lossless/lossy-source note that warns when a FLAC will be larger than a lossy input.
- M4A Converter
Added a raw .aac stream output alongside the default .m4a container, a clearer one-time codec-loading state, and drag-and-drop plus reset-and-retry so you can re-run without reloading.
- AAC Converter
Added a clearer one-time codec-loading state so the page stays light until you convert, plus drag-and-drop and reset so you can encode another file without reloading.
- Document Organizer
Added Alt + ← / → keyboard reordering and per-page rotate controls to the thumbnail grid, plus a running count of reordered, rotated and removed pages.
- PPT to PDF
Initial release. Open a.pptx in the browser with fflate, extract each slide's text and embedded images, and lay them out one slide per page onto a real PDF with jsPDF. Drag-drop/paste input, live preview, download and reset, with a clearly-stated fidelity limitation and the exact steps for a pixel-perfect export.
- Excel to PDF
Added a named sheet picker for multi-tab workbooks and preserved displayed cell text so dates, currencies and percentages export as shown instead of raw serials.
- HTML to PDF
Added inline word/character/line stats, clearer honesty notes about no-network asset loading and image-rendered vs. selectable text, and improved sandbox isolation of the preview frame.
- EPUB to PDF
Chapters that fail to load are now skipped instead of aborting the whole export, and the DRM / reflow limitations are stated clearly on the convert screen.
- PDF to PowerPoint
Added aspect-ratio-preserving fit so pages are letterboxed instead of stretched, plus a clearer honesty note that slides are page images, not editable text, with pointers to PDF to Text and PDF to Excel.
- PDF to TXT
Added support for password-protected PDFs (decrypted locally) and a clearer empty-result notice that points scanned or image-only PDFs to the OCR PDF tool.
- Add Page Numbers to PDF
Added compact 'X / Y' and centred '- X -' formats, a live page count in the file chip, and a clearer honesty note about stamping over scanned pages that already show printed numbers.
- Watermark PDF
Added quick-pick presets (DRAFT, CONFIDENTIAL, SAMPLE) for text marks, PNG transparency support for logo watermarks, and clearer honesty notes distinguishing a visible watermark from password protection.
- PDF Metadata Editor
Added a live 'changed fields' indicator and per-field clear buttons, plus a clearer honesty note distinguishing a standard-fields privacy scrub from a forensic wipe.
- Sign PDF
Initial release: sign a PDF in the browser by drawing, typing or uploading a signature, drag-to-position and corner-resize on a live page preview, multi-page navigation, one-click signed-PDF download and reset.
- JSON Validator
Initial release: live RFC 8259 validation, precise line + column errors with an on-screen caret, plain-English diagnoses, jump-to-error and structure stats (keys, depth, counts, byte size, type breakdown).
- JSON Tree Viewer
Initial release: collapsible JSON tree with per-node expand/collapse, expand-all and collapse-all, type and array/object length badges, and one-click copy of any node's value.
- JSON Diff
Initial release: structural path-based diff with add/remove/change counts, order-insensitive keys, ignore-keys and ignore-whitespace options, unified color view, drag-drop import and shareable links.
- JSON to TypeScript
Initial release: live JSON to TypeScript with interface/type output, root naming, readonly, export toggle, optional-from-null, prefix/suffix and de-duplicated nested interfaces.
- XML Formatter
Initial release: live beautify/minify, 2/4/tab indentation, verbatim CDATA/comment/declaration/PI handling, browser-native well-formedness checking with error line, byte-size stats, drag-drop import, undo/redo and shareable links.
- YAML Formatter
Initial release, live YAML formatting with 2/4/8-space indent, key sorting, flow/block style, YAML ↔ JSON conversion, precise line + column errors with jump-to-error, drag-drop import, undo/redo and shareable links.
- SQL Formatter
Initial release, live dialect-aware beautify/minify for eight engines, keyword-case control, 2/4/tab indentation, before/after size stats, drag-drop import, undo/redo and shareable links.
- HTML Formatter
Initial release, live HTML beautify with 2/4/tab indentation and adjustable print width, one-click minify with byte-size stats, precise line + column parse errors, drag-drop import, undo/redo and shareable links.
- CSS Beautifier
Initial release, live CSS/SCSS/LESS beautifying with syntax auto-detection, 2/4/tab indent and configurable print width, precise line + column errors with jump-to-error, drag-drop import, undo/redo and shareable links.
- JavaScript Beautifier
Initial release, Prettier-powered beautify for JS/TS/JSX/TSX with semicolon, quote, tab-width, print-width and trailing-comma options, live formatting, precise line/column errors, drag-drop import, undo/redo and shareable links.
- HTML Minifier
Initial release, live whitespace collapse and comment stripping with pre/textarea/script/style preservation, IE conditional-comment safety, byte-saving stats, drag-drop import, undo/redo and shareable links.
- CSS Minifier
Initial release, live csso minification, restructuring and keep-comments toggles, before/after byte + percentage-saved stats, drag-drop import, undo/redo and shareable links.
- JavaScript Minifier
Initial release: terser-powered minification with mangle and compress toggles, keep class/function names, live byte-savings stats, drag-drop import, copy/download/share and keyboard shortcuts.
- URL Encoder
Added batch (per-line) mode to encode newline-separated lists in one pass while preserving order and line count.
- URL Decoder
Initial release: live percent-decoding, native URL parsing into a protocol/host/port/path/hash component table, and a decoded per-parameter query breakdown.
- Hash Generator
Added HMAC mode with a secret-key field (HMAC-SHA1/256/384/512) and chunked file reading so large files hash without exhausting memory.
- UUID Generator
Added session history so you can retrieve previously generated batches, plus keyboard shortcuts and a shortcuts helper.
- NanoID Generator
Initial release: live size slider, URL-safe/numeric/lowercase/hex/alphanumeric presets, custom alphabet, bulk 1–1,000, per-row and bulk copy, TXT/CSV export and session history.
- Password Generator
Initial release, crypto-secure password generation with length slider (4–128), character-set toggles, exclude look-alikes, require-each-class, live entropy/strength meter, bulk output and per-row copy.
- Regex Tester
Initial release: live match highlighting, g/i/m/s/u/y flag toolbar, capture-group table with named groups and indices, and a collapsible regex cheat-sheet.
- Cron Expression Generator
Initial release, visual five-field builder (every / every-N / range / list), one-click presets, live plain-English description via cronstrue and next-5-runs preview via cron-parser, all client-side.
- Unix Timestamp Converter
Initial release: live-ticking epoch clock (seconds + ms), bidirectional epoch↔date conversion with auto seconds/ms detection, and ISO 8601, UTC, local, relative and weekday renderings.
- Markdown Preview
Initial release, live GFM preview with tables and task lists, formatting toolbar, sanitised HTML output, copy Markdown/HTML, drag-drop import and shareable links.
- Barcode Generator
Initial release, nine 1D symbologies with live preview, per-format validation, adjustable bar width/height and human-readable text, plus PNG and SVG export.
- QR Code with Logo
Added the real-time logo-safety scan test, an on-canvas jsQR re-decode plus a WCAG contrast check that warns live when a logo grows too large, and transparent-background support for overlaying branded codes.
- Static QR Code Generator
Added real-time scannability validation (on-canvas jsQR re-decode plus WCAG contrast check) and a clearer static-vs-dynamic explainer with a link to the dynamic generator.
- vCard QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to save my contact' frame with custom label, and the real-time jsQR re-decode + WCAG contrast scannability check.
- Business Card QR Code Generator
Added company-logo drop-in with automatic error-correction bump, a 'Scan to save my details' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- UPI QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan & Pay' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check tuned for harsh shop lighting.
- Email QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to email us' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- SMS QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Text us' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Phone QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to call' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Facebook QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Follow us on Facebook' frame with editable call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Instagram QR Code Generator
Added logo/profile-picture drop-in with automatic error-correction bump, a 'Follow us on Instagram' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Google Maps QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan for directions' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Event QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to add to calendar' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Menu QR Code Generator
Added centre-logo drop-in with automatic error-correction bump, editable frame label (Scan for Menu / View Menu / Order Here) and the real-time contrast + quiet-zone scannability check.
- Image QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to view' frame with custom label, and the real-time jsQR decode + WCAG contrast scannability check.
- App Download QR Code Generator
Added app-icon drop-in with automatic error-correction bump, a 'Download the app' frame with custom call-to-action label, and the real-time decode + WCAG contrast scannability check.
- Google Play QR Code Generator
Added app-icon drop-in with automatic error-correction bump, a 'Scan to install' / 'Get it on Google Play' frame with custom label, and the real-time contrast + quiet-zone scannability check.
- QR Code Decoder
Initial release: paste / drag-drop / upload / webcam decoding via jsQR, with the byte-for-byte raw payload shown alongside a scheme-aware parsed breakdown for URL, Wi-Fi, vCard, email, phone, SMS, geo and UPI codes.
- Meta Tag Analyzer
Added duplicate <title> and meta-description detection, per-check fix guidance, and a live Google snippet plus Facebook/X/LinkedIn card preview reconstructed from the found tags.
- Open Graph Generator
Added og:image ratio coaching against the 1200×630 sweet spot, HTML-escaping of every property value, and curated presets (article, product, profile).
- XML Sitemap Generator
Added duplicate-URL detection, HTTPS coverage stats, and a warning as you approach the 50,000-URL protocol limit, plus drag-and-drop .txt import.
- UTM Builder
Added lowercase and space-to-underscore normalisation options and curated channel presets (newsletter, Facebook CPC, Google organic, X social).
- Campaign URL Builder
Added unlimited custom parameters, a saved-parameters store, and lint checks for MixedCase values, spaces and missing required fields.
- HTML Validator
Added per-warning fix guidance, an at-a-glance summary strip (score, tag/heading counts, alt coverage) and drag-and-drop .html file support.
- SSL Certificate Checker
Added one-click copy for fingerprints and hostnames, a real sample certificate to explore, and a downloadable text report combining the parsed result with the hardening checklist.
- CSP Generator
Added the live strictness meter with plain-English notes (unsafe-inline, unsafe-eval, wildcard * and missing default-src detection) plus per-directive explanations.
- Reading Time Calculator
Added a copyable “X min read” badge string, a downloadable stat report, sample text, and copy/download/reset keyboard shortcuts.
- Word Counter
Added the keyword frequency breakdown, an adjustable reading pace with a separate speaking-time estimate, and Unicode-aware character counting.
- Character Counter
Added a custom-limit field, a copyable/downloadable stats report, sample loading and undo/redo.
- SVG Viewer
Added drag-drop and paste import, keyboard shortcuts with an in-tool reference, undo/redo on the source pane, curated sample SVGs, and a one-click hand-off to the SVG Optimizer.
- SVG Prettifier
Added a dependency-free indenter fallback so formatting keeps working when SVGO's chunk can't load, plus keyboard shortcuts and a set of sample minified SVGs.
- SVG Compressor
Added the estimated Brotli figure alongside gzip, clarified in-UI that both are entropy-based estimates, and tuned the model against a corpus of real icon and logo exports.
- SVG Code Formatter
Added a dependency-free indenter fallback so formatting keeps working when the engine chunk can't load, plus keyboard shortcuts for undo, redo, indent switching and clear.
- SVG to React
Added undo/redo history, keyboard shortcuts, curated examples, and a shareable-link option that reopens the tool with your SVG pre-loaded.
- SVG Color Editor
Initial release, automatic color detection across fills, strokes, gradient stops and inline styles, per-swatch picker/hex remap with a live checkerboard preview, copy, download, PNG export, undo/redo and shareable links.
- SVG Blob Generator
Added undo/redo across shapes and colors, keyboard shortcuts (re-roll, copy, download, undo/redo), and a set of one-click preset blobs to start from.
- EPUB Viewer
Added keyboard arrow-key page navigation, a true dark reading theme tuned for OLED screens, and a clearer honesty note about DRM and reflowable pagination.
- RTF Viewer
Initial release, open.rtf files by drop or paste, render formatted text with bold/italic/underline and paragraphs, toggle a raw-source view, and export clean HTML or plain text with copy, download and reset.
- Video to GIF
Added a timeline range selector for trimming, clearer size/length guidance, and a one-time engine-load note so the first conversion's pause is expected.
- AVI to MP4
Added a before/after size delta on the result and clearer guidance for legacy DivX/Xvid sources and non-standard audio streams.
- MKV to MP4
Made the lossless remux the default and added clearer guidance for the silent-audio case (FLAC/Vorbis tracks) that needs the re-encode fallback.
- Audio Cutter
Added a preview of the joined result before export, compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen), and a live removing/remaining readout.
- Audio Merger
Added an optional crossfade with a selectable overlap length (linear gain ramps at each seam), a live running-total duration, keyboard reordering, and compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen).
- Audio Joiner
Added drag-to-reorder of the clip list with a live combined-length total, full-sequence preview, and compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen).
- Audio Splitter
Added automatic split-on-silence with adjustable threshold and minimum-gap controls, plus a one-click ZIP download of the whole set (the ZIP builder is lazy-loaded only when requested).
- Audio Speed Changer
Added an optional “keep pitch” mode (offline resampler render), quick speed presets, and compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen).
- Audio Reverse
Added a seekable preview player, before/after size on the result, per-channel reversal to preserve stereo imaging, and honest guidance on memory limits and time-symmetric sounds.
- Audio Fade In / Out
Added compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen), numeric second inputs alongside the drag handles, and an overlap warning for short clips.
- Audio Silence Remover
Added compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen), plus a live gap count and time-saved readout that updates as you tune the controls.
- Ringtone Maker
Added built-in fade-in and fade-out with a live volume-ramp overlay on the wave, plus a warning when a selection runs past the ringtone length limit.
- OGG Converter
Added a clearer one-time codec-loading state so you know exactly when the WebAssembly encoder is fetching versus transcoding, plus drag-and-drop and reset-and-retry to re-encode at a new quality without reloading.
- Audio Player
Added A–B repeat: drag out a region on the waveform to loop just that passage, with keyboard-nudgeable handles and a one-click clear, plus a finer speed selector for transcription and practice.
- Audio Metadata Viewer
Added copy-to-clipboard for individual values and a full text report, plus clearer honest labelling distinguishing the estimated bitrate from a container-reported value.
- Audio Waveform Generator
Added scalable SVG export (vector paths, optional transparent background), a filled-shape style alongside mirrored bars, and portrait/landscape orientation with exact width/height controls.
- PDF to Excel
Added multi-page stitching into a single sheet, live row/column/cell stat badges, and clearer honesty notes about scanned PDFs and column touch-up.
- Document Comparer
Added word-level granularity alongside line mode, plus clearer guidance for cross-format (PDF vs. Word) comparisons where line boundaries differ.
- Video QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to watch' frame with a custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- QR Code Scanner
Added rear-camera preference on mobile, an on-screen targeting frame, and clearer permission/error messaging with an image fallback when a camera is unavailable.
- Meta Tag Generator
Added live title/description length coaching, HTML-escaping of all attribute values, and curated presets (blog article, product page, SaaS landing).
- Video Splitter
Added a live part-count preview for chunk mode and friendlier timecode parsing for custom ranges (seconds, M:SS and H:MM:SS), with clearer flagging of the entry it couldn't read.
- Video Cropper
Added one-tap aspect presets (1:1, 9:16, 4:5, 16:9) that centre a maximal box in each ratio, plus a Free-form mode for arbitrary rectangles.
- Video Loop
Added a projected-duration and estimated-output-size readout that updates as you change the repeat count, plus a large-output warning before heavy runs.
- Video Resizer
Added the three fit modes (Contain / Cover / Stretch) for changing a clip's shape, with inline explanations, plus automatic even-dimension snapping and a clearer one-time engine-loading state.
- Add Watermark to Video
Added a live placement preview that shows roughly where the mark lands, plus transparent-PNG alpha handling for logo overlays and clearer guidance on the bundled text font.
- Video Thumbnail Generator
Added a JPG quality slider and an optional longest-side downscale cap for web-ready thumbnails, plus a live timestamp readout while scrubbing.
- Video Metadata Viewer
Added the optional deep probe: one click loads the self-hosted FFmpeg (WebAssembly) core once to parse video/audio codec, overall bitrate and frame rate from the container.
- WebM to MP4
Initial release: browser-side WebM-to-MP4 conversion via WebAssembly FFmpeg, re-encoding video to H.264 and audio to AAC, with a live progress bar, in-page preview and download. Nothing is uploaded.
- Text to PDF
Added a live paginated page preview that reflects font, size and margin changes in real time, plus word/character/line stats and a copy-text-back-out action.
- Base64 Decoder
Launched the Base64 Decoder with live decoding, automatic standard/URL-safe detection, UTF-8 text output, copy/share and keyboard shortcuts.
- Diff Checker
Initial release: live line/word/character diff, unified and split views, ignore-whitespace and ignore-case, added/removed counts, drag-drop import, undo/redo and shareable links.
- WiFi QR Code Generator
Added logo drop-in with auto error-correction bump, a 'Scan to connect' frame with custom call-to-action label, and the real-time contrast + quiet-zone scannability check.
- Organization Schema Generator
Initial release, Organization JSON-LD generator with name, legal/alternate name, URL, logo, description, founding date, address, unlimited sameAs profiles and repeatable typed contact points, plus live validity check, copy-ready script tag, download, example preset, undo/redo and share links.
- LocalBusiness Schema Generator
Initial release, dedicated LocalBusiness JSON-LD generator with subtype picker, structured PostalAddress, GeoCoordinates, a seven-day opening-hours table, price range, aggregate rating and sameAs, plus live validity check, copy-ready script tag, download, presets, undo/redo and share links.
- SoftwareApplication Schema Generator
Initial release, dedicated SoftwareApplication generator with a tailored form (category, OS, price, rating), live JSON-LD, required/recommended validity check, copy-ready script tag, download, preset and share links.
- Video Schema Generator
Initial release, dedicated VideoObject generator with a focused form, live JSON-LD, required/recommended validity check for Google video rich results, minutes/seconds → ISO-8601 duration conversion, copy-ready script tag, download, example preset, undo/redo and share links.
- Recipe Schema Generator
Initial release, dedicated Recipe JSON-LD generator with ingredients, ordered HowToStep instructions, prep/cook/total times, yield, category, cuisine, keywords, nutrition calories and aggregate rating, plus a live required/recommended eligibility check, copy-ready script tag, download, presets, undo/redo and share links.
- Image Sitemap Generator
Initial release, page-grouped image URLs to a valid Google image-extension <urlset>, optional per-image title and caption, live validation, copy and download.
- Video Sitemap Generator
Initial release, video entries to a Google-valid <urlset> with the video: namespace, per-video thumbnail/title/description/player/content/duration/publish-date, live validation, copy and download.
- Sitemap Validator
Initial release, paste-first sitemap.xml validation: well-formedness, missing <loc>, 50,000-URL limit, HTTPS and changefreq/priority checks with a scored checklist.
- Twitter (X) Card Preview
Initial release: live summary + summary_large_image card preview, a tag warnings audit, field and HTML-extract input modes, copy/download/share, undo/redo and samples.
- JSON-LD Validator
Initial release. Paste a script tag or object to validate JSON syntax, @context/@type, and per-type required/recommended properties, with a 0–100 score, grouped checks, plain-English fixes and a re-formatted JSON copy.
- SVG Editor
Initial release, live code↔preview editing on a checkerboard/light/dark canvas, one-click Format / Optimize (SVGO) / Minify, a live element/color/feature/viewBox/byte-size inspector, undo/redo, copy, download and curated starter SVGs.
- SVG to Vue
Initial release: live SVG→Vue conversion producing a Vue 3 <script setup> SFC with native attributes and $attrs pass-through, TypeScript/JavaScript toggle, custom component name, live preview, and copy/download.
- SVG Icon Generator
Initial release: batch SVG normaliser (shared viewBox, export size, currentColor retint, stroke unification) with a live grid preview and standalone/sprite export.
- CSV Viewer
Added tab-separated paste-to-view from Excel/Google Sheets, a live match count on search, and a copy-CSV-to-clipboard action.
- Video Speed Changer
Added a live target-duration readout that updates as you change the speed, and clearer guidance that slowing a clip down produces a longer, heavier file.
- Reverse Video
Added the 'Reverse audio too' toggle for a clean silent reverse, and clearer large-file guidance so long clips warn before they start rather than mid-render.
- MP3 Converter
Added on-demand exotic-input support (OGG/FLAC/M4A/AAC decode) that loads a codec only when needed, plus a clearer engine-loading state so native WAV/MP3 conversions stay instant and download-free.
- PDF to HTML
Initial release, drop/paste a PDF and rebuild reading-order paragraphs into clean, semantic HTML wrapped in per-page <section> elements, with a rendered preview, a source view, copy-to-clipboard and a self-contained.html download.
- QR Code Generator
Added real-time scannability validation, an on-canvas jsQR re-decode plus a WCAG contrast check with live warnings, and transparent PNG/SVG exports.
- Meta Title Preview
Initial release, live desktop + mobile Google title preview with canvas-measured pixel-width truncation, brand suffixing, length/pixel guidance, copy title / copy <title> / download / share and undo/redo.
- Breadcrumb Schema Generator
Initial release, ordered breadcrumb editor building valid BreadcrumbList JSON-LD with auto-numbered positions, live Google-style trail preview, required-property validity check, copy-ready script tag, download, example and undo/redo.
- Schema Validator
Initial release. Paste JSON-LD, a script tag or full HTML. Auto-detects every structured-data block. Validates each against schema.org required/recommended properties per @type with a scored, grouped report and rich-result notes.
- SVG Optimizer
Added a dependency-free fallback optimizer so the tool keeps working when SVGO's chunk can't load, plus keyboard shortcuts and a curated set of sample SVGs.
- SVG to HTML
Initial release, live SVG→HTML conversion with inline <svg> and self-contained data-URI <img> modes, custom alt text, a sanitised live preview, and copy/download to a.html file.
- SVG to CSS
Initial release, live SVG→CSS conversion with background-image and mask modes, a compact URL-optimized data URI, a custom selector, live preview, and copy/download.
- SVG to Data URI
Initial release, live SVG→data URI encoding with URL-optimized and base64 output, CSS / <img> / raw URI snippets, an optional cleanup pass, a live size comparison, and copy/download.
- Data URI to SVG
Initial release: decode base64 and URL-encoded data:image/svg+xml URIs to raw SVG, with encoding auto-detection, a live preview, and copy/download as.svg.
- PNG to SVG
Initial release, in-browser PNG/JPG/WebP tracing to SVG with Flat/Poster/Photo/Sketch modes, adjustable color count, side-by-side raster/vector preview, path-count and size readout, and copy/download.
- SVG Path Editor
Initial release, live auto-fitting outline with anchor and control-point overlays, a command-by-command breakdown, length/bounding-box/subpath geometry, and one-click absolute/relative normalisation.
- SVG Path Visualizer
Initial release, auto-fit path canvas with anchor nodes, bezier control handles and dashed connectors, green/red start-end markers, editable `d` with live redraw, and a length / bounding-box / subpath / per-command report.
- SVG Sprite Generator
Initial release: drop multiple SVGs, build a <symbol> sprite with sanitised unique ids, live preview, and copy/download of the sprite plus per-icon <use> snippets.
- Video Converter
Added a real H.264 quality dial for MP4 output mapped to CRF, faststart on MP4/MOV for instant web playback, and a clearer one-time engine-loading state with a determinate progress bar.
- Video Merger
Added up/down reorder buttons alongside drag, per-clip remove, and a running estimated-length total so you can prune the queue before a long merge.
- Video Rotate
Added orientation-metadata stripping so corrected files read upright in players that previously ignored the rotation flag, plus a clearer one-time engine-loading note on the first rotation.
- Mute Video
Faster remux path and a clearer first-run engine-loading note so the mute starts sooner after the one-time download.
- GIF to Video
Initial release, browser-side GIF-to-video via WebAssembly FFmpeg, MP4 (H.264) and WebM (VP9) targets, faststart MP4, automatic even-dimension correction, live progress, in-tool preview with size delta and download. Nothing is uploaded.
- Video Frame Extractor
Added a max-size cap to downscale large batches, mm:ss timestamp parsing, and clearer honesty about browser seek precision and DRM/codec limits.
- Video Player
Added a speed menu with pitch preservation, keyboard frame-stepping (comma / period) and clearer, labelled controls for screen-reader users.
- MP4 to WebM
Initial release, browser-side MP4-to-WebM conversion via WebAssembly FFmpeg, re-encoding video to VP9 and audio to Opus, with a live progress bar, in-page preview and download. Nothing is uploaded.
- Audio Trimmer
Added compact MP3 export with a selectable bitrate (encoder lazy-loaded only when MP3 is chosen), a live start/end/length readout, and keyboard nudging of the selection handles for frame-level precision.
- Audio Normalizer
Added in-browser MP3 export with a bitrate selector (encoded locally, no engine download), plus clearer honest guidance distinguishing peak/RMS normalisation from LUFS loudness targets.
- Audio Recorder
Added a post-record waveform trim step (drag a selection, preview, keep only what you want) and pause/resume during a take, with the timer banking paused time.
- Markdown to PDF
Added task-list (checkbox) rendering, improved table and fenced-code styling in both the preview and the PDF, and a clearer honesty note about image-rendered text vs. the selectable-text Text to PDF tool.
- JSON Formatter
Initial release: live beautify/minify/sort, 2/4/tab indentation, precise line + column errors with jump-to-error, byte-size stats, drag-drop import, undo/redo and shareable links.
- Base64 Encoder
Launched the Base64 Encoder with live text encoding, drag-and-drop file support, URL-safe mode, data URLs, copy/download/share and keyboard shortcuts.
- JWT Decoder
Initial release: three-pane header/payload/signature view, human-readable iat/exp/nbf, live validity badge, and local HS256 signature verification.
- UUID Generator
Launched the UUID Generator with v4, v7 and nil support, bulk generation up to 1,000, uppercase and hyphen toggles, per-row copy, copy-all, and TXT/CSV export.
- App Store QR Code Generator
Initial release: paste an Apple App Store link and generate a branded, scannable QR that opens your listing on iPhone and iPad, with app-icon logo support and PNG/SVG/PDF/EPS/JPG/WEBP export up to 4096px.
- QR Code Reader
Initial release: image-first QR reading with drag-and-drop, file choose and clipboard paste, plus an optional webcam path, all decoded in-browser with jsQR and typed result parsing for URL, Wi-Fi, vCard, email, phone, SMS and geo payloads.
- Canonical URL Generator
Initial release, rel=canonical tag generation with host/scheme/path normalisation, trailing-slash and fragment handling, tracking-parameter stripping, HTTP Link header and framework snippets.
- FAQ Schema Generator
Initial release, repeatable question/answer form, live FAQPage JSON-LD, required/recommended validity check, copy-ready script tag, download, example preset, undo/redo and share links.
- Article Schema Generator
Initial release, dedicated Article / BlogPosting / NewsArticle JSON-LD generator with author and publisher graphs, published/modified dates, multiple images, keywords, live SERP preview, required/recommended validity check, copy-ready script tag, download, example presets, undo/redo and share links.
- Product Schema Generator
Initial release: dedicated Product JSON-LD generator with nested Offer (price, currency, availability, condition, price-valid-until), AggregateRating, brand and SKU/GTIN/MPN identifiers, live required/recommended validity check, copy-ready script tag, download, example preset, undo/redo and share links.
- Review Schema Generator
Initial release: Review JSON-LD generator with itemReviewed (type + name), author, review body and a normalised Rating node, live star preview, required-property check, copy-ready script tag, download, presets, undo/redo and share links.
- Person Schema Generator
Initial release: dedicated Person JSON-LD generator with name, job title, worksFor employer, image, contact and bio, a repeatable sameAs list, live required/recommended validity check, copy-ready script tag, download, presets, undo/redo and share links.
- Event Schema Generator
Initial release, dedicated Event JSON-LD generator with dates, venue address, virtual URL, organizer, performer and ticket offer, a live required/recommended validity check, copy-ready script tag, download, example preset, undo/redo and share links.
- HTML Sitemap Generator
Initial release, URL-list to nested HTML sitemap, automatic path grouping, escaped anchors, live rendered preview, copy and download.
- News Sitemap Generator
Initial release, article list to valid Google News <urlset> with news: namespace, default publication name/language, per-article overrides, copy and download.
- Robots.txt Generator
Initial release, structured user-agent groups with Allow/Disallow/Crawl-delay, Sitemap and Host directives, live output, lint warnings, copy and download robots.txt.
- Robots.txt Validator
Initial release, paste-first robots.txt parser and linter: User-agent grouping, Allow/Disallow breakdown, site-wide Disallow detection, unknown-directive and missing-sitemap warnings, all in-browser.
- Open Graph Preview
Initial release, paste-HTML or type-fields modes driving a live Facebook & LinkedIn share card, a missing-tag audit, og:image size check, and copy/download of a clean Open Graph block.
- Rich Results Preview
Initial release. Paste JSON-LD or full HTML, automatic type detection, required/recommended validation, rich-result eligibility mapping, 0–100 score and grade, precise JSON parse errors, sample and file drop.
- URL Parser
Initial release, full WHATWG component breakdown, decoded query-parameter table, path segments, derived domain/subdomain/TLD and a live rebuilt URL.
- Slug Generator
Initial release, live text-to-slug with separator, case, strict-mode and max-length controls, ASCII transliteration, copy/download/share and undo/redo.
- CSS Validator
Initial release, brace-balance checking, unclosed/empty block detection, comment and string awareness, and line-numbered findings, all in the browser.
- Meta Tag Validator
Initial release. Paste HTML to validate meta tags against best practices, grouped into Foundations, Length, Social and Conflicts, with per-rule pass/warn/fail verdicts and an A–F grade.
- HTTP Header Checker
Initial release, raw response-header parsing into a table, status/redirect reading, caching, compression, cookie and CORS notes, and a graded HSTS/CSP/X-Frame-Options security audit.
- Heading Checker
Initial release. Paste HTML to get the H1–H6 outline as a tree plus structural checks for missing/multiple H1s, skipped levels and empty headings, each with a fix.
- Keyword Density Checker
Initial release, ranked keyword density table for 1-, 2- and 3-word phrases with counts and percentages, stopword filtering, and HTML tag stripping.
- SVG to PNG
Initial release: in-browser SVG→PNG rasterization with a 1×–8× scale, exact width/height mode, transparent or solid background, live preview, output-dimension readout, and one-click download.
- SVG Gradient Generator
Initial release, linear/radial/conic gradient generator with unlimited draggable color stops, angle dial, live SVG + CSS output, and SVG/PNG export.
- SVG Background Generator
Initial release, mesh, dots, grid, waves and blob styles with aspect-ratio presets, two-color + accent palette, opacity/density controls, seeded re-roll, live preview and SVG + PNG export.
- SVG Pattern Generator
Initial release, seven tile primitives (dots, grid, lines, cross, chevron, triangles, circles) with tile-size, color and stroke controls, live preview, and SVG + CSS output.
- SVG Wave Generator
Initial release: seeded wave-divider generator with height, amplitude, wave-count and layer controls, solid/gradient fill, flip toggle, live preview, re-roll, and SVG + PNG export.
- SVG Shape Generator
Initial release, parametric shape generator with polygon, star, gear, heart, sunburst, hexagon and triangle types, sides/radius/inner-radius/rotation controls, solid/gradient fill, live preview and SVG + PNG export.
- SVG Placeholder Generator
Initial release, width/height, custom label and background/foreground colors with a live preview, SVG + data-URI output and SVG/PNG export.
- JSON to CSV
Added automatic flattening of nested objects and arrays into dotted, index-suffixed columns, plus a union-of-keys header so ragged arrays keep every field.
- CSV to Excel
Added worksheet-name sanitisation (illegal characters and the 31-character Excel limit are handled automatically) and clarified that cells are written as text to preserve leading zeros.
- Excel to CSV
Added 'Export all sheets' to download every tab at once as individual CSV files, and named single-sheet downloads after the source tab.
- MOV to MP4
Initial release: browser-side MOV-to-MP4 conversion via WebAssembly FFmpeg, re-encoding video to H.264 and audio to AAC with +faststart, plus a live progress bar, in-page preview and download. Nothing is uploaded.
- Audio Compressor
Initial release, in-browser audio compression to MP3 with selectable 96–320 kbps CBR bitrates, native Web Audio decoding, a source waveform preview, an exact before/after size and percentage-saved readout, and one-click download.
- Meta Description Generator
Initial release, focused description editor with a live character + pixel meter, pixel-accurate desktop/mobile SERP preview, copy tag / copy text / download / share and undo-redo.
- Twitter Card Generator
Initial release: summary and summary_large_image Twitter Card generation from one form, live X card preview, copy/download/share and undo/redo.
- SVG Size Optimizer
Initial release: precision-first SVG shrinking with a large coordinate-precision slider, live byte + gzip + saved-percentage trade-off meter, checkerboard preview, keep-viewBox / remove-dimensions / remove-IDs / remove-title toggles, multipass, copy, download, undo/redo and shareable links.
- CSV Editor
Added automatic delimiter detection for tab- and semicolon-separated files, tab-separated paste-to-expand from Excel/Google Sheets, and a copy-CSV-to-clipboard action.
- Document Viewer
Initial release: a universal in-browser viewer that auto-detects and previews PDF, CSV, Excel, text, Markdown, JSON, EPUB, RTF and image files, with a one-click download of the original and a tidy fallback for unsupported types.
- Video Compressor
Added the target-size hint that estimates a starting quality from a size you need to hit, plus a clearer one-time engine-loading state and a determinate progress bar during the encode.
- Video Trimmer
Added keyboard-precise handle nudging (arrow keys, Shift for tenth-of-a-second steps, Home/End) and a clearer one-time engine-loading note on the first trim.
- Extract Audio from Video
Added an inline player to audition the result before download, honest engine-loading and size warnings for large files, and higher-quality default encode settings per format.
- Audio to MP3
First release, a beginner-friendly 'audio to MP3' converter with drag-and-drop, an in-page player to preview the source, plain-language quality choices, native in-browser encoding via lamejs and a one-click download.
- OGG Converter
Initial release, in-browser OGG Vorbis conversion via the shared on-demand codec, with selectable Vorbis quality levels, native Web Audio decoding, a source waveform preview, an exact before/after size readout and one-click download.
- FLAC Converter
Initial release: in-browser FLAC conversion via an on-device ffmpeg core, native Web Audio decoding, a source waveform preview, an exact before/after size readout and one-click download.
- AAC Converter
Initial release, in-browser AAC conversion from WAV, MP3, M4A, OGG, FLAC and WEBM via native Web Audio decoding plus an on-demand codec, with a source waveform preview, an exact before/after size readout and one-click download.
- Audio Format Converter
Added per-format quality controls, a bitrate picker that appears only for lossy targets (MP3/AAC), plus a clearer native-vs-on-demand note so you know upfront whether a target loads the codec.
- Audio Metadata Viewer
Initial release: native Web Audio metadata probe reporting exact decoded duration, sample rate, channel layout, size, MIME type, detected format and an honest estimated average bitrate, with a waveform and preview player.
- Document Organizer
Initial release: a single visual canvas of page thumbnails with drag-and-drop reordering, lossless 90° rotation, mark-to-delete, a live change summary and a one-pass rebuild, all in the browser.
- Excel to PDF
Initial release: drop an.xlsx/.xls/.ods/.csv workbook, pick a sheet with live preview, choose orientation and A4/Letter, header-row toggle, and one-click bordered-table PDF export, all in the browser.
- HTML to PDF
Initial release: split-pane HTML editor with a live sandboxed preview, one-click PDF export with A4/Letter page sizes and tunable margins, drop/paste/type input, copy-sanitised-HTML, samples and reset.
- EPUB to PDF
Initial release. Drop an.epub, preview the source, choose A4 or US Letter, and export a paginated PDF with chapters in reading order and images intact. Fully client-side.
- PDF to PowerPoint
Initial release, PDF to.pptx with one full-bleed image slide per page, a live slide-by-slide preview, standard/high render resolution, 16:9 / 4:3 slide sizes, and a genuine Office Open XML package built in the browser.
- PDF to TXT
Initial release, drop/paste a PDF and extract every page's text layer to clean UTF-8 plain text, with a live preview, copy-to-clipboard,.txt download and live word/character/line/page counts.
- Add Page Numbers to PDF
Initial release, drag/drop/paste a PDF, six positions, bare-number and 'Page X of Y' formats, custom start number, font size and margin, skip-cover-page, live first-page preview and one-click download. Numbers are drawn as real selectable Helvetica text, fully in the browser.
- Watermark PDF
Initial release, text and image watermarks stamped onto every PDF page with opacity, angle, size and single-vs-tiled placement, a live on-page preview, and fully client-side pdf-lib rendering.
- PDF Metadata Editor
Initial release: drag/drop/paste a PDF to view its title, author, subject, keywords, creator, producer and dates, edit any field, one-click strip-all for privacy, reset to original, copy-as-JSON, and download the updated file. 100% in-browser via the pdf-lib engine.
- URL Encoder
Launched the URL Encoder with live encoding, component vs full-URL modes, Unicode-safe UTF-8 output, copy/download/share and keyboard shortcuts.
- Hash Generator
Initial release: simultaneous MD5, SHA-1, SHA-256, SHA-384 and SHA-512 for text and dropped files, each with its own copy button and an uppercase toggle.
- Dynamic QR Code Generator
Initial release: URL-locked studio tuned for owner-controlled redirect links, with full branding (colors, gradients, dot/eye shapes, logo, 'Scan me' frame), live scannability validation and PNG/SVG/PDF/EPS/JPG/WEBP export up to 4096px.
- Static QR Code Generator
Initial release: full static-QR studio: 28 content encoders baked directly into the pattern, dot/eye styling, gradients, transparent background, centre logo with error-correction guidance, live preview and PNG/SVG/PDF/EPS/JPG/WEBP export up to 4096px.
- Bulk QR Code Generator
Initial release, CSV upload with a downloadable template, shared batch styling (colors, dot/eye shapes, margin, corner radius), live progress and a single-ZIP download of individually named QR codes.
- Payment QR Code Generator
Initial release, three-way payment-method selector (UPI, PayPal.me, Bitcoin) with per-method forms, standard upi://pay, paypal.me and BIP-21 bitcoin: payloads, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- WhatsApp QR Code Generator
Initial release, locked WhatsApp content form (international number + pre-filled message), standard wa.me click-to-chat payload with automatic message escaping, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Telegram QR Code Generator
Initial release, locked Telegram content form that accepts a bare @username or a full t.me link, builds the correct https://t.me/… payload in the browser, with live preview and PNG/SVG/PDF/JPG/WEBP/EPS export.
- Facebook QR Code Generator
Initial release, locked to Facebook URL input with facebook.com validation and automatic https:// prefixing, live preview, and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Instagram QR Code Generator
Initial release, locked Instagram content form with username-or-URL input and automatic profile-link normalisation, live preview, and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- LinkedIn QR Code Generator
Initial release: locked LinkedIn URL form (profile, company, page or post), instant plain-link encoding, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- YouTube QR Code Generator
Initial release: locked YouTube link form with URL normalisation (channel, video, Short, playlist, @handle), live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Spotify QR Code Generator
Initial release, locked Spotify link form (track / album / artist / playlist / show / episode), live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Location QR Code Generator
Initial release, locked geo content form (latitude, longitude, optional label), standard geo:lat,lng?q= payload, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Google Maps QR Code Generator
Initial release, locked Google Maps content form (address / place / Maps URL), standard maps.google.com search URL output, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Event QR Code Generator
Initial release, locked calendar content form (title, location, start, end, description), standards-compliant iCalendar VEVENT payload, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Calendar QR Code Generator
Initial release: locked calendar content form (title, location, start, end, description) building a standard iCalendar VEVENT, with live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Menu QR Code Generator
Initial release, menu-link QR generator locked to the URL encoder with automatic https:// prefixing, a 'Scan for Menu' table-tent frame, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- PDF QR Code Generator
Initial release: locked PDF-link content form, live preview, full color/gradient/dot/eye customization, and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Image QR Code Generator
Initial release: locked image-URL content form with automatic https:// prefixing, live preview, and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- App Download QR Code Generator
Initial release, locked app-download content form (App Store, Google Play and fallback/smart-link URL), single-code encoding with honest platform-routing guidance, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Google Play QR Code Generator
Initial release, locked Google Play content form, encodes the exact play.google.com listing URL, with live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Zoom QR Code Generator
Initial release: locked Zoom join-URL form, live preview, and print- and slide-ready PNG/transparent PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px, all generated in the browser.
- Discord QR Code Generator
Initial release, locked Discord invite form with automatic normalisation of discord.gg, discord.com/invite and vanity URLs, live preview, and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Meta Tag Analyzer
Initial release: paste-HTML meta audit covering title, description, canonical, robots, viewport, charset, Open Graph and Twitter Card, with a 0–100 score, grouped checklist and copy/export.
- Open Graph Generator
Initial release: full Open Graph tag generation from one form with live, faithful Facebook and LinkedIn share-card previews, copy/download/share and undo/redo.
- Schema Markup Generator
Initial release: schema hub with 12 types (Article, FAQ, Product, Organization, LocalBusiness, Event, Breadcrumb, Video, Recipe, Person, Review, Software), tailored forms, live JSON-LD, required/recommended validity check, copy-ready script tag, download, presets, undo/redo and share links.
- XML Sitemap Generator
Initial release, URL-list to valid <urlset> sitemap.xml, site-wide changefreq/priority/lastmod defaults, per-URL pipe overrides, live validation, copy and download.
- Google SERP Preview
Initial release: live desktop + mobile Google snippet preview with canvas-measured pixel-width truncation, length/pixel guidance, HTML extraction, copy/download/share, undo/redo and samples.
- UTM Builder
Initial release, build UTM campaign URLs from source, medium, campaign, term and content with a live parameter table, existing-query preservation, copy/download/share and undo/redo.
- Campaign URL Builder
Initial release: UTM builder with all five parameters, channel presets, a live encoded parameter table, copy/download/share and undo/redo.
- HTML Validator
Initial release, well-formedness re-parse, on-page SEO checks (title, meta description, lang, empty links), image alt coverage and a rendered h1–h6 heading outline, all grouped and scored.
- Security Header Checker
Initial release. Paste response headers for an A–F security grade with per-header pass/warn/fail on HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, each with a copy-ready fix.
- SSL Certificate Checker
Initial release: paste-a-PEM decoding with exact SHA-1/SHA-256 fingerprints via Web Crypto, DER length, recovered DNS/SAN names and Common Name candidates, plus the full TLS/SSL best-practice checklist.
- CSP Generator
Initial release, per-directive CSP builder for default/script/style/img/connect/font/frame/frame-ancestors, auto-quoted keyword sources, header output, copy/download/reset and undo/redo.
- Reading Time Calculator
Initial release: live reading-time estimate with an adjustable WPM control, research-backed pace presets, and a full word/sentence/paragraph/character breakdown.
- Word Counter
Initial release: live word, character, sentence, paragraph, line and byte counts with reading-time estimation and a copy/download/reset workspace.
- Character Counter
Initial release, live characters with/without spaces, words, sentences, lines, paragraphs and UTF-8 bytes, with Twitter/X, SEO title, meta description and SMS limit meters.
- SVG Viewer
Initial release, checkerboard/light/dark canvas, fit/50/100/200% zoom, live dimensions, editable source pane with live redraw, and a full element/color/feature/viewBox/byte-size report.
- SVG Minifier
Initial release, client-side SVG minification with Safe / Balanced / Aggressive presets, single-line output, tunable precision and strip toggles, live checkerboard preview, before → after byte + gzip meter with a savings bar, copy, download, undo/redo and shareable links.
- SVG Prettifier
Initial release, client-side SVG prettifier with selectable 2-space / 4-space / tab indentation, one-element-per-line output, live checkerboard preview, copy, download, undo/redo and shareable links.
- SVG Code Formatter
Initial release, client-side SVG formatting with 2-space / 4-space / tab indentation, whitespace-only prettify, live checkerboard preview, copy, download, undo/redo, sample SVGs and shareable links.
- SVG Validator
Initial release, client-side well-formedness check, structured pass/fail checklist (svg root, xmlns, viewBox, dimensions), security/XSS scan, live checkerboard preview, composition report, copy, download, undo/redo and shareable links.
- SVG to React
Initial release: live SVG→React conversion with camelCased attributes, TypeScript/JavaScript toggle, custom component name, props spread, memo, forwardRef, a React Native target, live preview, and copy/download.
- SVG Blob Generator
Initial release, seeded blob generator with complexity, contrast and size sliders, solid/gradient fill, live preview, re-roll, and SVG + PNG export.
- CSV to JSON
Added opt-in type inference (numbers, booleans and empty→null) with a clear note that it is off by default to preserve leading zeros and exact string formatting.
- EPUB Viewer
Initial release, in-browser EPUB reader with paginated page turns, a table-of-contents sidebar, adjustable font size, light/sepia/dark themes and book metadata, powered entirely by epubjs on-device.
- Video to GIF
Initial release, browser-side video-to-GIF via WebAssembly FFmpeg with a two-pass palette, adjustable start, duration, frame rate and width, live progress, in-tool preview and download. Nothing is uploaded.
- AVI to MP4
Initial release: browser-side AVI-to-MP4 conversion via WebAssembly FFmpeg, re-encoding video to H.264 and audio to AAC with yuv420p and +faststart, plus a live progress bar, in-page preview and download. Nothing is uploaded.
- MKV to MP4
Initial release, browser-side MKV-to-MP4 conversion via WebAssembly FFmpeg, with a fast lossless remux mode (stream copy) plus a full H.264/AAC re-encode fallback, a live progress bar, in-page preview and download. Nothing is uploaded.
- Audio Cutter
Initial release: drop-to-decode with a native Web Audio waveform, a draggable selection region to delete a span and join the rest sample-accurately, and lossless WAV export with one-click download.
- Audio Merger
Initial release: drop a batch of clips, decode each natively, drag rows to set the order, splice them end-to-end losslessly, preview the combined track, and export a WAV with one-click download.
- Audio Splitter
Initial release: drop-to-decode with a native Web Audio waveform, fixed-length and custom-range splitting into sample-accurate lossless WAV parts, per-part preview, and individual downloads.
- Audio Volume Booster
Initial release: native Web Audio dB gain with a live peak/headroom readout, automatic clip-protection cap, a before/after peak comparison, a preview player and one-click lossless WAV download.
- Audio Speed Changer
Initial release, drop-to-decode with a native Web Audio waveform, a 0.5×–2× speed slider with a live new-duration readout, in-tab preview, and lossless WAV export with one-click download.
- Audio Reverse
Initial release, drop-to-decode with a native Web Audio waveform, a true sample-accurate reversal (last frame to first), in-tab preview of the reversed track, and lossless WAV export with one-click download.
- Audio Fade In / Out
Initial release, drop-to-decode with a native Web Audio waveform, draggable fade-in and fade-out lengths with a live ramp overlay, faded preview, and lossless WAV export with one-click download.
- Audio Silence Remover
Initial release, drop-to-decode with a native Web Audio waveform, dBFS threshold and minimum-gap controls, kept-segment highlighting, stitched preview, and lossless WAV export with one-click download.
- Ringtone Maker
Initial release, drop-to-decode with a native Web Audio waveform, a draggable selection capped to a ringtone-friendly length, a finished-tone preview, and MP3 export with one-click download.
- WAV Converter
Initial release, in-browser conversion to uncompressed PCM WAV with native Web Audio decoding, a source waveform preview, an exact before/after size readout and one-click download.
- M4A Converter
Initial release, in-browser M4A/AAC conversion via native Web Audio decoding plus an on-demand codec, with a source waveform preview, an exact before/after size readout and one-click download.
- Audio Player
Initial release, drop-to-decode with a native Web Audio waveform, click-to-seek playback, a live playhead and current / total time readout, whole-track loop, and variable playback speed. No upload, no export.
- Audio Waveform Generator
Initial release: native Web Audio peak extraction with a live-preview waveform, customizable bar color, background, gap and resolution, and one-click transparent PNG export at a chosen size.
- SVG Compressor
Initial release, client-side SVG optimization with a raw / gzip / Brotli transfer meter, tunable precision, keep-viewBox / remove-dimensions / remove-IDs / remove-title toggles, multipass, live checkerboard preview, before/after savings, copy, download, undo/redo and shareable links.
- Audio Joiner
Initial release. Drop multiple clips, decode each natively, join them end-to-end with a native Web Audio concat, and export a lossless WAV with one-click download.
- PDF to Excel
Initial release: best-effort PDF table extraction (pdf.js positional row/column heuristic) into an editable, windowed spreadsheet grid with export to real.xlsx, CSV and copy-to-clipboard.
- Document Comparer
Initial release, compare two PDF, Word, RTF, text or Markdown documents with in-browser text extraction, a color-coded added/removed diff, line and word granularity, a live change count, copy, download-as-.diff and reset.
- QR Code with Logo
Initial release, logo-first QR studio: centre-logo drop-in with adjustable size and padding, automatic protect-area cut-out and error-correction bump to H, full color/gradient/dot/eye styling across all 28 content types, and PNG/SVG/PDF/EPS/JPG/WEBP export up to 4096px.
- vCard QR Code Generator
Initial release, locked vCard content form (name, title, org, mobile & work phone, email, website, full postal address, note), standard vCard 3.0 payload, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Business Card QR Code Generator
Initial release: locked vCard contact form (name, title, company, phone, work phone, email, website, address, note), standard vCard 3.0 payload with automatic character escaping, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- UPI QR Code Generator
Initial release: locked UPI content form (UPI ID / VPA, payee name, optional amount and note), standard upi://pay intent with automatic URL-encoding, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Email QR Code Generator
Initial release: locked email content form (recipient, subject, message body), standard mailto: payload with automatic URL-encoding of subject and body, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- SMS QR Code Generator
Initial release: locked SMS content form (phone number + pre-filled message), standard SMSTO: payload, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- Phone QR Code Generator
Initial release, locked phone content form with international-format input, automatic cleaning to a valid tel:+ payload, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- Video QR Code Generator
Initial release: locked video content form (hosted/streamed video URL), live preview, and print-ready PNG/transparent-PNG/SVG/PDF/JPG/WEBP/EPS export up to 4096px.
- QR Code Scanner
Initial release: live webcam scanning (getUserMedia + jsQR), image upload with drag-and-drop and clipboard paste, and typed result parsing for URL, Wi-Fi, vCard, email, phone, SMS and geo payloads with copy and context-aware Open actions.
- Meta Tag Generator
Initial release, meta, Open Graph and Twitter Card generation from one form, live pixel-accurate Google SERP snippet, Facebook/X/LinkedIn card previews, copy/download/share and undo/redo.
- Video Splitter
Initial release, drag-and-drop input, equal-chunk and custom-range split modes, in-browser FFmpeg WebAssembly cutting, live batch progress, inline segment preview, per-part download and one-click ZIP of the whole set, all watermark-free.
- Video Cropper
Initial release, drag-and-drop input, scrubbable preview, draggable/resizable crop box with a dimmed overlay, real-pixel readout, in-browser FFmpeg WebAssembly cropping, live progress, preview, before/after size and watermark-free download.
- Video Speed Changer
Initial release, drag-and-drop input, 0.25×–4× speed slider with presets, pitch-preserving or pitch-changing audio, remove-audio option, in-browser FFmpeg WebAssembly re-encoding, live progress, preview, before/after duration and size, and a watermark-free download.
- Video Loop
Initial release, drag-and-drop input, repeat-count control with live output length and rough size, in-browser FFmpeg WebAssembly concatenation, live progress, preview, before/after size and watermark-free download.
- Reverse Video
Initial release, drag-and-drop input, in-browser FFmpeg WebAssembly reversing of both video and audio, optional audio-reverse toggle, live progress, preview, before/after size and watermark-free download.
- Video Resizer
Initial release, in-browser resolution scaling via self-hosted FFmpeg (WebAssembly), standard height presets, custom width/height, an aspect-ratio lock, a preview player and one-click download of a faststart MP4.
- Add Watermark to Video
Initial release, drag-and-drop input, live preview, text and logo watermark modes, corner/centre placement, opacity control, font size and color for text, in-browser FFmpeg WebAssembly burn, live progress, before/after size and a download that carries only your mark.
- Video Thumbnail Generator
Initial release: instant, FFmpeg-free frame capture to PNG or JPG with drag-and-drop, a scrubbable preview player, full-size result preview and one-click download.
- Video Metadata Viewer
Initial release: instant, FFmpeg-free readout of duration, resolution, aspect ratio, file size and MIME type via a native `<video>` probe, plus best-effort audio-track detection and copy-as-text/JSON.
- Text to PDF
Initial release, paste/drop/type plain text and export a paginated PDF with real selectable vector text, choice of serif/sans/monospace font, point size, margins and A4/Letter page size, live preview, samples and reset.
- Video Frame Extractor
Initial release, instant in-browser frame extraction via native `<video>` + canvas (no FFmpeg), with frame-rate and timestamp modes, PNG/JPEG output, a preview grid, per-frame download and one-click ZIP.
- WiFi QR Code Generator
Initial release, locked Wi-Fi content form (SSID, security, password, hidden), standard WIFI: payload with automatic special-character escaping, live preview and print-ready PNG/SVG/PDF/JPG/WEBP/EPS export.
- SVG Optimizer
Initial release, client-side SVGO optimization with tunable precision, keep-viewBox / remove-dimensions / remove-IDs / remove-title toggles, multipass, live checkerboard preview, before/after byte + gzip meter, copy, download, undo/redo and shareable links.
- CSV Viewer
Initial release, drop/paste a CSV into a fast, read-only, windowed spreadsheet with auto delimiter detection, click-to-sort, search-across-cells, a live per-column profile (type, filled/empty, unique, numeric min/max/mean/sum), and export to CSV and JSON.
- JSON to CSV
Initial release, client-side JSON to CSV built on the shared papaparse engine, with a header toggle, a comma/semicolon/tab delimiter switch, live conversion, row/column/size badges, copy, download and shareable links.
- CSV to Excel
Initial release: client-side CSV to.xlsx with automatic delimiter sniffing (comma/semicolon/tab), a live grid preview, row/column and detected-delimiter badges, a custom worksheet name, drag-drop/paste/import, copy-as-CSV, download and reset.
- Excel to CSV
Initial release: client-side Excel to CSV with full multi-sheet detection, a sheet picker, a live preview grid, RFC-4180 quoting via SheetJS, copy and download, and support for both.xlsx and legacy.xls.
- Video Converter
Initial release: in-browser transcoding via self-hosted FFmpeg (WebAssembly) with a target-format picker (MP4, WebM, MOV, AVI, MKV, GIF), correct codec pipeline per container, a preview player and one-click download.
- Video Merger
Initial release: multi-file drag-and-drop input, drag-to-reorder clip list, in-browser FFmpeg WebAssembly merge with re-encode-to-baseline normalization, live count/length preview, determinate progress, preview and watermark-free MP4 download.
- Video Rotate
Initial release, drag-and-drop input, scrubbable player, live on-screen preview of 90°/180°/270° turns, in-browser FFmpeg WebAssembly re-encode with the rotation baked into the pixels, live progress, preview and watermark-free download.
- Mute Video
Initial release, drag-and-drop input, in-browser FFmpeg WebAssembly muting via lossless video stream-copy, live progress, silent preview, before/after size and watermark-free download.
- Video Player
Initial release, drag-and-drop local playback with a custom control layer: scrub bar with buffered range, variable speed (0.25×–4×), A→B loop, frame-by-frame stepping, Picture-in-Picture, fullscreen and full keyboard control. No upload, no engine, no processing.
- Audio Trimmer
Initial release: drop-to-decode with a native Web Audio waveform, a draggable selection region for sample-accurate trimming, region-only preview, and lossless WAV export with one-click download.
- Audio Normalizer
Initial release, native Web Audio peak and RMS normalisation with an exact dBFS target, a stacked before/after waveform, a preview player, measured before/after peak & RMS, and one-click lossless WAV download.
- MP3 Converter
Initial release, in-browser MP3 conversion via lamejs with selectable 96–320 kbps CBR bitrates, native Web Audio decoding, a source waveform preview, an exact before/after size readout and one-click download.
- Audio Recorder
Initial release, in-browser microphone recording via getUserMedia + MediaRecorder, a live input-level meter and running timer, and one-click export to lossless WAV, all processed locally with nothing uploaded.
- Markdown to PDF
Initial release, split-pane Markdown editor with a live GitHub-flavoured preview, one-click PDF export with A4/Letter page sizes, tunable margins and light/sepia themes, drop/paste/type input, copy-rendered-HTML, samples and reset.
- QR Code Generator
Initial release, full QR studio: 28 content encoders, dot/eye shape styling, color gradients, transparent background, centre logo with error-correction guidance, live preview and PNG/SVG/PDF/EPS/JPG/WEBP export up to 4096px.
- Extract Audio from Video
Initial release, in-browser audio extraction to MP3, WAV, AAC, M4A and OGG via FFmpeg WebAssembly, with drag-and-drop, a live progress bar, an inline audio preview and one-click download.
- CSV Editor
Initial release, drop/paste a CSV into an editable, windowed spreadsheet grid with cell editing, add/delete rows and columns, click-to-sort, find, live row/column/cell stats, and export to CSV, JSON and real.xlsx.
- CSV to JSON
Initial release: client-side CSV to JSON with automatic delimiter sniffing, a header toggle for array-of-objects vs array-of-arrays, live conversion, pretty/minified output, row/column/size badges, copy, download, undo/redo and shareable links.
- Video Compressor
Initial release: in-browser H.264 compression via self-hosted FFmpeg (WebAssembly), a plain-English quality slider mapped to CRF, exact before/after byte + percentage-saved meter, a preview player, and one-click download of a faststart MP4.
- Video Trimmer
Initial release, drag-and-drop input, scrubbable player, dual-handle timeline over a live filmstrip, frame-accurate in/out points, in-browser FFmpeg WebAssembly cutting, live progress, preview, before/after size and watermark-free download.
- Audio Format Converter
Initial release, universal in-browser conversion between MP3, WAV, OGG, FLAC, M4A and AAC, with a native fast path for WAV/MP3 targets, an on-demand codec for exotic targets, a source waveform preview and an exact before/after size readout.
Want to see what shipped?
Jump into the tools and workspaces the changelog is talking about.