Webhook Tester & Inspector - Online View Incoming Payloads
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
UD5 Toolkit
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Test your device's built‑in biometric (Touch ID, Face ID, Windows Hello) using the Web Authentication API. Register and verify.
Set up a Shared Worker that shares state across multiple browser tabs. Counter and messaging demo. Advanced web.
Create a passkey and authenticate using the Web Authentication API. Supports platform authenticators (TouchID, FaceID). No server.
Pick a contact from the device’s address book (mobile). Read name, email, and phone. All permission‑based. Privacy safe.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Open the same page in two tabs and send messages between them. See real‑time cross‑tab communication. Learn the API.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Issue and redeem Private State Tokens (formerly Trust Tokens). Understand how they help detect bots without cookies.
Test sharing multiple files (images, PDFs) using the Web Share API. Check if the browser supports file sharing. Demo page.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
Write a pattern and test it against URLs instantly. See which groups match. Learn the modern alternative to regex for routing. Works entirely in the browser.
Test the modern File System Access API. Open a file, modify it, and save back to disk. All sandboxed in browser.
Use the File System Access API with file handles for persistent read/write. Learn incremental saving patterns.
Adjust root, margin, and threshold. See a live log of intersection events as you scroll. Debug lazy loading.
Enumerate all fonts installed on your device and see a real‑time preview. Useful for design tools. Permission required.
Intercept and manage navigations without reloading. Test transition handling and URL updates. The future of client‑side routing.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Schedule tasks with user‑visible, user‑blocking, or background priority. See execution order and delays. Modern web perf.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Experiment with the Federated Credential Management API. Simulate a sign‑in flow without third‑party cookies. Privacy‑first.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For native‑like apps.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Paste a cURL command and convert it into a minimal Postman collection JSON. Import and run. Local only.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.