SaaS · archived
Codeanywhere
Codeanywhere, the browser-based cloud IDE, has shut down: new signups closed and the service went fully offline on 1 July 2026, after which workspaces, containers, and any data left on the platform are no longer accessible
left 1 Jul 2026
Quick answers
- Is it true that Codeanywhere cloud IDE shuts down?
- Yes — and the date has already passed (1 Jul 2026). Codeanywhere was a browser-based cloud IDE / online code editor: you opened a development environment in a tab — a containerized DevBox with SSH, connections to your own VMs, Dropbox and Google Drive integrations, and support for 75+ languages — without installing anything locally.
- When did it take effect?
- 1 Jul 2026 (already passed). Verified against the vendor's own announcement.
- What should I use instead?
- The vendor's guidance was to get your code out before 1 July 2026 in two ways: push any project connected to GitHub, GitLab, Bitbucket, or another remote so your latest commits are safely off-platform, and download anything that lived only inside a Codeanywhere DevBox or container directly to your machine — including hidden files and environment configs, which are the things people miss.
What this means for you
Codeanywhere was a browser-based cloud IDE / online code editor: you opened a development environment in a tab — a containerized DevBox with SSH, connections to your own VMs, Dropbox and Google Drive integrations, and support for 75+ languages — without installing anything locally. It started in 2009 as PHPanywhere, acquired the Arduino IDE Codebender in 2017, and was one of the tools that made "code from a Chromebook, a phone, or a borrowed laptop" a normal thing to do. In the official announcement the team says the classic cloud-IDE form has been overtaken by browser-based "vibe coding", and rather than let the product degrade they are winding it down. New signups closed on announcement; the service stayed fully online through 30 June 2026 as an export window; on 1 July 2026 Codeanywhere went offline and workspaces, containers, and any data still on the platform stopped being accessible. Recurring charges were stopped as part of the wind-down, with no billing for time after the service ended. This is a complete service shutdown — there is no reduced tier to fall back to — and because the offline date has now passed, anything not exported before 1 July 2026 is gone.
Where to go
The vendor's guidance was to get your code out before 1 July 2026 in two ways: push any project connected to GitHub, GitLab, Bitbucket, or another remote so your latest commits are safely off-platform, and download anything that lived only inside a Codeanywhere DevBox or container directly to your machine — including hidden files and environment configs, which are the things people miss. That export window has now closed. Going forward, replace the browser-based development environment with another cloud IDE or coding-environment service, or move to a local editor plus a self-hosted dev container. For post-shutdown questions about exports or billing, Codeanywhere pointed users to support@codeanywhere.net.
- GitHub Codespaces — cloud dev environments backed by VS Code and devcontainers
- Gitpod — ephemeral, prebuilt cloud development environments from a Git repo
- Coder — self-hostable cloud development environments on your own infrastructure
- Replit / StackBlitz / CodeSandbox — browser-based coding environments for quick or front-end work
- A local editor (VS Code, JetBrains) with a dev container / Dev Containers extension for a reproducible environment
Codeanywhere, the browser-based cloud IDE, has shut down. In an official announcement, the team wrote that after more than fifteen years they are winding the service down. New signups closed when the post went up, the service stayed fully online through 30 June 2026 as an export window, and on 1 July 2026 Codeanywhere went offline — workspaces, containers, and any data still on the platform are no longer accessible.
Codeanywhere is worth recording because of what it was and who used it. It started in 2009 as PHPanywhere, an in-browser FTP client and editor, and grew into a full cloud development environment: a containerized DevBox you could spin up in seconds, with SSH, connections to your own VMs, Dropbox and Google Drive integrations, and support for 75+ languages. It acquired the browser Arduino IDE Codebender in 2017. For a long stretch it was how a lot of people learned that your development environment could just be a browser tab — on a Chromebook, a phone, or a machine you didn’t own and didn’t want to install anything on.
The team frames the reason plainly: browser-based coding won, but the form that won isn’t the classic IDE — it moved toward “you describe what you want, the model writes it” vibe coding, a different primitive than the one Codeanywhere was built around. Rather than let the product slowly degrade, they chose a clean ending. This is a full service shutdown, not a feature removal, so there is no lighter tier to drop down to. Billing was stopped as part of the wind-down, with no charges for time after the service ended.
Because the offline date has now passed, the migration window is closed: the vendor’s advice was to push every project to its Git remote (GitHub, GitLab, Bitbucket) and download anything that lived only inside a DevBox or container — hidden files and environment configs included — before 1 July 2026. If you still have data questions, Codeanywhere pointed users to support@codeanywhere.net. Going forward, the replacement is another cloud development environment — GitHub Codespaces, Gitpod, or self-hostable Coder — or a local editor with a dev container for a reproducible setup; lighter browser tools like Replit, StackBlitz, and CodeSandbox cover quick or front-end work.
Entry changelog
- — last reviewed.
- — Entry created from Codeanywhere's official "Codeanywhere is sunsetting" blog post. The post gives the timeline explicitly — new signups closed, service fully online through 30 June 2026, platform offline 1 July 2026 — so the sunset date is 1 July 2026 (already passed as of this entry). Product history (2009 PHPanywhere origin, 2017 Codebender acquisition, 75+ languages, DevBox/SSH/VM/Dropbox/Drive features) taken from the same announcement. Surfaced via Layer-2 discovery (Hacker News).
Put this countdown in your README
Building on Codeanywhere? Drop this badge into a project’s README or docs — it shows the days left and
refreshes on its own every night from this page.
[](https://lastcall.dev/entries/codeanywhere-shutdown) Spot an error or a changed date? Tell us and it’s corrected the same night.