Skip to content

Commit 76fab77

Browse files
Update README with sunset details and Ona introduction (#21045)
* update readme * Update README.md Co-authored-by: Lucas Valtl <[email protected]> --------- Co-authored-by: Lucas Valtl <[email protected]>
1 parent c91acb9 commit 76fab77

File tree

1 file changed

+5
-71
lines changed

1 file changed

+5
-71
lines changed

README.md

Lines changed: 5 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,12 @@
1-
<a href="https://www.gitpod.io">
2-
<img width="1500" alt="Gitpod banner image" src="https://github.com/gitpod-io/gitpod/assets/55068936/ff393a65-a4f3-4997-a066-10337562cc34">
3-
</a>
1+
**[Gitpod has been renamed to Ona](https://ona.com/stories/gitpod-is-now-ona) - mission control for software projects and software engineering agents**. We no longer recommend this version of Gitpod, users should take advantage of Ona's [free tier](https://app.gitpod.io/) or [contact sales for enterprise](https://ona.com/enterprise). With Ona you gain more powerful development environments than Gitpod Classic with industry-standard specifications based on Dev Container and Ona Agents.
42

5-
<br>
6-
<br>
3+
![Ona Banner](https://github.com/user-attachments/assets/68f8c148-07da-4831-a6f6-ff4d1f1ec321)
74

5+
## Gitpod Classic
86

7+
Gitpod Classic is a developer platform providing on-demand, pre-configured development environments in the cloud. It allows developers to spin up secure workspaces with a simple .gitpod.yml configuration file, eliminating the need for manual environment setup. The platform integrates seamlessly with GitHub, GitLab, Bitbucket, and Azure DevOps, offering features like prebuilt environments, collaborative code reviews, and professional developer experience with VS Code extensions and customization options. Workspaces are ephemeral, secure, and based on Docker, providing developers with the same capabilities as their local Linux machines but in a consistent, reproducible cloud environment.
98

10-
<div align="center" style="flex-direction: row;">
11-
<a href="https://www.gitpod.io#gh-light-mode-only">
12-
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/01a00b23-e1f5-4650-a629-89db8e300708" style="width: 256px">
13-
</a>
14-
<a href="https://www.gitpod.io#gh-dark-mode-only">
15-
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/ff437ec6-adda-4814-9e92-fff44cfd00ad" style="width: 256px">
16-
</a>
17-
</div>
18-
19-
20-
[Gitpod](https://www.gitpod.io)’s developer platform provides on-demand, pre-configured environments that automatically integrate into any tool, library, or dependency required for creating software. Gitpod workspaces are the fastest and most secure way to ship software and are as easy as adding a `.gitpod.yml` file to the root of any repository.
21-
22-
23-
<div align="center" style="flex-direction: row;">
24-
<a href="https://www.gitpod.io#gh-light-mode-only">
25-
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/84beb5da-fa5b-4966-a454-8f5b2607a8ed">
26-
</a>
27-
<a href="https://www.gitpod.io#gh-dark-mode-only">
28-
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/3912a60a-65a9-45f2-b151-93621ac8bf53">
29-
</a>
30-
</div>
31-
32-
33-
## Features
34-
35-
- **Dev environments as code** - Gitpod is like infrastructure-as-code, but for your development environment. Gitpod defines your editor extensions and requires dependencies in a declarative [`.gitpod.yml` configuration](https://www.gitpod.io/docs/introduction/gitpod-tutorial/2-configure-your-gitpod-yml). Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control, and share dev environments across your team.
36-
- [**Prebuilt dev environments**](https://www.gitpod.io/docs/configure/projects/prebuilds) - Gitpod continuously prebuilds all your git branches similar to a CI server. Control how Gitpod pre-configures and initializes environments before you even start a workspace through tasks commands in your .gitpod.yml. No more watching apt-get or npm install again. 
37-
- [**Secure**](https://www.gitpod.io/security) - Each Gitpod workspace or prebuild runs on a secured single-use container providing fast startup times without compromising on security. Gitpod generates SLSA level 1 compliant provenance. Gitpod is also GDPR and SOC2 compliant. And, of course, Gitpod is open-source and available for review by everyone.
38-
- **Workspaces based on Docker** - Gitpod instantly starts a container in the cloud based on an (optional) [Docker image](https://www.gitpod.io/docs/config-docker/). If you’re already using Docker, you can easily re-use your Docker file. 
39-
- **GitLab, GitHub, Bitbucket and Azure DevOps integration** - Gitpod seamlessly [integrates](https://www.gitpod.io/docs/configure/authentication) into your workflow and works with all major Git hosting platforms including GitHub, GitLab, Bitbucket, and Azure DevOps.
40-
- **Integrated code reviews** - with Gitpod you can do native code reviews on any PR/MR. No need to switch contexts anymore and clutter your local machine with your colleagues' PR/MR.
41-
- **Collaboration** - invite team members to your dev environment or snapshot of any state of your dev environment to share it with your team asynchronously.
42-
**Professional & customizable developer experience** - a Gitpod workspace gives you the same capabilities as your Linux machine - pre-configured and optimized for your development workflow. Install any [VS Code extension](https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensions) with one click on a user and/or team level. You can also bring your [dotfiles](https://www.gitpod.io/docs/configure/user-settings/dotfiles#dotfiles) and customize your dev environment as you like.
43-
44-
45-
## Getting Started
46-
47-
- **Browser**
48-
- Using Gitpod dashboard [gitpod.io/new](https://gitpod.io/new).
49-
- Add `gitpod.io/# `as a prefix to any of your GitHub/ GitLab/ Bitbucket repository, like [this](https://gitpod.io/#https://github.com/gitpod-io/template-typescript-react)
50-
- **CLI**: You can also [install the Gitpod CLI](https://www.gitpod.io/docs/references/gitpod-cli#installation) and create your first workspace directly from your terminal :)
51-
9+
> **Important: [Gitpod Classic pay-as-you-go will sunset on October 15th](https://ona.com/stories/gitpod-classic-payg-sunset)** 2025 (this date does not apply to Enterprise customers). All existing pay-as-you-go users should migrate to Ona before this date. See our blog for detailed instructions.
5210
5311
## Documentation
5412

@@ -60,33 +18,9 @@ All documentation can be found on [www.gitpod.io/docs](https://www.gitpod.io/doc
6018
- [Video screencasts](https://www.gitpod.io/screencasts)
6119
- [Gitpod samples](https://github.com/gitpod-samples)
6220

63-
64-
## Questions
65-
66-
For questions and support please use [Gitpod community Discord](https://www.gitpod.io/chat). Join the conversation, and connect with other community members. 💬
67-
You can also follow [@gitpod](https://twitter.com/gitpod) for announcements and updates from our team.
68-
69-
For enterprise deployment and customized solutions, please explore our [**Enterprise offerings**](https://www.gitpod.io/contact/enterprise-self-serve) to get started with a setup that meets your organization's needs.
70-
71-
72-
## Issues
73-
74-
The issue tracker is used for tracking bug reports and feature requests for the Gitpod open source project as well as planning current and future development efforts. 🗺️
75-
76-
You can upvote popular feature requests or create a new one.
77-
78-
7921
## Related Projects
8022

8123
During the development of Gitpod, we also developed some of our infrastructure toolings to make development easier and more efficient. To this end, we've developed many open-source projects including:
8224
- [Workspace images](https://github.com/gitpod-io/workspace-images): Ready to use docker images for Gitpod workspaces
8325
- [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server): Run the latest VS Code on a remote machine accessed through a browser
8426
- [Gitpod browser extension](https://github.com/gitpod-io/browser-extension): It adds a Gitpod button to the configured GitLab, GitHub, Bitbucket and Azure DevOps installations
85-
- [Leeway](https://github.com/gitpod-io/leeway) - A heavily caching build system
86-
- [Dazzle](https://github.com/gitpod-io/dazzle) - An experimental Docker image builder
87-
- [Werft](https://github.com/csweichel/werft) - A Kubernetes native CI system
88-
89-
## Code of Conduct
90-
91-
We want to create a welcoming environment for everyone interested in contributing to Gitpod or participating in discussions with the Gitpod community.
92-
This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/gitpod-io/.github/blob/main/CODE_OF_CONDUCT.md), [version 2.0](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).

0 commit comments

Comments
 (0)