Edit files directly in your browser with Monaco Editor - the same editor that powers VS Code.
Overview
CloudForge includes a powerful file editor powered by Monaco Editor,
giving you a VS Code-like editing experience right in your browser.
No need to SSH into your server or use a separate IDE.
Features
Syntax Highlighting - Automatic language detection for 50+ languages
Multi-file Tabs - Open multiple files and switch between them easily
Keyboard Shortcuts - Ctrl+S to save, and all the familiar VS Code shortcuts
Unsaved Indicator - Visual indicator for files with unsaved changes
Dark Theme - Beautiful CloudForge dark theme optimized for coding
How to Use
Open the File Browser - Click the folder icon in the workspace header to show/hide the file tree.
Navigate to a File - Click on folders to expand them, then click on a file to open it.
Edit the File - The file opens in the Monaco Editor. Make your changes.
Save Changes - Press Ctrl+S (or Cmd+S on Mac) to save.
A confirmation message appears in the terminal.
Keyboard Shortcuts
Action
Windows/Linux
Mac
Save File
Ctrl+S
Cmd+S
Find
Ctrl+F
Cmd+F
Find and Replace
Ctrl+H
Cmd+Option+F
Go to Line
Ctrl+G
Cmd+G
Comment Line
Ctrl+/
Cmd+/
Duplicate Line
Shift+Alt+Down
Shift+Option+Down
Supported Languages
Monaco Editor automatically detects the language based on file extension.
Supported languages include: