Firebase studio alternative #468
-
|
Do you know of any theia IDE Implementation that could be used as a remote ide/workspace solution (as firebase studio for example)? Or like your try.theia.cloud (but this is "only" a demo mode as i could understand). I am an old eclipse ide fan, but switched to vscode, and just recently discovered about theia-ide ! I will test it locally for sure , but for important project (astro is web sites) I prefer to work on cloud ide (since I just have a 10 years old laptop that lacks a bit of cpu and ram for development tasks : running astro test server , firefox, and vscode puts my computer to it's limits). Looking forward to discover theia-ide! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, I am not aware of any public cloud service that provides a vanilla Theia IDE running in the browser. As you mentioned, https://try.theia-cloud.io/ is only a demo instance for Theia Cloud and the Theia IDE. If you want a persistent cloud workspace, you can use Theia Cloud to host your own deployment. Our documentation includes a GKE example: https://theia-cloud.io/documentation/try/gke/ Hope that helps. |
Beta Was this translation helpful? Give feedback.
Hi, I am not aware of any public cloud service that provides a vanilla Theia IDE running in the browser. As you mentioned, https://try.theia-cloud.io/ is only a demo instance for Theia Cloud and the Theia IDE.
If you want a persistent cloud workspace, you can use Theia Cloud to host your own deployment. Our documentation includes a GKE example: https://theia-cloud.io/documentation/try/gke/
From there you can adjust the setup as needed, for example removing the 30 minute timeout used by the demo or choosing the exact IDE image you want to run.
Hope that helps.