npm Version Range Checker - Online SemVer & Tilde Caret
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
UD5 Toolkit
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
Check if the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Generate dynamic placeholder images by specifying width, height, colors, and text. View instantly as a URL you can embed in mockups. Canvas-based.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Format and beautify SQL queries for improved readability. Supports various SQL dialects. Quick syntax highlighting and local processing ensure a secure experience.
Online JSON formatting and validation tool, supporting JSON minify/beautify, syntax highlighting, and error locating. Data processed locally in browser for security.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Create beautiful, syntax-highlighted screenshots of your code snippets. Choose themes and export as PNG. All client-side canvas rendering.
Preview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
Easily format, validate, and beautify XML documents. Minify XML data with a single click. All processing happens locally in your browser for maximum privacy.
Create promises that resolve or reject after a delay. See state changes and chain .then/.catch. Debug async code.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS textâdecoration.
Pick an emoji and convert it into a proper favicon .ico file for your website. No design skills needed. Instant download.
Upload a small file to see each byte as a block, color-coded by value. Visualize the structure of binary data. Client-side.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
Easily convert JSON data arrays into CSV format for Excel or database import. Handles nested structures with flattening options. All conversions happen locally, no data uploaded.
Build and test regular expressions against sample text. Real-time match highlighting, capture groups display, and flavor options. All inside your browser.
Easily create asymmetric border radius values and preview the result. Copy the generated CSS instantly. All interactively and browser-based.
Upload an image at multiple widths and generate a complete <picture> or <img srcset> snippet. Modern web performance.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkitâscrollbar and Firefox scrollbarâwidth.
Create a realistic letterpress (debossed) text effect using CSS textâshadow and background. Adjust depth and light direction. Copy code.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Upload a small pixel art image and get a CSS grid layout that recreates it using divs. Novelty developer tool.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Paste a list of numbers to visually check uniformity, mean, and simple pattern analysis. Educational tool for statistics and RNG.
Create text with a gradient fill using CSS background-clip. Configure colors and direction. Copy the code. Works in modern browsers.
Visually experiment with Flexbox container and item properties. See the layout update in real time and copy the CSS. Learn by doing, fully interactive.
Generate cryptographic and checksum hashes for any text string. Supports MD5, SHA-1, SHA-256, and CRC32. All hashing runs locally for maximum privacy.
Compare two text blocks and highlight differences line by line. Ideal for code review and document revisions. All diffs computed locally for privacy.
Visually configure scrollâsnap containers and items. Adjust alignment, stop behavior, and padding. Copy the clean CSS instantly.
Generate the MD5 hash of any text string. For quick integrity checks. All local computation.
Create complex linear gradients with any number of color stops, exact angles, and length units. Live preview and CSS code.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Reduce your HTML file size by stripping whitespace, comments, and optional closing tags. Secure browserâbased.
Convert multiple images to Base64 data URIs at once. Copy individually or as a JSON array. Great for inline assets. Local.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Recreate the target CSS linear gradient by adjusting stops and colors. A unique game for frontâend developers to master gradients.
Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
See interactive Venn diagrams for SQL JOINs: INNER, LEFT, RIGHT, FULL, CROSS. Understand set theory visually. Local static site.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
Enter a URL and see the full HTTP response headers returned by the server. Detect redirects and server type. Useful for SEO and web debugging.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Press any key to see the corresponding JavaScript event key, code, and keyCode. An essential debugging tool for front-end developers handling keyboard input.
Minify JavaScript and CSS code to reduce file size for production. Remove whitespace and comments instantly. Run locally, your code stays private.
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.
Tidy up messy HTML code with our online formatter and beautifier. Indent and clean your markup, preview the output instantly. No data is uploaded, everything runs in your browser.
Build a complex mailto: link with to, cc, bcc, subject, and body. Get the HTML anchor tag. Local.
Pick two images or colors and apply all 16 CSS mixâblendâmode values live. See and copy the right CSS for your design.
Create a customizable checkerboard or grid background using pure CSS gradients. Adjust cell size and colors. Copy the code.