Meeting Invite ICS Generator - Online Apple/Outlook Event
Fill in title, date, time, and location to generate a downloadable .ics meeting invitation. Works with all major calendars.
UD5 Toolkit
Generate collision‑resistant unique identifiers optimized for frontend applications. URL-safe, roughly sortable by time, and designed for horizontal scaling.
No CUIDs generated yet. Click "Generate New" to start.
Identifies as CUID
Base36 encoded ms
Prevents collisions
Session-based
Extra entropy
/api/users/cm49vplcg0000xr9x2v6r0q8d.
cuid npm package: npm install cuid (or @paralleldrive/cuid2 for the newer v2). Then simply import { createId } from '@paralleldrive/cuid2'; const id = createId();. For browser-only usage without a bundler, you can also use a CDN or implement the algorithm yourself — the core logic is straightforward and lightweight (~1KB minified).
Fill in title, date, time, and location to generate a downloadable .ics meeting invitation. Works with all major calendars.
Assign Secret Santa pairings from a list of names with spouse/partner exclusions. Optionally email results via mailto link. Fully local, no server.
Generate a realistic, random user‑agent string for desktop, mobile, or bot. Perfect for API testing and scraping.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.
Generate a Lit Element web component skeleton with styles and properties. Copy and start coding immediately.
Build a properly formatted robots.txt file with user-agent rules and sitemap location. Validate syntax in real time. Essential for webmasters.
Set any future date and see a live countdown in days, hours, minutes, seconds. Fun animated display. Save multiple countdowns locally.
Set your birth date and see a live countdown with days, hours, minutes, and seconds. Shareable link. Pure frontend.
Virtual flip coins thousands of times and see the heads/tails ratio converge to 50%. Interactive law of large numbers.
Enter a URL and generate a responsive iframe embed code with correct aspect ratio. Supports YouTube, maps, and more.
Find the centroid (center of mass) of any convex polygon by entering vertex coordinates. Useful for physics and design.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Step‑by‑step demo.
Count total DOM nodes on the current page and show warnings if limits exceed best practices. Keep the DOM lean.
Create a reflection effect for images or text using box‑reflect. Adjust direction and offset. Copy the CSS.
Fill in your details and generate a professional‑looking invoice ready to print or save as PDF. No sign‑up, all data stays on your device.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Fill in your details and generate a professional-looking invoice ready to print or save as PDF. No sign-up, all data stays on your device. Great for freelancers.
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
Create a custom element with named slots and see content projection in action. Learn Web Components basics.
Record your screen, window, or tab with audio directly in the browser. Download the recording as a WebM file. No upload.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
Request a USB device and communicate with it using the Web USB API. See vendor and product IDs. Experimental.
Measure your browser's GPU compute power using a simple WebGPU matrix multiplication. See raw FLOPS and compare with peers. Fully client‑side.
See a comprehensive table of which modern web APIs your current browser supports. Includes WebGPU, AVIF, and more.
Spin a colorful wheel that lands on Yes, No, or custom answers. Includes sound effects and adjustable probability. Local fun decision maker.
Select any HTML element on a page and capture its screenshot. Download as PNG. Perfect for bug reports. JavaScript API demo.
Turn your browser screen into a full‑color flashlight or strobe. Adjust brightness and color. Simple utility.
Convert pixel values to em and rem units based on a base font size. Bidirectional. Must‑have for front‑end developers.
Test a regex against long strings and measure execution time. Detect catastrophic backtracking patterns. Visual warning if slow.
Convert REM values to pixels and vice versa based on your root font size. Essential for scalable web typography.