Vscode.dev: Local Development with Cloud Tools

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Code-Server

    VS Code in the browser

  • There's code-server (https://github.com/coder/code-server) which you can install on your own machine and is based off VSCode. However, it doesn't have access to some of the Microsoft VSCode extensions (although there are generally equivalents).

  • Visual Studio Code

    Visual Studio Code

  • It's not a fork, it is the same codebase. VS Code on the desktop is an Electron app, and this is (basically) running the app as a PWA without the Electron host process or certain native extensions.

    As far as I'm aware there's no official guide for self-hosting it on your own server/bring-your-own-server. But allegedly it isn't difficult and there are GitHub Issues you can search for posted by others that have or are in the process of doing it.

    https://github.com/microsoft/vscode

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • devpod

    Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.

  • Also see https://devpod.sh/ which has had quite a lot of exposure on HN recently.

  • Monaco Editor

    A browser based code editor

  • Not entirely sure, but Gitlab's "web ide" fork:

        https://gitlab.com/gitlab-org/gitlab-web-ide-vscode-fork

  • jupyterlite

    Wasm powered Jupyter running in the browser 💡

  • nodebox-runtime

    Nodebox is a runtime for executing Node.js modules in the browser.

  • Oh I think I found the answer.

    > Nodebox is a runtime for executing Node.js modules in the browser.

    https://github.com/codesandbox/nodebox-runtime

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Multiple Notepad++ Flaws Let Attackers Execute Arbitrary Code

    7 projects | news.ycombinator.com | 4 Sep 2023
  • Help me make VSCode telemetry clearer and require consent by upvoting this issue

    6 projects | /r/programming | 17 Apr 2023
  • This may be an unpopular opinion here but gpt has made coding so much fun again

    4 projects | /r/webdev | 9 Apr 2023
  • rip atom and fuck microsoft (vs code is kinda nice tbh doe)

    9 projects | /r/ProgrammerHumor | 11 Jun 2022
  • VSCodium – Free/Libre Open Source Software Binaries of VS Code

    17 projects | news.ycombinator.com | 2 Jun 2022