Skip to content
Open
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/1-suggest-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ body:
label: "Suggested section"
options:
- Official Resources
- Tutorials and Blog Posts
- IDEs
- Automation
- Platform and Tools
- IDE Integrations
- Coder Desktop
- AI Coding Agents
Comment on lines 35 to +39
- Templates
- Modules
- Terraform Providers
- Automation
- Tutorials and Blog Posts
- Talks and Videos
- Other (explain below)
validations:
Expand Down
81 changes: 62 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ Your [contributions](CONTRIBUTING.md) are welcome!
## Contents

- [Official Resources](#official-resources)
- [Tutorials and Blog Posts](#tutorials-and-blog-posts)
- [IDEs](#ides)
- [Automation](#automation)
- [Platform and Tools](#platform-and-tools)
- [AI Coding Agents](#ai-coding-agents)
- [Templates](#templates)
- [Modules](#modules)
- [Terraform Providers](#terraform-providers)
- [IDE Integrations](#ide-integrations)
- [Coder Desktop](#coder-desktop)
- [Automation](#automation)
- [Tutorials and Blog Posts](#tutorials-and-blog-posts)
- [Talks and Videos](#talks-and-videos)

## Official Resources
Expand All @@ -24,36 +29,74 @@ Your [contributions](CONTRIBUTING.md) are welcome!
- [Press kit & brand style guide](https://coder.com/brand) - Logos, brand assets, and brand guidelines.
- [Discord](https://cdr.co/discord-Y6fMxGdNRg) - Community chat for developers and operators using Coder.
- [X](https://x.com/CoderHQ) - Official Coder account on X.
- [YouTube](https://www.youtube.com/@coderhq) - Coder's YouTube channel with product demos, talks, and tutorials.
- [\[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.
Comment thread
DevelopmentCats marked this conversation as resolved.

## Tutorials and Blog Posts
## Platform and Tools

- [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.
- [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.
- [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.
- [coder/registry](https://github.com/coder/registry) - Source for the templates and modules published to registry.coder.com.
- [coder/code-server](https://github.com/coder/code-server) - Run VS Code in a browser tab. The default web IDE for many Coder workspaces.
- [coder/envbuilder](https://github.com/coder/envbuilder) - Build workspaces from a Dockerfile or devcontainer.json on Docker, Kubernetes, and OpenShift.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its an unmaintained project
My be add mux and boo

- [coder/envbox](https://github.com/coder/envbox) - Container image for running system-level software like Docker and systemd inside Kubernetes workspaces.

## AI Coding Agents

- [AI Coder documentation](https://coder.com/docs/ai-coder) - Official documentation for running AI coding agents inside Coder workspaces.
- [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.

## IDEs
## Templates

Start with the [Coder Registry](https://registry.coder.com/templates) for official and community templates. The repositories below are maintained elsewhere in the community:

- [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.
- [denbeigh2000/coder-templates](https://github.com/denbeigh2000/coder-templates) - Manage NixOS development workspaces on EC2, including spot and Graviton variants.
- [m.lan/coder-templates](https://gitlab.com/m.lan/coder-templates) - Kubernetes template with Docker in Docker (DinD).
- [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.
- [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.
- [sharkymark/v2-templates](https://github.com/sharkymark/v2-templates) - A large collection of Coder Terraform templates and tips.
- [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.
- [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).

## Modules

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.
Comment thread
DevelopmentCats marked this conversation as resolved.

## Terraform Providers

- [coder/terraform-provider-coder](https://github.com/coder/terraform-provider-coder) - Template-side Terraform resources: `coder_agent`, `coder_app`, `coder_parameter`, and friends.
- [coder/terraform-provider-coderd](https://github.com/coder/terraform-provider-coderd) - Manage a Coder deployment itself (templates, groups, organizations) with Terraform.

## IDE Integrations

- [Workspace access](https://coder.com/docs/user-guides/workspace-access) - Connect to Coder workspaces from VS Code, JetBrains, Cursor, code-server, and the CLI.
- [coder/vscode-coder](https://github.com/coder/vscode-coder) - VS Code extension to open any Coder workspace with a single click.
- [coder/jetbrains-coder](https://github.com/coder/jetbrains-coder) - JetBrains Gateway plugin for Coder.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JetBrains Gateway is Out of support.

- [coder/coder-jetbrains-toolbox](https://github.com/coder/coder-jetbrains-toolbox) - JetBrains Toolbox plugin for Coder.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Cursor, Zed, and other IDE integrations

- [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.

## Coder Desktop

- [coder/coder-desktop-macos](https://github.com/coder/coder-desktop-macos) - Native macOS Coder Desktop client.
- [coder/coder-desktop-windows](https://github.com/coder/coder-desktop-windows) - Native Windows Coder Desktop client.
Comment on lines +80 to +81

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have one for Linux too no GUI but CLI only.
https://github.com/coder/coder-desktop-linux


## Automation

- [Validated architectures](https://coder.com/docs/admin/infrastructure/validated-architectures) - Reference architectures for deploying Coder in production on Kubernetes and other platforms.
- [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.
- [Update Coder Template](https://github.com/marketplace/actions/update-coder-template) - A GitHub Action to automate Coder template changes.
- [Provision Coder with Lima](https://github.com/coder/coder/tree/main/examples/lima) - Linux virtual machines, typically on macOS, for running containerd.

## Templates
## Tutorials and Blog Posts

- [Coder Registry](https://registry.coder.com/templates) - Official and community templates published to the Coder Registry.
- [sharkymark/v2-templates](https://github.com/sharkymark/v2-templates) - A large collection of templates.
- [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.
- [matifali/coder-templates](https://github.com/matifali/coder-templates) - Deep learning with Jupyter Notebook/Lab and MATLAB in the browser.
- [m.lan/coder-templates](https://gitlab.com/m.lan/coder-templates) - Kubernetes template with Docker in Docker (DinD).
- [bpmct/coder-templates/proxmox-vm](https://github.com/bpmct/coder-templates/tree/main/proxmox-vm) - Develop in a Proxmox VM.
- [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.
- [denbeigh2000/coder-templates](https://github.com/denbeigh2000/coder-templates) - Manage NixOS development workspaces on EC2, including spot and Graviton variants.
- [8Bitz0/coder-rust-template](https://gitlab.com/8Bitz0/coder-rust-template) - Coder templates with various Linux distros for out-of-the-box Rust development.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.
- [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.

## Talks and Videos

Expand Down