Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95d7e39

Browse files
authored
Rewrite README for launch (#1731)
1 parent 4d9168c commit 95d7e39

13 files changed

+906
-11
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: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,61 @@ 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-
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
11+
Coder turns your cloud into a fleet of remote development servers.
1212

13-
![Kubernetes workspace in Coder v2](./docs/screenshot.png)
13+
<p align="center">
14+
<img src="./docs/images/hero-image.png">
15+
</p>
1416

15-
## Highlights
17+
**Code more**
1618

17-
Workspaces:
18-
- Code on powerful servers: leverage cloud GPU, GPU, and network speeds
19-
- Use the `coder` CLI: connect via SSH, VS Code, and JetBrains
20-
- Self-serve workspaces: start from team-wide templates (see below)
19+
- Build and test faster
20+
- Leveraging cloud CPUs, RAM, network speeds, etc.
21+
- Access your environment from any place on any client (even an iPad)
22+
- Onboard instantly then stay up to date continuously
2123

22-
Templates:
23-
- Manage the infrastructure behind workspaces with standard Terraform (`.hcl` files)
24-
- Use any OS and architecture: Mac, Windows, Linux, VM, Kubernetes, ARM, etc
25-
- Auto-shutdown or update workspaces when they're not in use!
24+
**Manage less**
2625

26+
- Ensure your entire team is using the same tools and resources
27+
- Rollout critical updates to your developers with one command
28+
- Automatically shut down expensive cloud resources
29+
- Keep your source code and data behind your firewall
30+
31+
## How it works
32+
33+
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
34+
required to get started. We have a database of pre-made templates built into the
35+
product. Terraform empowers you to create
36+
environments on _anything_, including:
37+
38+
- Cloud VMs
39+
- Kubernetes containers (including AKS, EKS, GKS)
40+
- Docker containers
41+
- Dedicated servers (Hetzner, OVH, etc.)
42+
- Linux, Windows and MacOS environments
43+
44+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
45+
and whatever else Terraform lets you dream up.
46+
47+
<p align="center">
48+
<img src="./docs/images/providers-compute.png">
49+
</p>
50+
51+
[Learn more about managing infrastructure.](./docs/templates.md)
52+
53+
## IDE Support
54+
55+
Coder gives you a few ways of accessing your workspace:
56+
57+
- `coder port-forward` a remote port to a local port
58+
- `coder ssh`
59+
- A URL interface to HTTP services
60+
61+
With these methods, you can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
62+
63+
<p align="center">
64+
<img src="./docs/images/ide-icons.svg" height=72>
65+
</p>
2766

2867
## Installing Coder
2968

docs/images/aws.svg

Lines changed: 48 additions & 0 deletions
Loading

docs/images/azure.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/images/editors.png

72.6 KB
Loading

docs/images/gcp.png

17 KB
Loading

docs/images/hero-image.png

601 KB
Loading

0 commit comments

Comments
 (0)