https://jsfiddle.net/ used to be also very popular, I see that it is still available, but haven't used it in a while.
Which other alternatives do people use now days?
https://jsfiddle.net/ used to be also very popular, I see that it is still available, but haven't used it in a while.
Which other alternatives do people use now days?
I made https://jsmess.com as one of my first vibe code projects and have been incrementally improving it over time when I have leftover tokens...
It's closest to JSFiddle but completely static, hosted on GitHub pages. No server side processing. Projects are private, saved on localstorage and can be shared via encoded URLs.
This has been a really fun way to ramp up with LLM based coding and I learned a ton, and made a tool I actually use quite often.
https://jsbin.com is what I've used since forever, it's fast and easy, used to use JSFiddle before that. I think you used to be able to create "bins" without having to login way back though. Honestly don't find much use for them anymore nowadays, if I want to share any web/web-like I do it via my own servers + domain and send links to people.