One of the biggest mistakes beginners do while learning a new technology is local setup. Many people procrastinate a lot at this step. And the reason for this is you don't know how things work. You need to get some basic understanding of that tech. So you can use these online playgrounds that have all things set up for you so that you can start learning right away. In this blog, I am going to share some amazing online playgrounds for various techs and also some production-level online IDEs. (Bookmark or save to refer later.)

Let's get started

Web Development

Web Maker

Free πŸ’–

Web maker is an offline and browser-based codepen alternative. Just open it once and bookmark it. That's it.

Features ✨

Code Sandbox

Free for personal use πŸ’–

CodeSandBox can be used to build an entire full-stack web application. You can say CodeSandBox as an online version of VSCode along with everything set up for you. It supports all different javascript frameworks and libraries like react, vue, angular etc. Not only that CodeSandBox has also a real-time collaboration feature so you can see others editing your project πŸ‘€. Wait! CodeSandBox also announced play.js, you can do all the stuff from mobile 🀯. What a powerful tool, right?

Features ✨

StackBlitz

Free plan available πŸ’–

StackBlitz is another amazing online IDE for building full-stack applications. It has support for most of the frontend and backend(NextJs, Graphql, NodeJs starter and HTTP server) frameworks and libraries.

Features ✨

CodePen

Free πŸ’–(Extra features for PRO)

CodePen is an ultimate online playground for front-end devs and designers. You can create an art called Pen and share it with the internet. CodePen is more of a community than an editor. Get inspiration from creations by devs and designers across the world.

Features ✨

Secret: You can learn most of the frontend things with codepen community :)

Other front-end online playgrounds:

RunKit

Free πŸ’–

RunKit is a notebook-style NodeJS playground. It's like the jupyter-notebook but for NodeJS. To use RunKit, all you have to do is insert a script tag in your code. You can also explore notebooks created by the RunKit community.

Features ✨

Other NodeJs online playgrounds:

Playcode

Free πŸ’–

Don't know where to put script tags in your HTML files? No problem.

Super sleek javascript playground with instant live preview and console. Start code within seconds. No β€œnpm run start” or anything.

Features ✨

Mobile Development

DartPad

Free πŸ’–

DartPad, as the name says, is a playground for dart language.

Features ✨

Kotlin Playground

Free πŸ’–

Amazing online playground for Kotlin. Write, edit, run and share Kotlin code.

Features ✨

Online Swift Playground

Free πŸ’–

Again, as the name says, Online Swift Playground is an online playground for swift language. Don't have a MacBook? No problem.

Features ✨

FlutLab

Free plan available πŸ’– + Free Education plans πŸ’–πŸ’–

Setting up a mobile dev environment is 10x harder than web dev. Here's FlutLab for you.

Features ✨

FlutterFlow

Free plan available πŸ’–

FlutterFlow helps you design your apps online super fast. Just drag and drop things.

Features ✨

All-rounders

There are some online IDEs and playgrounds which support a bit of everything.

Replt

Free plan available πŸ’– + Free Education plans πŸ’–πŸ’–

Replit is an ultimate browser-based IDE with lots of cool features and support to so many languages. Anyone who wants to start learning a new language chooses Replt to quick start their journey in that tech.

Features ✨

Gitpod

Free plan available πŸ’–

With Gitpod, you can set up development environments in seconds. Gitpod has the browser-based version of VSCode. This is the go-to tool for devs to work with GitHub, bitbucket and GitLab repos.

Features ✨

Codeanywhere

Starting from $6/m/p + Education discount

Codeanywhere is a powerful cloud IDE to build production-level applications. It has support for 72+ languages.

Features ✨

CodeTasty

Free plan available πŸ’–

This one is another powerful cloud IDE with lots of features. No need setup required, just start building stuff.

Features ✨

AWS Cloud9

If you use AWS then cloud9 will be a big help because directly connect to AWS.

For Just Languages

To just learn a language all you need is a text editor and a compiler or equivalent tool. There are some great online text editors you can use instead of trying to figure out how to install a compiler.

For Smartphones

All the above πŸ˜‚.(Some may not support for mobile browsers)


Some of these are very powerful, so don't think that your local dev environment is faster than the cloud environment.


Hope you find this useful.

First Published here