Fake ID Number Generator - Online Test SSN/SIN Lookalike
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
UD5 Toolkit
Test your browser's privacy‑preserving anti‑fraud capabilities
Click the button to detect if your browser supports Private State Tokens (formerly Trust Tokens).
Simulate a real‑world issue & redeem flow. This demonstrates how websites can distinguish humans from bots without tracking you.
How to request a token from an issuer in JavaScript:
type: 'token-redemption' in a fetch request to your site. See
Chrome developer docs.
chrome://flags/#private-state-tokens. No browser extension is required.
fetch API with privateToken options, as shown in the code example above.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Write an encrypted letter to your future self, protected by a password. No server. Pure local Crypto.
Select an emoji that matches your mood and log it to a simple calendar. Self‑awareness tool. Local only.
Paste text and see a sorted count of all emojis used. Find your most‑used emoji. Fun analytics. All local.
Build a valid SPF TXT record by selecting mail servers, IPv4/IPv6 ranges, and includes. Validate syntax and get ready‑to‑publish output.
Write and store encrypted daily journal entries directly in your browser's localStorage. Export as TXT. No sign-up, fully private.
Type any CSS selector with :hover/:active/:focus and see the styles applied live. Perfect for debugging interaction states.
Select a state and year to see all public holidays. Works offline with built-in data. Plan your long weekends. Simple reference tool.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacy‑aware.
Apply an emboss filter to your photo. Choose direction and depth. Gives a 3D carved stone look. Pure canvas.
Upload two portraits and create a simple morph animation between them. Download as GIF. Local canvas magic.
Write a private gratitude entry guided by daily reflective prompts. All entries stored only in your browser with optional export as text file. No account needed.
Use the abs() and sign() CSS functions to create interesting layouts. See computed values live. Cutting‑edge CSS.
Set a short timer with a themed emoji animation (e.g., pizza cooking). A playful visual countdown.
Track daily mood with emoji selection and optional notes. See weekly/monthly mood trends in a color-coded chart. All data stored privately in localStorage.
Add recurring bills with amounts and see a monthly calendar with due date indicators. Simple finance organizer.
Design a button or card that glows on hover. Adjust shadow color, spread, and transition. Copy the CSS. Rich UI.
Apply text‑wrap: balance to headings and paragraphs. See the visual difference and copy the CSS. Avoid orphans.
Create a glowing or rotating border animation around an element. Copy the CSS keyframes. Pure CSS magic.
Preview the Gravatar image associated with any email address. Generate the correct Gravatar URL. Handy for avatar debugging.
Explore the new two‑value display syntax like `display: block flex`. See what each inner/outer pair does visually.
Apply a realistic lens blur (bokeh) to an image. Simulate shallow depth of field. Adjust aperture shape and intensity. Local canvas.
The original arcade Pong recreated in HTML5. Play against AI or local two‑player. Score up to 11 and win. Pure retro fun.
Plan insulin or other injection sites with a visual body map and date log. Prevent lipohypertrophy.
Get a humorous, randomly generated daily horoscope for any zodiac sign. Not real astrology; purely for laughs.
Select a country and year to see every public holiday. Static data for major countries. Plan your vacations.
Apply text‑emphasis marks (filled dot, open circle, etc.) with color. Ideal for East Asian typography. Copy the style.
Type any condition and see the result of the ternary operator. Understand truthy/falsy values. Quick learning tool.
Create the iPhone Dynamic Island look‑alike with a pill that expands on hover. Pure CSS. Copy the playful code.
Enter a mathematical function for dx and dy and see the vector field arrows. Perfect for studying differential equations.