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
- Languages
- Go, TypeScript
- License
- AGPL-3.0
Related Projects
Okteto
Apache-2.0Development tool that lets you code locally while running and debugging your application directly inside a remote Kubernetes cluster.
- Developer Tools
Backstage
Apache-2.0Open framework for building an internal developer portal, unifying a company's services, infrastructure, and documentation behind one searchable software catalog.
- Developer Tools
Buildpacks
Apache-2.0Cloud Native Buildpacks build production-ready container images directly from application source code, without writing a Dockerfile.
- Developer Tools
Crawlee
Apache-2.0Node.js and TypeScript library for web scraping and browser automation, built to produce reliable crawlers that resist bot detection.
- Developer Tools
Spotted an error? Suggest an edit on GitHub.