Most bot platforms make you fight through docs, SDKs, and deployment headaches for hours before you get anything running. Backspace.me built the Bot Builder to eliminate all of that. Describe what you want in plain English and the AI generates production-ready bot code in seconds. Or pick from 14 battle-tested templates and launch immediately.
Seconds, Not Hours
The Bot Builder uses AI-assisted code generation powered by Claude, GPT, or local models through Ollama. You type what you want your bot to do, and it writes the code. Not a skeleton. Not a starter file. A fully working bot with event handlers, commands, error handling, and configuration — ready to run on the network.
A moderation bot with spam detection, flood protection, and custom blacklists? Seconds. An economy system with daily claims, jobs, a shop, and a gambling minigame? Seconds. A bot that scrapes crypto prices and alerts a room when Bitcoin crosses a threshold? Seconds. The AI understands the Backspace framework and generates code that actually works out of the box.
14 Templates
Every template ships with a complete implementation and a configuration file. Pick one, tweak the settings, and you are live.
Full Development Environment
The Bot Builder is not just a code generator. It is a complete desktop IDE built specifically for Backspace bots.
🛠 Builder Features
- AI chat — describe what you want and get working code instantly
- Setup wizard — step-by-step bot creation with token parsing and template selection
- File explorer — browse and edit all bot project files in-app
- Live console — real-time stdout/stderr output and execution logs
- Run / Stop / Kill — control bot processes directly from the toolbar
- Multiple projects — manage several bots from the sidebar
- 7 themes — Night, Day, Midnight, Stealth, Sunny, Cold, High Contrast
Event-Driven Framework
Every bot extends the BackspaceBot class, which provides a clean event-driven API. Listen for messages, commands, joins, leaves, DMs, and periodic ticks. Send messages, join rooms, manage users — all through simple method calls.
Users trigger bot actions with the !command syntax. Each template registers its own set of commands — !ask for the chatbot, !daily and !shop for economy, !trivia for games, !poll and !vote for polls, and so on.
🔌 Bot Events
- message — room message received
- command — !command triggered by a user
- dm — direct message received
- userJoined / userLeft — user enters or leaves a room
- tick — periodic task every 60 seconds
- ready — bot connected and initialized
AI-Powered Code Generation
The backend supports three AI providers. Use Anthropic (Claude) or OpenAI (GPT) with your API key, or run Ollama locally for completely free, offline bot generation. The AI understands the Backspace bot framework natively — it generates code that uses the right events, methods, encryption, and rate limiting out of the box.
🤖 AI Providers
- Anthropic — Claude models for the best code quality
- OpenAI — GPT models as an alternative
- Ollama — Local models, completely free, no API key needed
Security Built In
Bots connect to the relay network with the same encryption as regular users. Every message is end-to-end encrypted per room. Built-in rate limiting (1 message per 1.2 seconds) prevents spam. Bot identity is secured via persistent tokens in the BSB:base64 format, and bots support joining password-protected rooms.
Build your first bot
Download the Bot Builder, describe what you want, and have it running in seconds.