Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/tools/developer-tools/online-ide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).