Web Share Target Tester - Online Receive Shared Content
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
UD5 Toolkit
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Test the Content Indexing API to add a page to the device's content feed. See how your PWA integrates with the OS.
Measure your internet connection speed by downloading and uploading a small test file. Works from your browser.
Enter a URL and view it in three iframes: mobile, tablet, and desktop side‑by‑side. Quick responsive check.
Send a test CSP violation report and see the ReportingObserver in action. Understand how monitoring works.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Paste multiple HTML snippets (header, footer) and a main content, then combine them into a single preview. Static site helper.
See the View Transitions API in action. Cross‑fade and morph between two states. Copy the JavaScript starter code.
Enter a URL and see a simulated preview of how the link will appear on major social platforms. Check tags.
Enter a URL and see live mocked previews for Facebook, Twitter, LinkedIn, and Slack based on its meta tags. Find missing tags.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For native‑like apps.
Compare text‑rendering: auto, optimizeSpeed, optimizeLegibility, geometricPrecision. See kerning and ligature changes live.
Split text into a JavaScript or JSON string array. Wrap in quotes, add commas. Ready to paste into code.
Add web content to the device’s content index (like Google Discover). See the indexed items and delete them.
Inject dynamic messages into ARIA live regions and monitor how they trigger screen reader announcements. Debug a11y.
Paste a Content‑Security‑Policy header and get a human‑readable breakdown. See potential risks and suggestions.
Write a simple assembly program and see the pass‑1 and pass‑2 symbol tables and object code. Systems programming helper.
Paste your email body and subject, and get a spam score based on common trigger words and patterns. Improve your cold outreach.
Quickly estimate your internet connection speed by downloading a small test file. See class and recommendations.
Measure your typing speed in words per minute and accuracy. Random word prompts. Compare results over time. No data sent.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.
Simulate random mouse moves, clicks, or keystrokes to test idle‑timeout logic. Stops when you move the mouse. Dev test.
Set launch angle, initial speed, and height. See the trajectory, max height, and range plotted on a canvas. Learn kinematics.
Paste or write a CSS gradient value and instantly see the rendered output. Debug and iterate on gradients quickly. Local preview.
Adjust ISO, f‑stop, shutter speed and see a simulated image brightness and depth of field effect. Learn manual mode.
Compare font‑display values (block, swap, fallback, optional) on the fly. See how text renders during web font load. Choose the right strategy.
Create a QR code that lets people connect to your Wi‑Fi without typing a password. Just scan and join. Secure local.
Based on desired annual income and billable days, calculate your minimum day rate. Don't undercharge.
Send HEAD requests to popular websites and measure the round‑trip time. Quick network health check. Client‑side.