Mac Keyboard Shortcut Visualizer – Online Modifier Key Cheatsheet
Press a combination of modifier keys and see which common macOS shortcuts use them. Learn by experimentation.
UD5 Toolkit
Press a combination of modifier keys and see which common macOS shortcuts use them. Learn by experimentation.
Visual reference for CSS Grid properties. Click to see code snippets and visual demos.
Replace long CSS class names with short random strings. Map generated. For production optimization.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Paste an SVG path d string and parse it into an array of commands and coordinates. Useful for animations.
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.
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.
Transform English text into pseudolocalized text with accents, expansion, and brackets. Test your UI's readiness for translation.
Paste the reference language JSON and a target language JSON. See which keys are missing or extra. Translate with confidence.
Convert nested JSON translation files into a flat CSV table for translators. Also reverse back. Local only.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.
Enter a CDN URL for a script or style and generate the integrity attribute with sha384 or sha512. Protect your site.
Enter a URL and see the full redirect chain with status codes and response times. Also validates against your chosen rule.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
Configure a basic EC2 instance and security group and get the main.tf file. Learn infrastructure as code. Local.
Fill in container image and ports. Generate a Deployment and Service YAML with best practices. Start your K8s journey.
Add services like Node, Postgres, Redis, and Nginx. Configure ports, volumes, and env vars. Download the docker‑compose.yml.
Select your tech stack and generate a basic CI/CD pipeline YAML file for GitHub Actions, GitLab CI, or Bitbucket.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Enter a component name and generate a complete RTL test file with render, screen, and common assertions. Fast testing setup.
Generate an Astro component with frontmatter, template, and optional client‑side island directive. For content sites.
Create a Remix route file with loader, action, and default export. TypeScript ready. Copy the route.tsx.
Generate a Nuxt 3 page component with script setup, metadata, and styles. For Vue.js developers. Copy the .vue file.
Generate a Next.js page.tsx file with Server Component or Client Component. Layout and metadata included.
Build an Ember.js component with template, class, and styles. Follows Octane conventions. Copy the .hbs and .js.
Create a Qwik component with component$, useSignal, and JSX. Understand resumability. Copy the example.
Generate a SolidJS component with signals, props, and styles. Choose TypeScript. Copy the ready‑to‑use code.
Create a Svelte single‑file component with script, style, and markup. Choose TypeScript or JavaScript. Copy the .svelte file.
Fill in a component name and generate a complete Stencil.js component with TSX, CSS, and test files. Quick start.
Write global CSS and auto‑generate unique, scoped class names with source maps. Understand CSS Modules naming.
Paste Pug template code and compile it to HTML. See the rendered output instantly. For static site devs.