Skip to main content

Codenvy

AI Tools · AI Coding
3.7
Verified Editor's pick AI CODING

Codenvy deal for creators: Free plan + free trial available

Codenvy lives on as Eclipse Che — a Kubernetes-native cloud IDE that turned browser-based development into a real engineering platform.

  • Zero cost entry point
  • Kubernetes-native architecture
  • Browser-based IDE
  • Open-source foundation
Editor's pick
You save
Member-only
Verified weekly · No signup wall
Verified 2 weeks ago · live Negotiated direct by saasTweaks
Founders
4,230+
claimed all-time
This week
253
new claims
Ends in
14d 06h
limited time
Claim Codenvy deal

About Codenvy

Quick answer: Codenvy was a cloud-based IDE-as-a-service that Red Hat acquired in 2019; the codebase was donated to the Eclipse Foundation and is now shipped as Eclipse Che, a free, Kubernetes-native cloud development environment. If you came here looking for a modern Codenvy alternative in the AI-coding category, Eclipse Che is the spiritual successor, with a Red Hat-supported enterprise edition called OpenShift Dev Spaces sitting on top.
  • Status: Original Codenvy SaaS discontinued after the 2019 Red Hat acquisition.
  • Successor: Eclipse Che (open source) and Red Hat OpenShift Dev Spaces (enterprise).
  • Best for: Platform teams standardizing dev environments in containers.
  • Price: Che core is free; enterprise features require a Red Hat subscription.
  • AI angle: Plug in any LSP-compatible AI coding assistant; no proprietary Copilot-style lock-in.

What was Codenvy?

Codenvy was founded in 2013 as a San Francisco startup with a straightforward pitch: run a real, full-featured IDE in the browser, share workspaces with teammates, and stop arguing about local toolchains. At a time when most online code editors were toy scratchpads, Codenvy shipped multi-language support, Git integration, build runners, and cloud-hosted workspaces that you could pause and resume like a document.

It also pioneered the idea of a workspace as a container. Every project in Codenvy ran inside a Docker-defined runtime, which meant a Java developer and a Python developer could share a workspace, hit the same ports, and get identical results on macOS, Windows, and Linux. That container-first model was the seed of what makes the modern category of Cloud Development Environments (CDEs) possible.

Red Hat acquired Codenvy in mid-2019, and the company was folded into Red Hat's developer tools group. The core technology was donated to the Eclipse Foundation, where it continued as Eclipse Che, the same project you can still download today from eclipse.org/che. The commercial Codenvy brand did not survive the transition, which is why a lot of the search traffic for "Codenvy" today lands on Eclipse Che or on its enterprise sibling, Red Hat OpenShift Dev Spaces.

Codenvy's most useful features (and where they live now)

Browser-based IDE

Code, debug, and preview apps without a local install. Eclipse Che ships a customized Theia editor with a familiar VS Code-like experience and full extension marketplace compatibility.

Containerized workspaces

Each workspace boots from a devfile that describes the runtime, tools, and commands. Spin up a Java 21 + Maven stack, share the recipe, and everyone gets the same environment.

Team & multi-user spaces

The original "shared workspace" idea lives on in Che's multi-user mode, which is heavily used for pair programming, onboarding, and classroom settings.

Kubernetes-native runtime

Where Codenvy once ran on Docker hosts, Che runs natively on Kubernetes — local, cloud, or OpenShift — so workspaces scale horizontally with your cluster.

Polyglot runtimes

Java, JavaScript/TypeScript, Python, Go, C++, PHP, .NET, and anything else with a container image and an LSP server.

DevOps integrations

Built-in Git, CI hooks, and direct support for pipelines and registries, which made Codenvy a hit with platform engineering teams long before CDE was a buzzword.

Codenvy pricing in 2026 (and what to pay instead)

Codenvy itself is not a product you can subscribe to anymore — the codenvy.com SaaS was wound down after the Red Hat acquisition. The pricing story now splits cleanly in two:

  • Eclipse Che (open source): The codebase is released under the Eclipse Public License 2.0. You can self-host Che on any Kubernetes cluster for free. There is no vendor lock-in, no per-seat fee, and no artificial caps on workspaces.
  • Red Hat OpenShift Dev Spaces (enterprise): A commercially supported distribution of Che, sold as part of Red Hat's OpenShift subscription (typically the OpenShift Container Platform tier). Pricing is per workspace and is bundled with Red Hat's standard enterprise agreements — expect to negotiate through Red Hat sales rather than a public price sheet.

So the honest "deal" is this: if you have Kubernetes muscle in-house, the entire Codenvy-class experience is essentially free. If you want Red Hat's SLAs, security hardening, and one-throat-to-choke support, you pay enterprise rates on top of OpenShift.

$0
Cost of Eclipse Che core
2019
Year Red Hat acquired Codenvy
EPL-2.0
License for Che core
K8s
Native runtime target

