Skip to content
FindOpenSource

Coder

Self-hosted platform for provisioning cloud development environments on your own infrastructure, giving every developer a consistent, disposable remote workspace.

Overview

Coder is a self-hosted platform for cloud development environments (CDEs) - full development workspaces that run on infrastructure a team controls rather than an individual's laptop. Workspaces are defined as Terraform, so a workspace can provision exactly the compute, network access, and tooling a team standardizes on, connect to a developer's editor of choice through a secure WireGuard tunnel, and shut down automatically when idle to control cost.

Because workspaces are provisioned from a shared template rather than set up by hand, every developer gets a consistent, reproducible environment instead of a personally-drifted local machine, and workspaces can be recreated or thrown away freely since none of a developer's actual work lives only on the workspace's underlying infrastructure.

Coder is a fit for teams that want cloud development environments running on their own infrastructure rather than a vendor's cloud, standardizing onboarding and tooling without giving up control over where code and compute actually run - complementing Gitea and Portainer (also in this catalog) rather than replacing them, since Coder provisions the development workspace itself, not the code host or the container runtime beneath it.

Categories
Developer Tools
Keywords
cloud-development-environmentremote-developmentdev-environmentsworkspace-provisioning
Languages
Go, TypeScript
License
AGPL-3.0

Spotted an error? Suggest an edit on GitHub.