jsden.dev is an minimal JavaScript playground that allows you to test code and get instant feedback.
- JavaScript console emulation
- Preview panel
- Mobile and tablet friendly
- Install as a progressive web app (PWA) for offline use
- Light & dark themes
- Keyboard shortcuts
- Offline support
Type help()
in the editor panel to view built-in commands and basic features.
- Fork and clone the repo
- Run any local web server in the root directory
$ git clone [email protected]:chrisdiana/jsden.git
$ cd jsden/
$ python3 -m http.server 8080
- Navigate to the local webserver and pass the
debug=1
param to bypass service workers
http://localhost:8080?debug=1
Sign up to get updates on new features and releases.
- CodeMirror
- RenderJSON
- Inspired by Scratch and RunJS