SBE is a modern, standalone C# script editor designed specifically for Streamer.bot. It allows you to write, edit, and manage your C# actions in a dedicated, high-performance environment with a beautiful Windows 11-style UI.
- ⚡ High Performance Editor: Built with Monaco Editor (the engine behind VS Code) for a premium coding experience.
- 🎨 Mica Design: Features a native Windows 11 "Mica" transparent window effect for a sleek, modern aesthetic.
- 🔄 Direct Integration: Reads actions directly from your
Streamer.bot/data/actions.jsonfile. No need for copy-pasting code back and forth! - 🛡️ Safety First: Automatically creates backups of your
actions.jsonfile before every save, ensuring your data is never lost. - 📁 Action Management: Easily filter and find actions that contain C# code.
- 🔦 CPH Intellisense: (Coming Soon) Better support for
CPHmethods.
Built with modern web technologies:
- Electron ⚛️
- React 📘
- Vite ⚡
- TypeScript 🟦
- Download the latest release (Portable
.exe). - Run SBE.
- Go to Settings ⚙️.
- Select your main Streamer.bot folder location.
- SBE will automatically load all your actions!
Want to contribute or build it yourself?
- Node.js (v18+)
- npm
# Install dependencies
npm install
# Run in Development Mode
# (Hot-reloading for React, auto-compiles Electron)
npm run dev
# Build for Production (Portable Exe)
npm run distSBE modifies your actions.json file directly. While it includes a robust backup system, it is always recommended to keep your own backups of your Streamer.bot data.
Made with ❤️ by sys-worx.net