GraphQL Playground - Online Query & Schema Explorer
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
UD5 Toolkit
Test your GraphQL endpoints instantly. Enter the URL, query, optional variables & headers, and get the response in a clean, formatted view.
Key: Value format.Send a request to see the response here.
Access-Control-Allow-Origin header, requests will be blocked. You can use a browser extension, a CORS proxy, or configure your server to allow your origin.Authorization: Bearer eyJhbGciOiJIUzI1NiIs...mutation { createUser(name: "Jane") { id } }. The tool sends a POST request with your exact payload, so both queries and mutations are supported.$variableName syntax and that the variables object includes a matching key.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.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
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.
Enter a cron expression (e.g., */15 * * * *) and see the next 10 dates and times it will trigger. Also explains the schedule in plain English.
Type any Emmet abbreviation and see the expanded HTML or CSS in real time. A playground for learning and perfecting your Emmet skills.
Paste media queries and see a visual indicator of which rules apply at current viewport size.
Quickly test SQL JOIN syntax (INNER, LEFT, RIGHT, FULL) with a sample database schema. Check logic and see conceptual result set without a real DB. Local only.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Enter a URL and see the full redirect chain with status codes and response times. Also validates against your chosen rule.
Test regular expressions with Unicode property escapes like \p{Emoji}. See matches live. Modern regex power.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Enter a URL and a user‑agent to see if it is allowed or blocked by the robots.txt file. Quick bot validation.
Connect a game controller and see every button press, axis movement, and vibration test. Uses the Gamepad API.
Paste a GraphQL SDL schema and get auto‑generated Markdown documentation. Perfect for API docs. All local.
Connect your MIDI keyboard and see pressed notes visually on a piano roll. Check velocity, channel, and aftertouch. No DAW needed.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Connect to a WebSocket endpoint, send messages, and view the stream of received data. Perfect for debugging real‑time apps.
Write JavaScript code and see the output or console.log results immediately. Safe iframe sandbox. For quick experiments.
Experiment with CSS container queries. Resize a container and see the styles change according to its size, not the viewport. Learn the new spec.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Write a media query and instantly see if it matches your current viewport. Width, height, orientation, and more.
Press any key and see it light up on a standard QWERTY layout. Check functionality or demonstrate shortcuts.
Enter a URL and drag a slider to change the viewport width smoothly. See exactly where your layout breaks. No iframe limits.
Paste or write a CSS gradient value and instantly see the rendered output. Debug and iterate on gradients quickly. Local preview.
Press keys on your physical keyboard and see them highlighted on a virtual keyboard. Detects multi-key rollover. Quick hardware check.
Build and test regular expressions against sample text. Real-time match highlighting, capture groups display, and flavor options. All inside your browser.