Skip to content

Commit e2030bb

Browse files
committed
Move competitive comparison to README
And rewrite a bit. Resolves #1365.
1 parent ec1fe46 commit e2030bb

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,23 @@ coder templates update gcp-linux
150150
- [Workspace lifecycle](./docs/workspaces.md#workspace-lifecycle)
151151
- [Updating workspaces](./docs/workspaces.md#updating-workspaces)
152152

153+
## Comparison
154+
155+
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./docs/about.md#what-coder-is-not).
156+
157+
| Tool | Type | Delivery Model | Cost | Environments |
158+
| :---------------------------------------------------------- | :------- | :----------------- | :---------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
159+
| [Coder](https://github.com/coder/coder) | Platform | OSS + Self-Managed | Pay your cloud | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 |
160+
| [code-server](https://github.com/cdr/code-server) | Web IDE | OSS + Self-Managed | Pay your cloud | Linux, Mac, Windows, containers, VMs, amd64, arm64 |
161+
| [Coder (Classic)](https://coder.com/docs) | Platform | Self-Managed | Pay your cloud + license fees | Kubernetes Linux Containers |
162+
| [GitHub Codespaces](https://github.com/features/codespaces) | Platform | SaaS | 2x Azure Compute | Linux containers |
163+
164+
---
165+
166+
_As of 5/27/22_
167+
153168
## Contributing
154169

155170
Read the [contributing docs](./docs/CONTRIBUTING.md).
156171

157-
## Contributors
158-
159172
Find our list of contributors [here](./docs/CONTRIBUTORS.md).

docs/about.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ layer of infrastructure control. This additional layer allows admins to:
5151
Coder includes [production-ready templates](../examples/templates) for use with AWS EC2,
5252
Azure, Google Cloud, Kubernetes, and more.
5353

54-
## What Coder is *not*
54+
## What Coder is _not_
5555

5656
- Coder is not an infrastructure as code (IaC) platform. Terraform is the first
57-
IaC *provisioner* in Coder, allowing Coder admins to define Terraform
58-
resources as Coder workspaces.
57+
IaC _provisioner_ in Coder, allowing Coder admins to define Terraform
58+
resources as Coder workspaces.
5959

6060
- Coder is not a DevOps/CI platform. Coder workspaces can follow best practices
6161
for cloud service-based workloads, but Coder is not responsible for how you
@@ -70,22 +70,7 @@ Azure, Google Cloud, Kubernetes, and more.
7070
- Coder is not a SaaS/fully-managed offering. You must host
7171
Coder on a cloud service (AWS, Azure, GCP) or your private data center.
7272

73-
## Comparison
74-
75-
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not).
76-
77-
78-
| Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms |
79-
| :---------------------------------------------------------- | :-------------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
80-
| [Coder](https://github.com/coder/coder) | Platform: multiple workspaces and teams || | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 |
81-
| [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams || | Proprietary/paid license | Any Kubernetes cluster: Linux Containers |
82-
| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud || Open source/paid | Linux containers |
83-
| [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer || | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 |
84-
85-
---
86-
8773
Next: [Templates](./templates.md)
8874

8975
[^1]: alexellis.io: [The Internet is my computer](https://blog.alexellis.io/the-internet-is-my-computer/)
90-
9176
[^2]: slack.engineering: [Development environments at Slack](https://slack.engineering/development-environments-at-slack)

0 commit comments

Comments
 (0)