Favicon Badge Generator – Add Notification Dot to Tab Icon
Upload your favicon and overlay a small numbered badge. Download the modified .ico and the JavaScript snippet to dynamically update the count.
UD5 Toolkit
Upload your favicon and overlay a small numbered badge. Download the modified .ico and the JavaScript snippet to dynamically update the count.
Generate dummy text with precise control: number of paragraphs, sentences per paragraph, and words per sentence. Also choose between Lorem Ipsum and random English.
Configure a modern HTML5 boilerplate with your choice of meta tags, social media cards, favicon links, and CSS/JS includes. Download or copy the code.
Obfuscate CSS by mangling class names and removing whitespace for production. Use with caution and export a mapping file to keep references intact.
Enter a URL and apply a custom CSS grid overlay to check alignment. A quick frontend design tool for verifying column placement and baseline grids.
Select a date, time zone, and locale to see how it appears in various formats (long, short, etc.). Ensure correct i18n.
Trace the edge of an object in an image and generate a CSS clip‑path polygon. For non‑rectangular layouts.
Randomly prompts you to press a Windows keyboard shortcut (e.g., Win+E). Learn to be a power user.
Press a combination of modifier keys and see which common macOS shortcuts use them. Learn by experimentation.
Convert text between various programming case styles. Includes SCREAMING_SNAKE, PascalCase, etc.
Create colorful, bulletproof HTML buttons for email. Uses VML for Outlook, graceful fallback for others.
Paste a JSON object and generate PlantUML code for a class or object diagram. Preview rendered image.
Select a caching strategy and see a flow diagram of how requests are handled. Learn PWA patterns.
Visual reference for CSS Grid properties. Click to see code snippets and visual demos.
Randomly picks a specific aspect to focus on (naming, security, performance) during code review. Sharpen reviews.
Enter names and randomly assign driver and navigator roles. Rotate fairly. Team tool.
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
Paste a full URL or query string and instantly get a pretty JSON object. Parse arrays and nested keys.
Build a cron expression using plain English toggles and see its visual timeline. No memorization needed.
Select multiple languages and tools (Node, Python, Mac, Windows) and generate a combined .gitignore.
Replace long CSS class names with short random strings. Map generated. For production optimization.
Paste a CSS rule and sort its declarations alphabetically or by box model grouping. Clean up styles.
Browse all Nerd Font icons by category. Click to copy the glyph character. For terminal and prompt customization.
Enter color in any CSS format and see all other representations. Live preview. Swatch history.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Paste an SVG path d string and parse it into an array of commands and coordinates. Useful for animations.
Type text and get every character converted to &#xxxx; entities. Useful for encoding.
Enter a name and query npm registry via public API to check if it's taken or scoped. Quick.
Paste JSON and instantly see if any object has duplicate keys. Quick syntax spotter.
Enter a CSS value in vw/vh and see the actual pixel size at current viewport. Dynamic resize demo.
Paste media queries and see a visual indicator of which rules apply at current viewport size.
Enter width, height, format to approximate file size. Plan web performance. Simple model.
Type a UPC or EAN number and see how a laser scanner would identify it, plus check digit validation.
Enter a URL and click to check if it's reachable from your browser (CORS-limited, uses no-cors fetch). Quick manual test. Local only.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Paste a YAML example and generate a JSON Schema draft that matches the structure. Helps build API specs. Pure client-side inference.
Type JavaScript expressions and see output like a real browser console. Supports console.log, error, warn. Use for quick testing without DevTools.
Browse a collection of ready-to-use CSS animations (fade, slide, bounce). Click to preview, then copy @keyframes and class to your project. Local tool.
Paste SVG path data and remove unnecessary precision, normalize commands, and reduce size. Helpful for optimizing inline SVGs. Local tool.
Validate and compare semantic version strings. Check if a version satisfies a range (e.g., ^1.2.3). Visual breakdown of major.minor.patch. Local only.
Compare two JSON objects and see added, removed, or changed keys. Visual tree view with color highlighting. Handles nested structures. Local processing.
Compile SCSS code to CSS directly in the browser using the official Sass.js library. Supports variables, mixins, nesting. No server upload required.
Interactive cheatsheet for JavaScript regular expressions with live examples. Click any token to see its explanation and test it on sample text immediately.
Quickly test SQL JOIN syntax (INNER, LEFT, RIGHT, FULL) with a sample database schema. Check logic and see conceptual result set without a real DB. Local only.
Experiment with JavaScript Intl.DateTimeFormat options. Choose locale, dateStyle, timeStyle, hour12 and see live output. Copy the code snippet for your project.
Practice calculating network ID, broadcast address, and usable IPs from a random IP/CIDR combination. Instant feedback and score tracking. Perfect for CCNA prep.
Paste a SQL CREATE TABLE statement and extract just the column names as a CSV header row. For data migration.
Paste a MySQL ENUM definition and get a TypeScript union type string literal. For type‑safe database schemas.
Paste a Base64 encoded font string and generate the complete @font‑face CSS rule. Inline small fonts easily.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Compose messages with bold, italic, links, and code. See the raw HTML or Markdown for your Telegram bot API calls.
Generate the doGet() and doPost() boilerplate for a Google Apps Script web app. Ready to paste into the editor.
Write a JavaScript snippet and get a ready‑to‑drag bookmarklet link. With minification and encoding. Easy browser tools.
Create the iPhone Dynamic Island look‑alike with a pill that expands on hover. Pure CSS. Copy the playful code.
Design a soft, extruded card with inner and outer shadows. Adjust depth and roundness. Copy the CSS.
Create a frosted glass card with background blur, border glow, and shadow. Adjust intensity. Copy the CSS.
Design a responsive navigation bar with a pure CSS hamburger menu. Customize colors and breakpoints. Copy the code.
Paste text with mixed Arabic/Hebrew and English. See the Unicode bidi class of each character and ordering. i18n debugger.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.