JS Playground
A visual way to play with data from a GraphQL backend.
Last updated
A visual way to play with data from a GraphQL backend.
Last updated
You can create fully functional static GraphQL data-driven websites using our JAMStack Tool. The websites are entirely based on your schema and customizable using CSS and JS consoles. You also have an option to preview, export and save your work in a few convenient ways.
You can immediately start writing the CSS/JS code that will describe how your front-end will look like. If you want to change the endpoint you are calling for this schema (for example to a real backend) just change this function a little bit.
JS Playground is driven by GraphQL Zeus:
Zeus is a GraphQL client for Javascript and TypeScript. For more information read the GraphQL Zeus readme on GitHub.
After changing the JS code, update it by clicking the play button or by Cmd/Crtl + S to see the results in the preview window on the right.
Additionally we added a few ways to display and export the result of your work:
by clicking the eye button, you can preview the mock front end in a new tab
Export zipped static site will download all of your mock front-end as JSON, CSS, and JS files in one zip folder