Coder Premium Edition
CoderReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
141 reviews
from
External reviews are not included in the AWS star rating for the product.
Strong Kubernetes Self-Hosted Devbox Experience, Prefer OSS Over SaaS
What do you like best about the product?
Coder is great. We tested the self-hosted option on Kubernetes, and it delivered a strong devbox experience that helped us speed up development and refine our workflow.
What do you dislike about the product?
I’m not a fan of SaaS, so for us the OSS version works just fine.
What problems is the product solving and how is that benefiting you?
DevEx and speed are strong, and the overall agility helps with improving the developer lifespan.
Coder Makes AI Dev Secure, Reproducible, and Fast with Pulumi Templates
What do you like best about the product?
As a freelance software architect working across multiple client environments, the biggest win with Coder is how it eliminates the "works on my machine" problem for AI-assisted development. I define a workspace template once in Pulumi (with the exact Node.js/TypeScript toolchain, NestJS scaffolding, and pre-installed MCP servers I need), and every new workspace spins up identical and ready-to-code in under a minute. Being able to treat dev environments as real infrastructure code — in TypeScript, same language as the projects themselves — means I version-control templates alongside the rest of my IaC and review changes in PRs.
What I didn't expect going in: running Claude Code inside an isolated Coder workspace is a security game-changer. I can give the agent broad filesystem and shell access to work autonomously without touching my local machine or risking client code leaking somewhere it shouldn't be. When a task is done, I tear the workspace down and there's nothing lingering.
Integrations are the other standout. It works with whatever editor a client mandates (VS Code, JetBrains, browser-based), plugs into existing Git providers, and the Pulumi-based templates slot cleanly into the rest of my infrastructure stack.
Performance-wise, running workspaces on beefy cloud instances instead of my laptop cut TypeScript build times by roughly 30% on the larger monorepos, and battery life on long flights is suddenly a non-issue.
What I didn't expect going in: running Claude Code inside an isolated Coder workspace is a security game-changer. I can give the agent broad filesystem and shell access to work autonomously without touching my local machine or risking client code leaking somewhere it shouldn't be. When a task is done, I tear the workspace down and there's nothing lingering.
Integrations are the other standout. It works with whatever editor a client mandates (VS Code, JetBrains, browser-based), plugs into existing Git providers, and the Pulumi-based templates slot cleanly into the rest of my infrastructure stack.
Performance-wise, running workspaces on beefy cloud instances instead of my laptop cut TypeScript build times by roughly 30% on the larger monorepos, and battery life on long flights is suddenly a non-issue.
What do you dislike about the product?
The initial template authoring has a learning curve — if you're coming in without Terraform or Pulumi experience, expect to spend a day or two getting comfortable before your first template is production-ready. The docs are thorough but lean toward reference-style, so I ended up reading example templates on GitHub to piece together best practices.
The Pulumi provider (which I use because my other IaC is already in TypeScript) is auto-generated from the Terraform provider, which works well overall but occasionally lags a release behind on newer features — not a blocker, just something to be aware of if you want the latest capabilities the moment they ship.
Cost predictability is the other thing worth flagging. Because workspaces run on your own cloud infrastructure, your actual spend depends heavily on how disciplined your team is about stopping idle workspaces. Auto-stop policies help, but I'd love to see more granular budget alerts and per-workspace cost attribution in the dashboard.
The Pulumi provider (which I use because my other IaC is already in TypeScript) is auto-generated from the Terraform provider, which works well overall but occasionally lags a release behind on newer features — not a blocker, just something to be aware of if you want the latest capabilities the moment they ship.
Cost predictability is the other thing worth flagging. Because workspaces run on your own cloud infrastructure, your actual spend depends heavily on how disciplined your team is about stopping idle workspaces. Auto-stop policies help, but I'd love to see more granular budget alerts and per-workspace cost attribution in the dashboard.
What problems is the product solving and how is that benefiting you?
Coder solves two problems that were eating into my billable hours as a freelance architect juggling multiple clients.
First, environment drift. Every client has a different stack – Node.js versions, database tooling, cloud CLIs, internal packages – and keeping all of that coexisting on one laptop was a constant source of friction. With Coder, I define each client's environment as a Pulumi template and spin up a dedicated workspace per project. Switching contexts is now a 30-second workspace switch instead of a half-hour of docker juggling.
Second, and more importantly, safe autonomy for AI coding agents. I run Claude Code heavily, and running it inside an isolated Coder workspace (instead of on my local machine) lets me give the agent much broader permissions – long-running refactors, full test-suite runs, dependency upgrades – without worrying about what happens if something goes sideways. The workspace is ephemeral, the blast radius is contained, and client code never leaves its designated environment.
The concrete benefit: I can run 2–3 agent sessions in parallel on separate workspaces, each working on independent tasks. Work that used to be strictly sequential is now parallel, and cloud build times are about 30% faster than my laptop. The compute cost is a rounding error compared to the billable hours it frees up.
First, environment drift. Every client has a different stack – Node.js versions, database tooling, cloud CLIs, internal packages – and keeping all of that coexisting on one laptop was a constant source of friction. With Coder, I define each client's environment as a Pulumi template and spin up a dedicated workspace per project. Switching contexts is now a 30-second workspace switch instead of a half-hour of docker juggling.
Second, and more importantly, safe autonomy for AI coding agents. I run Claude Code heavily, and running it inside an isolated Coder workspace (instead of on my local machine) lets me give the agent much broader permissions – long-running refactors, full test-suite runs, dependency upgrades – without worrying about what happens if something goes sideways. The workspace is ephemeral, the blast radius is contained, and client code never leaves its designated environment.
The concrete benefit: I can run 2–3 agent sessions in parallel on separate workspaces, each working on independent tasks. Work that used to be strictly sequential is now parallel, and cloud build times are about 30% faster than my laptop. The compute cost is a rounding error compared to the billable hours it frees up.
Effortless Remote Dev Environments, Complex Setup
What do you like best about the product?
I mainly use Coder as a dev environment for working remotely, which keeps everything consistent across machines. It eliminates practical headaches, like setting up local environments and dependencies, and solves version conflicts. I like how much friction it removes from everyday development, making life easier. The workspace templates turn environment setup into a one-time effort. For onboarding, these templates reduce the time for a new developer to get started without much hassle, skipping long setup documents. The control Coder gives in resource management is really helpful.
What do you dislike about the product?
Mostly fine for me, except for the initial setup and configuration. I feel it's a bit complex and less intuitive.
What problems is the product solving and how is that benefiting you?
I use Coder for consistent dev environments across machines, eliminating local setup headaches like dependencies, version conflicts. It solves the 'it works on my machine' issue, and makes onboarding easy with workspace templates, reducing setup time for new devs.
Easy Setup with Intelligent Coding Suggestions
What do you like best about the product?
I like Coder for the ease it brings to writing code. The IntelliAssist feature is particularly helpful, providing suggestions on how to write code based on constructs. I also find the cloud IDE to be valuable.
What do you dislike about the product?
I think Coder needs to bring in a differentiating factor.
What problems is the product solving and how is that benefiting you?
I use Coder's IntelliAssist for code suggestions based on constructs. The cloud IDE makes coding easy.
Effortlessly Manages Secure Agent Operations
What do you like best about the product?
I appreciate Coder's AI Governance because it allows me to securely run agents and maintain audit logs easily. It saves time, money, and reduces development headaches. The initial setup of Coder was very easy, which I found beneficial.
What do you dislike about the product?
N/A
What problems is the product solving and how is that benefiting you?
Coder helps me securely run agents, saving time, money, and reducing developer headaches. Its AI Governance allows me to use agents easily while maintaining audit logs.
Coder: Streamlining Development with Standardized Environments
What do you like best about the product?
I really appreciate how Coder improves developer productivity by minimizing environment-related issues, allowing us to focus more on coding rather than setup and troubleshooting. I like the centralized management of workspaces, as it ensures better governance, visibility, and compliance. Coder standardizes environments using templates, which solves the 'it works on my machine' problem and helps with faster onboarding. Additionally, the auto start and stop features, along with workspace lifecycle management, optimize cloud costs and prevent resource wastage. Auto start and stop are especially helpful because they eliminate idle resource costs without needing manual intervention, starting the workspace automatically when I log back in.
What do you dislike about the product?
Though containers is idle workspace for developers but there are times when developers might need Windows OS bases VM workspace, which does not work well. We have highlighted this and Coder engineering team seems to be working on it to resolve this.
What problems is the product solving and how is that benefiting you?
Coder improves productivity by standardizing environments, preventing 'it works on my machine' issues. It speeds up onboarding and allows us to focus on coding. Features like auto start and stop reduce cloud costs and resource wastage, while centralized workspace management enhances governance and compliance.
Simplifies Web Development, but Needs More Features
What do you like best about the product?
I appreciate Coder for its ability to enhance logical thinking and problem-solving skills by creating website pages from content documents and adding interlinks. I found the initial setup to be easy.
What do you dislike about the product?
I don't like the lack of features. It requires internet.
What problems is the product solving and how is that benefiting you?
I find Coder enhances user experience and performance. It creates web pages and interlinks from content documents, making development simpler.
Consistent Cloud Envs, Tough Initial Setup
What do you like best about the product?
I use Coder to host my development environment in the cloud, which keeps my workspace consistent and off my local machine—perfect for running network automation and testing scripts without cluttering my laptop with dependencies. Coder solves the 'it works on my machine' mess and prevents my laptop from sounding like a jet engine during heavy automation. I love the speed and isolation that allows me to spin up fresh high-performance environments in seconds. The isolation is huge because it provides a sandbox completely separate from my laptop, letting me test aggressive automation scripts or install weird dependencies without worrying about polluting my daily driver. The speed is great because it doesn't make me lose momentum; if I mess up a configuration or a test environment, I don't have to spend an hour fixing it—I just kill the workspace and spin up a fresh one in seconds. I also use VS Code with the Coder extension, and once it's running, it's a game changer for keeping environments consistent and isolated, especially for heavy automation work.
What do you dislike about the product?
Just the initial setup is a bit of a hurdle since you really need to know Terraform to get the templates right. The biggest hurdle is definitely the Terraform learning curve. If you aren't already an IaC expert, building custom templates from scratch is a massive time sink. It honestly wasn't that easy. If you don't already know Terraform, the learning curve for building templates is pretty steep.
What problems is the product solving and how is that benefiting you?
I use Coder to host my development env in the cloud, which keeps my workspace consistent and uncluttered. It solves the 'it works on my machine' mess, allows for sandbox isolation for testing, and provides speed in spinning up environments.
User-Friendly GUI, Easy Setup
What do you like best about the product?
I like Coder's GUI because it's very easy to use and it improves my work. The initial setup of Coder is also very easy.
What do you dislike about the product?
none
What problems is the product solving and how is that benefiting you?
I find the GUI in Coder very easy to use, which improves my work.
Seamless Dev Environments with Powerful Metrics
What do you like best about the product?
I love that Coder is a very well-thought-out product with easy-to-use integrations. The out-of-the-box IDE support is fantastic, allowing us to enable common IDEs just by enabling a resource in a Terraform script or template. I really appreciate the admin visibility it offers, showing us reliability metrics and controls over our development environments. It's seamless control and ability to track and maintain dev environments effectively is a big plus. The initial setup was straightforward, making it an even more appealing choice for our team.
What do you dislike about the product?
Stop functionality when it works is fine and awesome. But sometimes it just doesn't work. If there could be more visibility on activity signals which Coder uses to determine the inactivity and eventually stop the workspace, it would be good. Also, there is stop and delete. If we could have a suspend state as well, which could preserve the memory state as well with the disk, like GCP VM suspend.
What problems is the product solving and how is that benefiting you?
Coder provides consistent, reproducible, and reliable environments, unlocking multitasking and improving dev environment maintenance with metrics-driven insights.
showing 101 - 110