Skip to content

Commit 059e6c7

Browse files
committed
Add logos
1 parent b0d5203 commit 059e6c7

File tree

7 files changed

+966
-1
lines changed

7 files changed

+966
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ vendor
1414
.eslintcache
1515
yarn-error.log
1616
.idea
17+
.DS_Store
1718

1819
# Front-end ignore
1920
.next/

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache
88
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq)
99
[![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder)
1010

11-
Provision remote development environments with Terraform.
11+
Provision remote development environments anywhere on anything.
1212

1313
![Kubernetes workspace in Coder v2](./docs/screenshot.png)
1414

@@ -18,6 +18,31 @@ Provision remote development environments with Terraform.
1818
- Start writing code with a single command
1919
- Get started quickly using one of the [examples](./examples) provided
2020

21+
TODO: succintly list value props
22+
23+
## How it works
24+
25+
Coder workspaces are represented with terraform. But, no terraform knowledge is
26+
required to get started. We have a database of pre-made templates [here](https://github.com/coder/coder/tree/main/examples). Terraform empowers you to create
27+
environments on _anything_, including:
28+
29+
- VMs across any cloud
30+
- Kubernetes across any cloud (AKS, EKS, GKS)
31+
- Dedicated server providers (Hetzner, OVH)
32+
- Linux, Windows and MacOS environments
33+
34+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
35+
and whatever else Terraform lets you dream up.
36+
37+
TODO: add logos.
38+
39+
<img src="./docs/images/gcp.png" height=64>
40+
<img src="./docs/images/aws.svg" width=64>
41+
<img src="./docs/images/azure.svg" width=64>
42+
<img src="./docs/images/k8s.svg" width=64>
43+
44+
## IDE Support
45+
2146
## Installing Coder
2247

2348
We recommend installing [the latest

docs/images/aws.svg

Lines changed: 48 additions & 0 deletions
Loading

docs/images/azure.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/images/gcp.png

17 KB
Loading

docs/images/k8s.svg

Lines changed: 84 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)