Platform Authenticator Demo - Online Fingerprint & Face ID
Test your device's built‑in biometric (Touch ID, Face ID, Windows Hello) using the Web Authentication API. Register and verify.
UD5 Toolkit
Register & Authenticate using biometrics, security keys, or platform authenticators
Create a passkey or register a security key
Sign in using a previously registered credential
example.com will never work on phishing-site.com. Additionally, private keys never leave the authenticator, making server-side database breaches useless for impersonation. No shared secrets are ever transmitted.
Test your device's built‑in biometric (Touch ID, Face ID, Windows Hello) using the Web Authentication API. Register and verify.
Create a custom cookie consent banner with text, button styles, and colors. Copy the ready‑to‑use HTML/CSS/JS snippet.
Define password rules and see a live checklist that updates as you type. Design better password UX for your app.
See how scroll‑padding and scroll‑margin affect the position of elements when using anchor links or scroll‑snap. Visual.
Write a self-contract with a goal and reward/penalty. Sign digitally, save as image. Stay accountable.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Set up a Shared Worker that shares state across multiple browser tabs. Counter and messaging demo. Advanced web.
Paste a cURL command and instantly generate equivalent HTTP request code in Python, JavaScript, PHP, and more. Speed up API integration — fully local.
Enter container width, number of items, gap, and flex‑basis. See the resulting sizes instantly. Plan your flex layout.
Create a simple 4-shaft weaving draft by clicking warp/weft threads. See plain weave, twill, satin. Educational for weavers. Local only.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Design a fully styled scrollbar with colors, width, and border radius. Get the CSS for Chrome and Firefox.
Paste code and generate a beautiful, syntax‑highlighted PNG image. Choose theme and window style. Shareable code pics.
Encode special characters to HTML entities or decode them back to normal text. Perfect for web developers to sanitize or reverse HTML escaping. All processing is client-side.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Design neumorphic elements by adjusting box‑shadow parameters. Real‑time preview and CSS output. For modern soft UI interfaces.
Create a 'SALE' or 'NEW' corner ribbon in pure CSS. Adjust colors, position, and text. Great for e‑commerce.
Fill in a form to generate a clean, ATS‑friendly one‑page resume. Customize sections, colors, and export as print‑ready PDF. Personal data stays in your browser.
Create CSS mask‑image effects with custom shapes, gradients, and SVGs. Visually see the mask applied to an image. Copy the CSS.
Generate a random HTML/CSS card with different box model properties. Inspect and guess the size. For learners.
Adjust margin, border, padding, and content sizes interactively and see the rendered box model. Get the exact CSS. Teach or learn layout.
Learn how to let content extend a few pixels beyond a clip boundary with overflow‑clip‑margin. Interactive playground.
Generate custom placeholder images for mockups and layouts. Specify dimensions, colors, and text. Export as PNG or use the generated data URI. Entirely browser-based.
Generate standard 1D barcodes including CODE128, EAN-13, and UPC-A. Download as image for product labeling or inventory. All processing happens locally.
Design layered box shadows interactively and get the CSS code in real time. Adjust offset, blur, spread, and color. Essential tool for UI designers.
Paste a screenshot or image, crop it, and add arrows, rectangles, and text. Essential for bug reports and tutorials.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Enter an IP and CIDR prefix to visually see network address, broadcast, usable range, and subnet mask conversions.
Use anchor positioning to perfectly center a popover relative to its anchor. No JavaScript. See the modern approach.