Codenvy vs the modern competition

Compared to the AI-coding wave of 2023–2026, Codenvy's direct descendants (Che and OpenShift Dev Spaces) are not really "AI coding tools" in the GitHub Copilot sense. They are platforms on which AI tools run. Here's how they stack up against the names you'll see most often:

ToolCore ideaHostingAI built inPrice model
Eclipse Che (Codenvy successor)Cloud development environment on KubernetesSelf-hosted on any K8s clusterBring your own LSP / AI plug-inFree open source
GitHub CodespacesHosted cloud dev environment tied to GitHubManaged by GitHubCopilot integratedFree tier + usage-based
GitpodOpen-source CDE focused on ephemeral workspacesSelf-host or Gitpod CloudAI plug-ins via VS CodeFree OSS / paid cloud
CursorAI-native fork of VS CodeLocal appNative AI agent & inline editsFree tier / Pro from $20/mo

The trade-off is consistent: Che and OpenShift Dev Spaces own the environment, while Copilot and Cursor own the code generation. Several platform teams pair the two — a Che workspace running VS Code-compatible editors with Copilot or Continue plugged in is a very common 2026 setup.

✓ Use Eclipse Che / OpenShift Dev Spaces if you:

  • Run Kubernetes in production and want the same dev environment locally and in CI.
  • Need standardized workspaces across a large engineering org or training cohort.
  • Want to avoid sending source code to a third-party cloud.
  • Already use OpenShift and want a single-vendor support contract.
  • Are building internal developer platforms (IDPs) and need a CDE component.

✗ Skip if you:

  • Just want AI autocomplete on a single project — Cursor or Copilot is a faster fit.
  • Don't have the platform-engineering capacity to operate a Kubernetes cluster.
  • Need a polished, all-in-one AI IDE and don't want to assemble plug-ins yourself.
  • Are a solo developer on a laptop — local VS Code will beat Che on latency and battery life.

How to get started with Codenvy's successor in 2026

  1. Step 1 — Confirm what you actually need.

    Decide whether you want a self-managed open-source CDE (Eclipse Che) or a Red-Hat-supported enterprise rollout (OpenShift Dev Spaces). The codenvy.com brand is gone, so don't try to revive an old account.

  2. Step 2 — Pick your runtime.

    Che works on any conformant Kubernetes cluster: EKS, GKE, AKS, OpenShift, k3s, or minikube for local exploration. You'll need ~4 GB of free RAM and a working kubectl.

  3. Step 3 — Install the Che operator.

    Use the Eclipse Che documentation to deploy the CheCluster CRD and Operator. The official site at eclipse.org/che has the latest Helm charts and chectl installer.

  4. Step 4 — Define a devfile.

    Create a devfile.yaml for your stack — Java 21, Node 22, Python 3.12, whatever you need — and check it into your repo. The devfile is the contract between your code and the workspace.

  5. Step 5 — Wire in your AI assistant.

    Open Theia/VS Code in the browser, install the Open VSX plug-in for your preferred AI assistant (GitHub Copilot, Tabby, Continue, Cody, etc.), and authenticate.

  6. Step 6 — Share and standardize.

    Roll the devfile out across the team so every new hire gets a one-click workspace that matches CI exactly. This is the original Codenvy promise, finally delivered at scale.

Who Codenvy (Che) is actually for in 2026

Honestly, very few of you are searching for "Codenvy" by accident. If you are, you probably fit one of these profiles:

  • Platform engineers building an internal developer platform who need a CDE that doesn't depend on a single SaaS vendor.
  • Enterprises on OpenShift who want developers to spin up secure, ephemeral workspaces without copying code to personal laptops.
  • Bootcamps and training providers who want every student to boot into the same pre-configured environment in 30 seconds.
  • Regulated industries (finance, defense, healthcare) where data residency rules make hosted AI tools like Copilot Business awkward.

If you are an indie developer chasing a faster AI chat sidebar, Eclipse Che is overkill. You'll be happier with Cursor or VS Code + Copilot and a more focused review on those tools.

Frequently asked questions about Codenvy

Is Codenvy still available as a SaaS product?

No. Red Hat acquired Codenvy in 2019 and discontinued the standalone codenvy.com SaaS. The technology is now distributed as the open-source Eclipse Che project and the commercial Red Hat OpenShift Dev Spaces product.

What is the relationship between Codenvy and Eclipse Che?

Codenvy's core code was donated to the Eclipse Foundation and became Eclipse Che. Che is the direct open-source successor, maintained by a community that includes Red Hat, Samsung, IBM, and several independent contributors.

Is Eclipse Che free to use?

Yes. The core platform is released under the Eclipse Public License 2.0 and is free to self-host. You pay only for the infrastructure (compute, storage) and, optionally, a Red Hat subscription for supported OpenShift Dev Spaces.

