Merge pull request #1109 from mojafa/add/browser-ides

Added Browser IDEs
This commit is contained in:
Nariman Jelveh
2025-02-11 19:37:18 -08:00
committed by GitHub
+15
View File
@@ -89,6 +89,21 @@ docker compose up
<br/>
## 🌏 Open in Cloud IDEs
Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine:
## 🌏 Open in Cloud IDEs
Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine:
[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/HeyPuter/puter)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/HeyPuter/puter)
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/HeyPuter/puter)
[![Open in Repl.it](https://replit.com/badge)](https://replit.com/github/HeyPuter/puter)
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/HeyPuter/puter)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/HeyPuter/puter)
### 🚀 Self-Hosting
For detailed guides on self-hosting Puter, including configuration options and best practices, see our [Self-Hosting Documentation](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).