Giter VIP home page Giter VIP logo

awesome-online-ide's Introduction

Awesome Online IDE Awesome

A curated list of awesome online implementations of Integrated Development Environments (IDE)

An (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. This typically includes a text editor, syntax highlighting, file explorer, debugger, version control, and build/run/deploy options. Another defining feature of an IDE is some form of intelligent code completion, sometimes called intellisense.

An "Online IDE" has the features mentioned above but runs in a web browser instead of installing as a native application. An "Online IDE" can be made accessible in offline mode without an internet connection and still satisfy the above conditions.

Contents

Jump to

Legend

Icon Meaning
Open source or source code available
Docker image or other self-hosted option available
Sign-up required before usage

Full IDE

  • GitHub Codespaces Run any language with VS Code complete with terminal, debugger, GitHub Copilot, version control, settings sync, and extensions.
  • AWS Cloud9 - Run any language on a full VM complete with a terminal built on Ace Editor .
  • CodeEnvy - Run any language on a full VM complete with Eclipse Che .
  • StackBlitz - Run JavaScript with starting templates for Angular, React, or Ionic with full intellisense + instant error checking.
  • CodeSandbox - Run JavaScript with starting templates for React, Vue, Angular, Preact and more with full intellisense, lint error checking and live collaborative editing.
  • Snack Expo - Run JavaScript with React Native in the browser and on your mobile iOS or Android.
  • Codeanywhere - Run many languages in a container with pre-built environment and a terminal.
  • WebAssembly Studio - Run C, Rust, Wat, or AssemblyScript code as WebAssembly in the browser.
  • Remix - Run Solidity with a compiler, debugger, Static Analyzer for security, and direct access to Ethereum main network and testing networks.
  • Nativescript Playground - Run NativeScript with Angular, JavaScript, TypeScript, or Vue.js on your mobile iOS or Android device by scanning a QR code.
  • Wide - Run Go with full intellisense code-completion, expression-info, and jump to declaration.
  • Glitch - Run full Node.js projects with support for automating hosting, version control, CDN for assets, secure storage of secrets, real-time collaboration, full console access, GitHub import/export, server-side debugger, instant deployments, and more.
  • Theia - Run any language on a full VM complete with a terminal built on Monaco Editor .
  • Datalore - Run Python notebooks for data analysis and visualization, with real-time collaboration, incremental calculation, and integrated version control.
  • MATLAB Online - Run MATLAB code, visualize results, share scripts and collaborate on mathematical computing software.
  • Colaboratory - Run Python in a Jupyter notebook with ML libraries and free GPUs for running experiments.
  • Coder - Run most languages on a full Linux VM complete with a terminal, go-to-definition, linting, live collaboration, and auto-scaling.
  • Gitpod - Run any language on a full Linux VM complete with terminals, GitHub and Git integration, content assist, go-to-definition, linting, live collaboration, custom Docker workspaces, and integrated code review support.
  • Browxy - Run Java, C, C++, C#, Python, or PHP with some syntax highlighting, input arguments, and publish to a public URL.
  • Superblocks Lab - Run Solidity with a built-in browser Ethereum blockchain VM, Metamask integration (deployments to Testnet/Mainnet), transaction logger and live code your WebApp, powered by Monaco Editor.
  • DrRacket - Run Racket with support for macro debugging.
  • Google Cloud Shell editor - Run any language on a full VM complete with a terminal and editor based on Theia .
  • Adaface PairPro - Run 24+ programming languages on a shared code editor with compiler and video conferencing, designed for interviews.
  • Repl.it - Run over 50 different programming languages in a collaborative IDE with a terminal, webview, and repl that automatically hosts your projects and installs dependencies.
  • Atheos - Run most languages using a PHP/Browser based IDE with a terminal, git integration, and syntax highlighting.
  • HASH - Build and run JavaScript, Python, or Rust multi-agent simulations in the browser. Provides visualization, analysis, and experiment features.
  • goormIDE - Run almost every programming languages with real-time collaboration, live pair programming, and built-in messenger.
  • Dockside - Self host parallel access-controlled development containers complete with the Theia IDE and terminal, for developing in any language and multiple architectures, within choice of Docker runtimes; stage running code publicly or securely on own domains over HTTPS.

Snippets

  • Glot - Run snippets from over 30 languages as docker containers including C#, Kotlin, Julia, Go, and Ruby.
  • Codiva - Run C, C++, Java snippets with background compilation and some intellisense code-completion.
  • Try It Online - Run snippets from over 300 languages including esoteric code-golf languages.
  • JDoodle - Run snippets from over 100 languages including Haskell, Prolog, MySQL, and MongoDB.
  • Judge0 - Run snippets from over 40 languages including Erlang, Elixir, OCaml and Octave.
  • Ideone - Run snippets from over 60 languages including AWK, Swift, and SQLite.
  • CPP Shell - Run C++ snippets with input flags for warning level and optimization level.
  • RunKit - Run Node.js snippets + visualizations and share with a public URL.
  • OnlineGDB - Run snippets of C, C++, Java, Python, PHP, HTML with some intellisense code-completion.
  • SQLFiddle - Run snippets of MySQL, MSSQL, PostgreSQL, SQLite, and Oracle.
  • Go Playground - Run snippets for Go programming language.
  • Rust Playground - Run snippets of Rust programming language.
  • TypeScript Playground - Run snippets of TypeScript with tsconfig options and full intellisense.
  • Python Tutor - Run snippets of Python, JavaScript, TypeScript, Java, Ruby, C, and C++ code and see detailed step-by-step visualizations of run-time state.
  • Codeboard.io - Run snippets in C, C++, Eiffel, Haskell, Java, Python, and use tests for automatic grading of code written by students.
  • Kotlin-Playgrounds - Run Kotlin snippets with auto-completion, type checking and automatically translate Java to Kotlin code.
  • 3v4l PHP Playground - Run PHP snippets on 200+ versions simultaneously with VLD opcodes and performance comparison.
  • PasteRack - Run Racket snippets with support for sample and recent snippets.
  • myCompiler.io - Run snippets from over 12 languages including C, C++, Java, Python, Ruby, Nodejs and more with auto code-completion, syntax highlighting, collaboration features like forking, commenting and sharing of code snippets.
  • .NET Fiddle - Run C#, F# and VB.net snippets with NuGet Packages.
  • Scastie - Run Scala snippets with support of choosing different Scala versions, using any public library, configuring SBT settings, sharing a code snippet, embedding it into your website, etc.
  • Free Code Compiler - Run snippets from over 19 languages including C, C++, Java, Python, Go, Swift, Lua, and more with syntax highlighting, stdin, and recent snippets.

Web Snippets

  • CodePen - Run snippets in HTML/CSS/JS, popular with designers.
  • JS Bin - Run snippets in HTML/CSS/JS/TS, provides Codecasting.
  • JSFiddle - Run snippets in HTML/CSS/JS and collaborate in real-time.
  • Flems - Run snippets in HTML/CSS/JS without a connection to the server (after page load).
  • Plunker - Run snippets in HTML/CSS/JS/TS and collaborate by forking, commenting, and participating in the forums.
  • Popcode - Run snippets in HTML/CSS/JS for use in the classroom, with student-friendly error messages and offline editing.

Contribute

Contributions welcome! Read the contribution guidelines and code of conduct first.

License

CC0

To the extent possible under law, styfle has waived all copyright and related or neighboring rights to this work.

awesome-online-ide's People

Contributors

afewnotes avatar anjan-dutta avatar breandan avatar cnp0991 avatar compuives avatar dbremmen avatar emersonlaurentino avatar gys avatar haches avatar hristo-vrigazov avatar jameson-pi avatar javier-tarazaga avatar jayaprabhakar avatar outbreak avatar pbnj avatar pgbovine avatar pilotpirxie avatar sergeichestakov avatar siddug avatar sjonhortensius avatar smartis2812 avatar spdegabrielle avatar steren avatar struanb avatar styfle avatar svarlamov avatar svenefftinge avatar viveksh1 avatar wylieconlon avatar zitterbewegung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-online-ide's Issues

Add codeboard.io

Codeboard.io is focusing on teaching / online courses.

Disclaimer: I'm one of the developers.

Add vscode.dev

vscode.dev is a quick way to get a lot of the functionality of VS Code running in the web. It allows you to work from a local folder, or a remote repository.

Add codepy.io

Please add https://codepy.io
It is basically an Online Python, NodeJS, and Golang compiler/Interpreter.
You can use this tool to Write, Save, Run and Share your code with others.
Your code is automatically being synced and saved as you type. Once you finish typing your code, you can run it and share the code link with others to see your code.

Add Wide

Wide is a web IDE written in Golang and specificly for Golang: https://github.com/b3log/wide
Its feature set is very complete.
I am not affiliated and do not use it. Just impressed by it :-)

