JSON to GraphQL Schema Converter ā Quick Type Defs
Paste a sample JSON response and get back a GraphQL type definition. Speeds up mocking an API layer from a REST endpoint.
UD5 Toolkit
Paste a sample JSON response and get back a GraphQL type definition. Speeds up mocking an API layer from a REST endpoint.
Paste a GraphQL schema or introspection result and build queries by checking fields. See the resulting query string and copy it for use in your app.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Open the same page in two tabs and send messages between them. See realātime crossātab communication. Learn the API.
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.
Issue and redeem Private State Tokens (formerly Trust Tokens). Understand how they help detect bots without cookies.
Create a passkey and authenticate using the Web Authentication API. Supports platform authenticators (TouchID, FaceID). No server.
Use the File System Access API with file handles for persistent read/write. Learn incremental saving patterns.
Enumerate all fonts installed on your device and see a realātime preview. Useful for design tools. Permission required.
Adjust root, margin, and threshold. See a live log of intersection events as you scroll. Debug lazy loading.
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.
Schedule tasks with userāvisible, userāblocking, or background priority. See execution order and delays. Modern web perf.
Pick a contact from the deviceās address book (mobile). Read name, email, and phone. All permissionābased. Privacy safe.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Paste a cURL command and convert it into a minimal Postman collection JSON. Import and run. Local only.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Intercept and manage navigations without reloading. Test transition handling and URL updates. The future of clientāside routing.
Test the modern File System Access API. Open a file, modify it, and save back to disk. All sandboxed in browser.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Experiment with the Federated Credential Management API. Simulate a signāin flow without thirdāparty cookies. Privacyāfirst.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For nativeālike apps.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
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.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
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.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.