Eye Dominance Test - Online Find Your Dominant Eye
Simple interactive eye dominance test: hold up a virtual dot and see which eye stays aligned. Educational.
UD5 Toolkit
Simple interactive eye dominance test: hold up a virtual dot and see which eye stays aligned. Educational.
Load a video and visually check if audio aligns with lips. Use frameâbyâframe stepping. Debug playback issues.
Generate random but realisticâlooking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Display an astigmatism dial and instructions for self-assessment. Educational, not a medical diagnosis.
Test how your page loads under slow, 3G, or offline conditions by intercepting fetch and applying delays. No DevTools needed.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Generate a pop signal to determine if speakers are wired in phase. Quick stereo test.
Check if your browser and display support the wider DCIâP3 color space. See the difference with a simple test pattern.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Quickly test if your webcam, microphone, and speakers work correctly. See live video and audio meter. No data sent.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Simulate random mouse moves, clicks, or keystrokes to test idleâtimeout logic. Stops when you move the mouse. Dev test.
See a live VU meter of your microphone's input level. Test if your mic is working and adjust gain. Privacyâfriendly.
Play leftâonly, rightâonly, and frequency sweeps to test your speakers or headphones. Quick audio check.
Hear a word spoken by browser TTS and type the spelling. Choose difficulty or paste your own list. Great for kids. Local only.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Enter any phrase and instantly see if it's a palindrome, ignoring spaces and punctuation. Fun for word nerds.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Hear text spoken word by word with boundary events. See the exact index and character. Advanced TTS dev tool.
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.
Display striped patterns that can cause visual distortion. Learn about visual stress. Switch colors.
Generate valid, random unicast MAC addresses for testing or spoofing. Select OUI prefix if desired. Local only.
Enter a URL and view it in three iframes: mobile, tablet, and desktop sideâbyâside. Quick responsive check.
Send HEAD requests to popular websites and measure the roundâtrip time. Quick network health check. Clientâside.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
View a series of digital Ishiharaâstyle plates. Not a diagnostic tool, just educational. Read numbers.
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.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Play low-frequency tones to check subwoofer phase alignment with main speakers. Simple tool.
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.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Stepâbyâstep demo.
Connect to an SSE endpoint and display events in real time. Inspect event types and data. Handy for frontend devs.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Wait for the box to turn green, then tap as fast as possible. Measure milliseconds. Compete with friends.
Practice positive/negative lookahead and lookbehind. See matches highlighted live. Master advanced regex.
Connect to a WebTransport server and exchange data over QUIC. See latency and throughput. Perfect for exploring lowâlatency realâtime APIs.
Check if a URL can be embedded in an iframe. Test your siteâs defense against clickjacking. Browserâbased.
Connect to a WebSocket endpoint, send messages, and view the stream of received data. Perfect for debugging realâtime apps.
Quickly estimate your internet connection speed by downloading a small test file. See class and recommendations.
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Generate a random first and last name typical for US, UK, or Australia. With optional middle initial. Useful for test data.
Display a Snellen chart on screen and mark distance for a fun self-test. Not a replacement for professional exam.
See your current notification permission status. Request or reset it. Test browser notification behavior.
Create a simple 3D bed-leveling test pattern (circles/squares) as a vector, preview, download SVG for extrusion.
Click moving targets as fast as possible. Score time and accuracy. Fun benchmark.
List all available TTS voices on your system. Test each with any text. Adjust rate and pitch. Find the best voice.
Log pool depth, flame height, and soot for each wick series. Quickly identify the best wick for your wax and vessel.
Enter a component name and generate a complete RTL test file with render, screen, and common assertions. Fast testing setup.
Simulate forcedâcolors mode and see how your site looks. Adjust CSS system colors. Make your design accessible.