GraphQL Request Tester - Online Simple Client
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
UD5 Toolkit
Simulate multiple concurrent WebSocket clients & benchmark your server
wss:// for secure connections. For local testing try ws://localhost:8080
{{id}} = connection ID, {{ts}} = timestamp, {{randomStr}} = random 256-char string
wss://echo.websocket.org).ulimit -n for file descriptors and adjust TCP keepalive settings. (4) Use binary messages instead of JSON for high-frequency data. (5) Monitor garbage collection pauses if using managed languages. (6) Implement rate limiting and backpressure handling to prevent cascading failures under load.Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Request notification permission and create a push subscription. See the subscription object. Learn how web push works.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Drag a battery, resistor, LED onto a grid and simulate current flow. Show Ohm's law in action.
Enter processes and see how different scheduling algorithms handle them. Gantt chart generation. OS course helper.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Run the classic FizzBuzz with custom rules. See the output for any range. A beginner programmer's playground.
Calculate large Fibonacci numbers in a Web Worker. See the UI remain responsive. Copy the pattern for your app.
Simulate memory page reference strings with FIFO, LRU, and Optimal algorithms. See page fault count. OS concept demo.
Decode the header and payload of a JSON Web Token (JWT) without verifying the signature. Inspect claims securely on the client side. Great for developers.
Calculate load capacitors for a crystal oscillator given stray capacitance and crystal CL. Essential for microcontroller circuit design. Local.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Enter item dimensions and find the smallest rectangular box that can fit them (simple packing heuristic). Helps reduce shipping costs. Local algorithm.
Click to build a laundry symbol and learn its meaning, or look up common symbols. Never ruin clothes again.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Paste a passage and automatically remove every nth word to create a fillβinβtheβblank exercise. For teaching and selfβstudy.
Input telescope and eyepiece parameters to see a simulated view of the Moon or Andromeda. Plan observations.
Use your microphone to detect the dominant frequency of ambient sounds. Visualize the spectrum. Local Web Audio.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Assign an ICC profile to an image and simulate how it would look on another device. For accurate color workflows. Local.
Paste a sample JSON object and generate a basic JSON Schema describing its types and required fields. Local inference.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
Scroll down to see images load lazily. Code snippet provided. Learn how native loading='lazy' works.
Input any JavaScript object and see if structuredClone can deepβcopy it. Compare with JSON.parse/stringify. Learn transferables.
Search and extract values from a large JSON object using dot/bracket notation. Quickly locate deeply nested fields. Data stays local in your browser.