Add Luogu Online IDE

Hello! Can you add Luogu Online IDE? ❤ī¸

It can run the following languages:

Pascal
C
C++
C++11
C++14
C++17
Python 2
Python 3
PyPy 2
PyPy 3
Java 8
Node.js
Ruby
Go
Rust
PHP 7
C# Mono
Visual Basic Mono
Haskell
Kotlin/Native
Kotlin/JVM
Scala
Perl

Breakout self-hosting and hosted

This is a pretty awesome repository, however there is a lack of information around pricing and the ability to self host some of these products. For example, Codenvy is pretty much just a SaaS for Eclipse Che which is self-hostable and AWS C9 is also self-hostable with Docker. Not sure if there should be duplicate entries or tags for self-hosting, cloud hosted, free, freemium, etc.

Add .NET Fiddle

Would you please add .NET Fiddle? (It has nothing to do with JSFiddle)

Add Code Playground

Please add https://codeplayground.app

It's an awesome mobile IDE for iPhone and iPad, and it supports 20 languages including Python 3, Javascript, Typescript, Go, and many more.

Full list of features:

  1. 20 languages supports
  2. Built-in tutorials for all the languages
  3. Run snippets
  4. Autocomplete for Javascript and Typescript
  5. Share snippets
  6. Create workspaces

Thanks

Add Webpaw.net

  • Webpaw.net is a web-based code testing/authoring environment with realtime collaboration support.
  • It provides a console for debugging, and currently supports HTML, JavaScript/TypeScript/CoffeeScript, CSS/SCSS languages.
  • Import is currently possible from GitHub, JSfiddle/Codepen. Even HTML files created separately can be imported.
  • Provides several development utilities such as file upload, google font selection helper, icon selection helper, color palette, WebService tester, sample images (with search option) and a JSON format parser.
  • Supports multiple view layouts, highly customizable UI, and two themes (light/dark) as well.
  • Editor supports automatic HTML tag closing, some auto-complete features.
  • Auto-run and auto-save features.
  • Social login support (currently with Google and GitHub)
  • Provides features for saving separate HTML, CSS or JS file or even the whole package as a ZIP file or a "all-in-one" HTML file.

Official playgrounds

A surprising number of programming languages include an official "playground" on their website, though the quality and number of features varies. Two of them (play.golang.org and play.rust-lang.org) are already listed under the "Snippets" heading, but I was able to find 10 more. Would it be worthwhile to lump these together under their own header?

(I also noticed that www.python.org/shell/ and www.haskell.org include a CLI, but those probably don't count.)

Add Gitpod

Gitpod.io is a browser IDE integrating with GitHub and is now publicly available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.