Mobile
Build and review bot logic on the go. Best for creators and moderators who need to act fast.
Most teams should start with the app on mobile or desktop. Linux and the Docker runner are available when you want local workstation control or a longer-lived remote runtime.
Build and review bot logic on the go. Best for creators and moderators who need to act fast.
A spacious workspace for designing commands and organizing logic on Windows and MacOS.
Run the product locally on Linux when you want direct control without moving to containers immediately.
Browser-based runtime for Linux servers, Raspberry Pi, or remote hosts. Designed for uptime.
Advanced Setup
The runner is designed for teams that already manage the bot in the app and want a browser-based runtime on a server or Raspberry Pi.
Browser-based runtime
Access your bot control panel from any browser on your network.
Persistent state
Logs and state persist in mounted Docker volumes for reliable operations.
1. Pull the image
docker pull ketsuna-org/bot-creator-runner:latest
2. Create the volume
docker volume create bot_creator_data
3. Start the runner
docker run --rm -p 8080:8080 -e BOT_CREATOR_WEB_HOST=0.0.0.0 -e BOT_CREATOR_API_TOKEN=votre_token -v bot_creator_data:/data ketsuna-org/bot-creator-runner:latest