Skip to content

Commit c4f06c2

Browse files
Merge pull request #12 from coder/chore/ecosystem-expansion
docs(README.md): expand to cover the modern Coder ecosystem
2 parents ab70b9d + afc6c18 commit c4f06c2

2 files changed

Lines changed: 80 additions & 23 deletions

File tree

.github/ISSUE_TEMPLATE/1-suggest-resource.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ body:
3333
label: "Suggested section"
3434
options:
3535
- Official Resources
36-
- Tutorials and Blog Posts
37-
- IDEs
38-
- Automation
36+
- Platform and Tools
37+
- AI Coding Agents
3938
- Templates
39+
- Modules
40+
- Terraform Providers
41+
- IDE Integrations
42+
- Coder Desktop
43+
- Automation
44+
- Tutorials and Blog Posts
4045
- Talks and Videos
4146
- Other (explain below)
4247
validations:

README.md

Lines changed: 72 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ Your [contributions](CONTRIBUTING.md) are welcome!
1616
## Contents
1717

1818
- [Official Resources](#official-resources)
19-
- [Tutorials and Blog Posts](#tutorials-and-blog-posts)
20-
- [IDEs](#ides)
21-
- [Automation](#automation)
19+
- [Platform and Tools](#platform-and-tools)
20+
- [AI Coding Agents](#ai-coding-agents)
2221
- [Templates](#templates)
22+
- [Modules](#modules)
23+
- [Terraform Providers](#terraform-providers)
24+
- [IDE Integrations](#ide-integrations)
25+
- [Coder Desktop](#coder-desktop)
26+
- [Automation](#automation)
27+
- [Tutorials and Blog Posts](#tutorials-and-blog-posts)
2328
- [Talks and Videos](#talks-and-videos)
2429

2530
## Official Resources
@@ -29,42 +34,89 @@ Your [contributions](CONTRIBUTING.md) are welcome!
2934
- [Press kit & brand style guide](https://coder.com/brand) - Logos, brand assets, and brand guidelines.
3035
- [Discord](https://cdr.co/discord-Y6fMxGdNRg) - Community chat for developers and operators using Coder.
3136
- [X](https://x.com/CoderHQ) - Official Coder account on X.
37+
- [YouTube](https://www.youtube.com/@coderhq) - Coder's YouTube channel with product demos, talks, and tutorials.
38+
- [\[Dev\]olution Podcast](https://podcasts.apple.com/podcast/dev-olution/id1839475248) - Coder's podcast, hosted by Field CTO Nicky Pike, on building real-world systems and the impact of AI on development.
3239

33-
## Tutorials and Blog Posts
40+
## Platform and Tools
3441

35-
- [The Benefits of Remote Ephemeral Workspaces](https://blog.palantir.com/the-benefits-of-remote-ephemeral-workspaces-1a1251ed6e53) - Palantir on running ephemeral, remote development environments at scale.
36-
- [Laptop development is dead: why remote development is the future](https://medium.com/@elliotgraebert/laptop-development-is-dead-why-remote-development-is-the-future-f92ce103fd13) - Argument for moving developer environments off laptops.
42+
- [coder/coder](https://github.com/coder/coder) - The Coder server, agent, and CLI. Self-hosted cloud development environments and AI coding agents defined in Terraform.
43+
- [coder/registry](https://github.com/coder/registry) - Source for the templates and modules published to registry.coder.com.
44+
- [coder/code-server](https://github.com/coder/code-server) - Run VS Code in a browser tab. The default web IDE for many Coder workspaces.
45+
- [coder/envbuilder](https://github.com/coder/envbuilder) - Build workspaces from a Dockerfile or devcontainer.json on Docker, Kubernetes, and OpenShift.
46+
- [coder/mux](https://github.com/coder/mux) - Desktop and browser app for running multiple AI coding agents side-by-side on local or remote compute, with isolated workspaces and a multi-model loop.
47+
- [coder/boo](https://github.com/coder/boo) - GNU screen-style terminal multiplexer built on libghostty, with `send`, `peek`, and `wait` primitives for driving interactive programs from scripts and AI agents.
48+
49+
## AI Coding Agents
50+
51+
- [AI Coder documentation](https://coder.com/docs/ai-coder) - Official documentation for running AI coding agents inside Coder workspaces.
52+
- [Coder Agents](https://coder.com/docs/ai-coder/agents) - Coder's built-in chat interface and API for delegating development work to coding agents. It selects a template, provisions a workspace, and runs the agent loop inside your Coder control plane.
3753

38-
## IDEs
54+
## Templates
55+
56+
Start with the [Coder Registry](https://registry.coder.com/templates) for official and community templates. The repositories below are maintained elsewhere in the community:
57+
58+
- [bpmct/coder-templates/shared-mac](https://github.com/bpmct/coder-templates/tree/main/shared-mac) - Connect a pre-provisioned Mac device and provision system users as workspaces.
59+
- [denbeigh2000/coder-templates](https://github.com/denbeigh2000/coder-templates) - Manage NixOS development workspaces on EC2, including spot and Graviton variants.
60+
- [m.lan/coder-templates](https://gitlab.com/m.lan/coder-templates) - Kubernetes template with Docker in Docker (DinD).
61+
- [matifali/coder-templates](https://github.com/matifali/coder-templates) - Docker-based deep learning templates (PyTorch/TensorFlow with Jupyter, plus an NVIDIA GPU variant) and MATLAB in the browser.
62+
- [ntimo/coder-hetzner-cloud-template](https://github.com/ntimo/coder-hetzner-cloud-template) - Set up a Hetzner Cloud instance as a dev environment, with or without VS Code.
63+
- [sharkymark/v2-templates](https://github.com/sharkymark/v2-templates) - A large collection of Coder Terraform templates and tips.
64+
- [sulo1337/coder-kubevirt-template](https://github.com/sulo1337/coder-kubevirt-template) - KubeVirt-based development environment that provisions KVM virtual machines as Coder workspaces on top of a Kubernetes cluster.
65+
- [uwu/basic-env](https://github.com/uwu/basic-env) - Docker-based dev environment with VS Code, an XFCE + noVNC desktop, dotfiles, and preinstalled language runtimes (Dart, Java, JavaScript/Node).
3966

40-
- [Workspace access](https://coder.com/docs/user-guides/workspace-access) - Connect to Coder workspaces from VS Code, JetBrains, Cursor, code-server, and the CLI.
67+
## Modules
68+
69+
Start with the [Coder Registry](https://registry.coder.com/modules) for modules that extend your templates with tools and integrations: IDE installers, dotfiles support, code-server, JetBrains, and more.
70+
71+
## Terraform Providers
72+
73+
- [coder/terraform-provider-coder](https://github.com/coder/terraform-provider-coder) - Template-side Terraform resources: `coder_agent`, `coder_app`, `coder_parameter`, and friends.
74+
- [coder/terraform-provider-coderd](https://github.com/coder/terraform-provider-coderd) - Manage a Coder deployment itself (templates, groups, organizations) with Terraform.
75+
76+
## IDE Integrations
77+
78+
- [Workspace access](https://coder.com/docs/user-guides/workspace-access) - Connect to Coder workspaces from VS Code, JetBrains, Cursor, Zed, code-server, and the CLI.
79+
- [coder/vscode-coder](https://github.com/coder/vscode-coder) - VS Code extension to open any Coder workspace with a single click. Also works in VS Code forks like Cursor, Windsurf, and Kiro.
80+
- [coder/coder-jetbrains-toolbox](https://github.com/coder/coder-jetbrains-toolbox) - JetBrains Toolbox plugin for Coder.
81+
- [Cursor module](https://registry.coder.com/modules/coder/cursor) - One-click launch button for Cursor IDE, with optional MCP server configuration.
82+
- [Zed module](https://registry.coder.com/modules/coder/zed) - One-click launch button for Zed, with optional settings and MCP context server configuration.
83+
- [Windsurf module](https://registry.coder.com/modules/coder/windsurf) - One-click launch button for the Windsurf Editor, with optional MCP server configuration.
84+
- [Kiro module](https://registry.coder.com/modules/coder/kiro) - One-click launch button for Kiro, AWS's AI-powered IDE, with optional MCP server configuration.
4185
- [Running a private VS Code Extension Marketplace](https://coder.com/blog/running-a-private-vs-code-extension-marketplace) - Host an internal extension marketplace for code-server and VS Code workspaces.
4286

87+
## Coder Desktop
88+
89+
- [coder/coder-desktop-macos](https://github.com/coder/coder-desktop-macos) - Native macOS Coder Desktop client.
90+
- [coder/coder-desktop-windows](https://github.com/coder/coder-desktop-windows) - Native Windows Coder Desktop client.
91+
- [coder/coder-desktop-linux](https://github.com/coder/coder-desktop-linux) - Coder Desktop for Linux, including the Avalonia tray app and VPN service integration.
92+
4393
## Automation
4494

4595
- [Validated architectures](https://coder.com/docs/admin/infrastructure/validated-architectures) - Reference architectures for deploying Coder in production on Kubernetes and other platforms.
96+
- [coder/box](https://github.com/coder/box) - NixOS appliance that provisions a single-node Coder server and k3s cluster on a physical machine for self-contained demos and workshops.
4697
- [Update Coder Template](https://github.com/marketplace/actions/update-coder-template) - A GitHub Action to automate Coder template changes.
4798
- [Provision Coder with Lima](https://github.com/coder/coder/tree/main/examples/lima) - Linux virtual machines, typically on macOS, for running containerd.
4899

49-
## Templates
100+
## Tutorials and Blog Posts
50101

51-
- [Coder Registry](https://registry.coder.com/templates) - Official and community templates published to the Coder Registry.
52-
- [sharkymark/v2-templates](https://github.com/sharkymark/v2-templates) - A large collection of templates.
53-
- [ntimo/coder-hetzner-cloud-template](https://github.com/ntimo/coder-hetzner-cloud-template) - Set up a Hetzner Cloud instance as a dev environment, with or without VS Code.
54-
- [matifali/coder-templates](https://github.com/matifali/coder-templates) - Deep learning with Jupyter Notebook/Lab and MATLAB in the browser.
55-
- [m.lan/coder-templates](https://gitlab.com/m.lan/coder-templates) - Kubernetes template with Docker in Docker (DinD).
56-
- [bpmct/coder-templates/proxmox-vm](https://github.com/bpmct/coder-templates/tree/main/proxmox-vm) - Develop in a Proxmox VM.
57-
- [bpmct/coder-templates/shared-mac](https://github.com/bpmct/coder-templates/tree/main/shared-mac) - Connect a pre-provisioned Mac device and provision system users as workspaces.
58-
- [denbeigh2000/coder-templates](https://github.com/denbeigh2000/coder-templates) - Manage NixOS development workspaces on EC2, including spot and Graviton variants.
59-
- [8Bitz0/coder-rust-template](https://gitlab.com/8Bitz0/coder-rust-template) - Coder templates with various Linux distros for out-of-the-box Rust development.
60-
- [uwu/basic-env](https://github.com/uwu/basic-env) - Docker-based Node.js development environment with code-server, NoVNC, and dotfiles support out of the box.
61-
- [sulo1337/coder-kubevirt-template](https://github.com/sulo1337/coder-kubevirt-template) - KubeVirt-based development environment that provisions KVM virtual machines as Coder workspaces on top of a Kubernetes cluster.
102+
- [Kubernetes namespaces as dev environments](https://coder.com/blog/kubernetes-namespaces-as-dev-environments) - Tutorial for building a template that provisions a namespace, tooling pod, persistent home volume, and scoped ServiceAccount per developer.
103+
- [Four Reference Architectures for CDEs: Kubernetes vs. VMs](https://coder.com/blog/four-reference-architectures-for-cdes-kubernetes-vs-vms) - Trade-offs and reference patterns for running workspaces on Kubernetes versus virtual machines.
104+
- [Coder's Well-Architected Framework](https://coder.com/blog/coder-well-architected-framework) - Reliability, security, and cost best practices for a Coder deployment, from provisioners to RBAC and workspace bin-packing.
105+
- [Enterprise security and governance for software development environments](https://coder.com/blog/enterprise-security-and-governance-for-software-development-environments) - Guide to securing cloud development environments on Kubernetes, covering the PVC model, secrets, and Vault integration.
106+
- [Deploying AI Agents at Scale Without Sacrificing Control & Governance](https://coder.com/blog/deploying-ai-agents-at-scale-without-sacrificing-control-and-governance) - How to roll out autonomous coding agents with guardrails and governance in place.
107+
- [Giving OpenClaw a Secure Workspace Using the Rabbit R1](https://coder.com/blog/giving-openclaw-a-secure-workspace-using-the-rabbit-r1) - Building an OpenClaw skill that lets the Rabbit R1's voice agent spin up isolated, governed Coder Tasks and Workspaces instead of granting it broad access to the host.
108+
- [The Benefits of Remote Ephemeral Workspaces](https://blog.palantir.com/the-benefits-of-remote-ephemeral-workspaces-1a1251ed6e53) - Palantir on running ephemeral, remote development environments at scale.
109+
- [Laptop development is dead: why remote development is the future](https://medium.com/@elliotgraebert/laptop-development-is-dead-why-remote-development-is-the-future-f92ce103fd13) - Argument for moving developer environments off laptops.
62110

63111
## Talks and Videos
64112

65113
- [Introduction to Coder Workspaces](https://www.youtube.com/watch?v=KNnNREoizOM) - Overview of Coder workspaces and how they fit into a developer workflow.
66114
- [Building the IDE Golden Path](https://www.youtube.com/watch?v=F6D-cXl_xUA) - Ben Potter on building a consistent IDE experience across teams with Coder.
67115
- [Your Next Workstation Is In The Cloud](https://www.youtube.com/watch?v=C4fQvIHCVzw&t=748s) - Ketan Gangatirkar on moving developer workstations to the cloud with Coder.
116+
- [Accelerate cloud native development with Coder](https://www.youtube.com/watch?v=0vK10Z7LF6A) - Tim Quinlan at PlatformCon 2024 on shifting developer runtimes left without building a platform from scratch.
117+
- [Optimising developer workflows: the future of Cloud Development Environments](https://www.youtube.com/watch?v=SR0q-ZPeSm4) - Eric Paulsen, Field CTO at Coder, on running development environments as policy-driven infrastructure.
118+
- [How Skydio scaled AI coding agents to a million-line monorepo](https://www.youtube.com/watch?v=aT0YUV5TavM) - Elliot Graebert (Skydio) and Ben Potter (Coder) on rolling out agentic development at production scale.
119+
- [10 governance controls that actually stop AI agents from going rogue](https://www.youtube.com/watch?v=12azuSjtTqs) - Rob Whiteley, Coder CEO, with a HumanX 2026 lightning talk on practical guardrails for autonomous coding agents.
68120

69121
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
70122

0 commit comments

Comments
 (0)