From 944d18b5ca4c77fd96e07729765586c1fe3c7d8b Mon Sep 17 00:00:00 2001 From: Alouzious Date: Mon, 27 Apr 2026 13:19:04 +0300 Subject: [PATCH 1/5] Add StellarIDE details to online IDE documentation Added information about StellarIDE as a new online IDE for Soroban smart contract development. --- docs/tools/developer-tools/online-ide.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index e163ef7480..e108b68e0b 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -10,3 +10,7 @@ sidebar_position: 72 ### [Soropg](https://soropg.com/) Soropg is an online IDE specifically designed for Stellar smart contract development. It provides a browser-based environment where developers can write, compile, and test Stellar smart contracts without needing to set up a local development environment. + +### [StellarIDE](https://stellar-ide-ecru.vercel.app) + +StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. Features include Monaco Editor with Rust syntax highlighting, WASM compilation, cargo test support, one-click Testnet deployment with Friendbot funding, and a built-in AI assistant. StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). From 4c9d5c0092b350bfeba8930b792f2f434f2665a6 Mon Sep 17 00:00:00 2001 From: Alouzious Date: Mon, 27 Apr 2026 13:27:16 +0300 Subject: [PATCH 2/5] Enhance StellarIDE description with feature list Added a list of features for StellarIDE, including collaboration feature. --- docs/tools/developer-tools/online-ide.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index e108b68e0b..2d37e5e2e8 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -13,4 +13,15 @@ Soropg is an online IDE specifically designed for Stellar smart contract develop ### [StellarIDE](https://stellar-ide-ecru.vercel.app) -StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. Features include Monaco Editor with Rust syntax highlighting, WASM compilation, cargo test support, one-click Testnet deployment with Friendbot funding, and a built-in AI assistant. StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). +StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. + +Features include: + +- Monaco Editor with Rust syntax highlighting +- WASM compilation +- `cargo test` support +- One-click Testnet deployment with Friendbot funding +- A built-in AI assistant +-Collaboration Feature + +StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). From 9dbee22a784e31c00f02d625807f48e286eb8d22 Mon Sep 17 00:00:00 2001 From: Alouzious Date: Mon, 27 Apr 2026 13:30:51 +0300 Subject: [PATCH 3/5] Update collaboration feature status in online-ide.mdx --- docs/tools/developer-tools/online-ide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index 2d37e5e2e8..754a722841 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -22,6 +22,6 @@ Features include: - `cargo test` support - One-click Testnet deployment with Friendbot funding - A built-in AI assistant --Collaboration Feature +- Real-time collaboration (coming soon) StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE). From 130dc8d1d22112403994154d78a8ec362f556bac Mon Sep 17 00:00:00 2001 From: Alouzious Date: Tue, 28 Apr 2026 09:20:00 +0300 Subject: [PATCH 4/5] Update StellarIDE link and formatting --- docs/tools/developer-tools/online-ide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index 754a722841..675e7d3df4 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -11,7 +11,7 @@ sidebar_position: 72 Soropg is an online IDE specifically designed for Stellar smart contract development. It provides a browser-based environment where developers can write, compile, and test Stellar smart contracts without needing to set up a local development environment. -### [StellarIDE](https://stellar-ide-ecru.vercel.app) +### ### [StellarIDE](https://stellaride.dev) StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required. From 2b5ca8d7afbb864f2fbe3d06297df5b82868cd22 Mon Sep 17 00:00:00 2001 From: Alouzious Date: Tue, 28 Apr 2026 09:21:05 +0300 Subject: [PATCH 5/5] Fix heading formatting for StellarIDE section --- docs/tools/developer-tools/online-ide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index 675e7d3df4..44ddf1ea21 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -11,7 +11,7 @@ sidebar_position: 72 Soropg is an online IDE specifically designed for Stellar smart contract development. It provides a browser-based environment where developers can write, compile, and test Stellar smart contracts without needing to set up a local development environment. -### ### [StellarIDE](https://stellaride.dev) +### [StellarIDE](https://stellaride.dev) StellarIDE is a professional, browser-native IDE for Soroban smart contract development on Stellar. It provides a full development environment where developers can write, compile, test, and deploy Soroban contracts directly from the browser with zero local setup required.