How to build a Web IDE like codesandbox?

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. The link to frontend repo

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. The link to backend repo

  4. xterm.js

    A terminal for the web

    VS Code uses Xterm.js for its integrated terminal. Xterm.js is a terminal emulator with rich plugin/add-on ecosystem. Since our entire user workspace is inside a docker container and only the front end is being served through web, we need a way to attach our Xterm.js terminal emulator to a process that in turn interacts with pty on docker.

  5. chokidar

    Minimal and efficient cross-platform file watching library

    We have a file explorer and a terminal, since files or directories could also be modified via terminal we need a way to communicate those changes to frontend. For this I made use of Chokidar, this package lets us setup file system watcher (nodemon also makes use of chokidar) and through following callbacks we can communicate file system changes.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Migrating from chokidar 3.x to 4.x

    1 project | dev.to | 17 Sep 2024
  • Chokidar 4.0

    1 project | news.ycombinator.com | 12 Sep 2024
  • Boosting Rocket.Chat App Development with Hot Reload

    4 projects | dev.to | 8 Aug 2024
  • Why Does 'Is-Number' Package Have 59M Weekly Downloads?

    2 projects | news.ycombinator.com | 4 Mar 2024
  • How nodemon works?

    1 project | /r/node | 19 Aug 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?