Head Net Visibility Tester â Which Color Hinders Vision Least?
Upload a scene photo and overlay different head net mesh colors to compare how well you can see through them.
UD5 Toolkit
Upload a scene photo and overlay different head net mesh colors to compare how well you can see through them.
Perform the simple triangleâhand test or Porta test with interactive onâscreen instructions to determine which eye is dominant.
Follow stepâbyâstep instructions to test your hair porosity at home using a glass of water or the strand slide method. Get product recommendations based on results.
Listen to a list of spoken random words and type them back in order. Tests and trains your auditory echoic memory with adjustable list length.
Interactive guide: press the center, tap with a spoon. Confirm if your Mason jar sealed correctly.
Log pool depth, flame height, and soot for each wick series. Quickly identify the best wick for your wax and vessel.
Generate a pop signal to determine if speakers are wired in phase. Quick stereo test.
Play low-frequency tones to check subwoofer phase alignment with main speakers. Simple tool.
Create a simple 3D bed-leveling test pattern (circles/squares) as a vector, preview, download SVG for extrusion.
Display striped patterns that can cause visual distortion. Learn about visual stress. Switch colors.
Click moving targets as fast as possible. Score time and accuracy. Fun benchmark.
Display an astigmatism dial and instructions for self-assessment. Educational, not a medical diagnosis.
Answer a few questions and get a playful color-based personality result. For entertainment only.
Wait for the box to turn green, then tap as fast as possible. Measure milliseconds. Compete with friends.
Display a Snellen chart on screen and mark distance for a fun self-test. Not a replacement for professional exam.
Hear a word spoken by browser TTS and type the spelling. Choose difficulty or paste your own list. Great for kids. Local only.
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.
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.
Enter a URL and view it in three iframes: mobile, tablet, and desktop sideâbyâside. Quick responsive check.
Generate a random first and last name typical for US, UK, or Australia. With optional middle initial. Useful for test data.
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
Test the Content Indexing API to add a page to the device's content feed. See how your PWA integrates with the OS.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Check if your site has a service worker registered and if it can load offline. Quick PWA readiness assessment.
Write a media query and see if it matches as you resize the iframe. Understand width, height, and resolution queries.
List all available TTS voices on your system. Test each with any text. Adjust rate and pitch. Find the best voice.
Practice positive/negative lookahead and lookbehind. See matches highlighted live. Master advanced regex.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Send HEAD requests to popular websites and measure the roundâtrip time. Quick network health check. Clientâside.
Quickly estimate your internet connection speed by downloading a small test file. See class and recommendations.
See your current notification permission status. Request or reset it. Test browser notification behavior.
Hear text spoken word by word with boundary events. See the exact index and character. Advanced TTS dev tool.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Load a video and visually check if audio aligns with lips. Use frameâbyâframe stepping. Debug playback issues.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Compress text with Brotli at different quality levels. See size reduction and time. Find the sweet spot for your static assets.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Check if your page triggers the beforeinstallprompt event. Simulate the install flow. Debug PWA installability.
Measure your visual and auditory reaction speed. Average and best times shown. No data collected. Pure Javascript timing.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
Connect to a WebTransport server and exchange data over QUIC. See latency and throughput. Perfect for exploring lowâlatency realâtime APIs.
Test how your page loads under slow, 3G, or offline conditions by intercepting fetch and applying delays. No DevTools needed.
Simulate forcedâcolors mode and see how your site looks. Adjust CSS system colors. Make your design accessible.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Check if a URL can be embedded in an iframe. Test your siteâs defense against clickjacking. Browserâbased.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Stepâbyâstep demo.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Connect to an SSE endpoint and display events in real time. Inspect event types and data. Handy for frontend devs.
Connect to a WebSocket endpoint, send messages, and view the stream of received data. Perfect for debugging realâtime apps.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Check if your browser and display support the wider DCIâP3 color space. See the difference with a simple test pattern.
Enter any phrase and instantly see if it's a palindrome, ignoring spaces and punctuation. Fun for word nerds.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.