code-server
Open-source · self-hostable · replaces 1 SaaS tool on os-alt
coder/code-server · alive · ★ 77.5k · last commit 5d ago · 152 open issues
License: MIT
Good fit for Solo developers who want VS Code in a browser on a remote server — minimal install, no orchestration.
Weak at No multi-tenancy, workspace templates, or admin console — that's what Coder adds on top.
In a terminal? npx -y github:SolvoHQ/os-alt-cli github-codespaces prints
the GitHub Codespaces comparison table including code-server.
how the CLI works →
Replaces these SaaS
- GitHub Codespaces · Cloud development environment
`docker run -it --name code-server -p 8080:8080 -v $HOME/.config:/home/coder/.config -v $PWD:/home/coder/project codercom/code-server:latest`. Visit `http://localhost:8080` in a browser — it's full VS Code (web). Mount your code directory; install extensions through the Marketplace. Best for single-developer per-instance setups.
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.
FAQ
Is code-server actively maintained?
Yes — last commit 5d ago. The repository is alive (commit activity within the past 90 days).
What does code-server cost to self-host?
code-server is free and open source under MIT. Typical self-host VPS cost: $5-10/mo VPS per developer.
Which SaaS does code-server replace?
code-server is listed as an open-source self-host alternative to: GitHub Codespaces.