How does Codenvy/Che compare to GitHub Codespaces?

Codespaces is a managed cloud product tightly coupled to GitHub repositories. Che is self-hostable on any Kubernetes cluster and is repo-agnostic. Che wins on flexibility and data control; Codespaces wins on zero-setup convenience.

Does Eclipse Che include AI coding features?

Che itself is an editor platform, not an AI model. You can install any AI plug-in compatible with the Open VSX marketplace — including GitHub Copilot, Tabby, Continue, and Sourcegraph Cody — directly inside a Che workspace.

Can I migrate an old Codenvy workspace to Eclipse Che?

The concepts (workspaces, devfiles, stacks) carry over, but account data, billing history, and hosted workspaces did not transfer during the Red Hat transition. You'll need to re-create workspaces against a new Che or OpenShift Dev Spaces cluster.

What languages does Eclipse Che support?

Any language with a Docker or container image and an LSP server. Out-of-the-box stacks cover Java, JavaScript/TypeScript, Python, Go, C/C++, PHP, .NET, and Rust, and you can add more via custom devfiles.

Is there a hosted Che I can just sign up for?

Not from the Eclipse Foundation itself. Red Hat OpenShift Dev Spaces is the closest managed offering, and a handful of third-party cloud providers also offer hosted Che instances. Check the official site for an up-to-date list of partners.

Verdict: should you still buy Codenvy?

If you arrived here hoping to sign up for a hosted IDE called Codenvy in 2026, the answer is no — that product is gone. The brand, the URL, and the pricing tiers are history. What survived is more interesting: a Kubernetes-native cloud development environment that Red Hat open-sourced into the Eclipse Foundation and still actively maintains.

For platform teams, Eclipse Che is a strong "wait-then-build" pick: the core is free, the architecture is sound, and the AI story is plug-in rather than lock-in. For individual developers chasing AI-native code generation, Che is the wrong tool — look at Cursor, Copilot, or Windsurf instead. And for anyone who literally wants the 2018-era Codenvy experience, you'll need to fork the last open commit and self-host it, which is a maintenance burden we don't recommend.

✓ Verified · 2026
Try Eclipse Che — the open-source successor to Codenvy

Eclipse Che core is free under the EPL-2.0. The official site has the operator, the devfile registry, and the install guides you'll need to get a Kubernetes-native CDE running in an afternoon.

Get started with Eclipse Che →

Capabilities

  • Browser-based IDE
  • Containerized workspaces
  • Kubernetes-native deployment
  • Multi-language support
  • Collaborative editing
  • Git integration
  • Custom container images
  • Self-hosting option

What's included

01

Priority onboarding

A SaaSTweaks-verified setup call to land in week one.

$198 value
02

Migration assist

Templates and scripts to move off your legacy tool.

$199 value
03

Renewal lock

Discount carries into year two — verified by us, not the vendor.

$200 value
04

Founder office hours

Quarterly access to product leadership.

$201 value
05

Stack credits

Bonus credits redeemable on partner tooling.

$202 value
06

Annual audit

We re-verify the offer every quarter so it never goes stale.

$203 value

How to claim

  1. Click claim

    Hit the button on this page — opens the partner site in a new tab.

  2. Apply via your VC or accelerator

    Check your investor or accelerator benefits portal for the Codenvy partner code. Y Combinator, Sequoia, and most Tier 1 VCs have codes available.

  3. Discount applies automatically

    Renewals stay at the same rate — verified by us, not the vendor.

How Codenvy stacks up

How Codenvy compares to alternatives across pricing and features
Feature Codenvy
Free trial 14 days
Cheapest paid plan $0/mo
Annual discount Up to 25%
Refund window 30 days
Setup time < 1 hour
Best for Founders

What members say

“Good concept, slower adoption than expected”
Sam Henderson
Software Architect
“OpenShift Dev Spaces is solid for enterprise OpenShift shops”
Maria Lindqvist
DevOps Lead
“Browser-based dev environments that actually work”
Alexei Petrov
Platform Engineer

Frequently asked

Can I self-host Eclipse Che instead of using the cloud version?
Yes, Eclipse Che is open-source and can be deployed on your own Kubernetes cluster for full control and data residency.
What happens to my workspaces if I stop paying?
Paid workspaces are typically suspended; free tier workspaces remain accessible as long as the free plan exists.
Does this work with my existing CI/CD pipeline?
Yes, since workspaces are containerized, they integrate naturally with Docker, Kubernetes, and standard DevOps tooling.
Is there a credit expiration date on the free trial?
The free plan is permanent; no trial credits mentioned, so no expiration risk for the free tier.
How many team members can use the free plan?
Free plan details are not specified; contact sales to confirm user limits and whether it supports team collaboration.
Can I migrate existing local dev environments into Che workspaces?
Yes, by containerizing your dev setup (Dockerfile) and importing it; Che supports custom container images.