Coding Playgrounds

As my 1st post, I wanted to share a list of online sandboxes where one can play and test the latest features for certain programming languages, or to just test a code snippet.

As you can see from the list, I work with PHP/Laravel, hence why there are a few more sandboxes for PHP.

Laravel Playground

Mostly to test Gist and Small code snippets, you also have access to some Laravel libraries like Carbon and Debugbar

PHP Sandbox

Haven´t fully tested the site, but seems more complete than Laravel Playground, since it can show the full laravel project files, it can also be used to create plain PHP index files, although you can´t change the PHP version.

Implode.io

This sandbox is a bit simpler, you can run a basic index.php file, does not seem to support multiple files, it has a drop down for frameworks, but doesn´t seem to work, the cool thing is you can change between PHP versions.

Tailwind Play

Geared to static site makers, this little playground has the most basic features to start learning how to work with Tailwind CSS

Code Sandbox

This playground has support for lots of various JS frameworks, like Angular, Vue, React, I was even surprised to see NestJs and NuxtJs in the list.

CodePen.io

This is the most known playground, since its been online for a while, it started as a page where you can share your css creations, but has expanded to support JS frameworks and libraries.

JSFiddle

This site focuses more on HTML and vanilla JS snippets, you can add JS libraries via CDN.

LabStack

This sandbox support multiple languages like Rust / Java etc, but only on CLI mode, you can use it mostly to test functions, or when following a tutorial.

I´ll be updating the list on my github repo awesome list

If you know of any other sandbox that you use, or I missed, please let me know in the comments.