jqplay is a playground for jq. Please put it into good use.
This version runs entirely in the browser using jq-wasm - no backend required!
To develop jqplay, you need to have Bun installed.
bun installbun run devPoint your browser to http://localhost:8080/.
bun run buildThe built files will be in the dist/ directory.
bun run previewThis is a pure frontend application that uses:
- jq-wasm - WebAssembly-powered jq running in the browser
- Ace editor - Code editor for input/output
- Bootstrap - UI framework
- Vite - Build tool and dev server
All jq processing happens client-side in WebAssembly, so there's no backend server to maintain.