code-server
VS Code in the browser
Run VS Code in your browser on a remote server. Code from any device without installing anything locally.
coder/code-server lets you run VS Code — a code editor — inside a regular web browser. Instead of installing VS Code on your local machine, you host it on a server and access it through a browser tab from any device. This is useful for remote work scenarios where you want to code from a machine that doesn't have a development environment set up, or where you want to keep your work centralized on a remote server. Based on the topics, it is positioned as a browser-based IDE and development environment tool. It is written in TypeScript. The README does not provide further detail about setup, configuration, or specific use cases.
Where it fits
- Access a full code editor from any device by opening a browser tab, no local setup required.
- Keep your development environment centralized on a remote server for team consistency.
- Code on machines that don't have development tools installed, like Chromebooks or thin clients.