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.
Experiment with the Federated Credential Management API. Simulate a sign‑in flow without third‑party cookies. Privacy‑first.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
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.
Intercept and manage navigations without reloading. Test transition handling and URL updates. The future of client‑side routing.
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 your device's built‑in biometric (Touch ID, Face ID, Windows Hello) using the Web Authentication API. Register and verify.
Use the File System Access API with file handles for persistent read/write. Learn incremental saving patterns.
Set up a Shared Worker that shares state across multiple browser tabs. Counter and messaging demo. Advanced web.
Open the same page in two tabs and send messages between them. See real‑time cross‑tab communication. Learn the API.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Schedule tasks with user‑visible, user‑blocking, or background priority. See execution order and delays. Modern web perf.
Test the modern File System Access API. Open a file, modify it, and save back to disk. All sandboxed in browser.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
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.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Enumerate all fonts installed on your device and see a real‑time preview. Useful for design tools. Permission required.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Adjust root, margin, and threshold. See a live log of intersection events as you scroll. Debug lazy loading.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For native‑like apps.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Paste a cURL command and convert it into a minimal Postman collection JSON. Import and run. Local only.
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.