diff --git a/docs/tools/developer-tools/online-ide.mdx b/docs/tools/developer-tools/online-ide.mdx index e163ef748..44ddf1ea2 100644 --- a/docs/tools/developer-tools/online-ide.mdx +++ b/docs/tools/developer-tools/online-ide.mdx @@ -10,3 +10,18 @@ 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://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. + +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 +- Real-time collaboration (coming soon) + +StellarIDE is free and [open source](https://github.com/Alouzious/StellarIDE).