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.

💬Chatbot
AI-powered conversations with Anthropic, OpenAI, or Ollama. Conversation history, custom persona.
🛡Moderator
Spam/flood detection, caps filter, warnings, mute, customizable word blacklist.
👋Welcome
Greet new users, show room rules, FAQ responses, member count tracking.
📰News
RSS feed aggregator with multi-feed support, auto-posting, and deduplication.
🎮Game
Trivia with timed questions, scoring, leaderboards, and multiple categories.
🪙Economy
Virtual currency with daily claims, jobs, robbery, shop, bank, and slots.
Leveling
XP and rank tracking with configurable ranks and level-up announcements.
🎉Giveaway
Timed raffles with random winners, entry tracking, and max participant limits.
📊Poll
Up to 10 options, timed polls, vote locking, and result history.
Service
Crypto prices, weather lookups, unit conversions, price alerts.
📈Analytics
Room activity stats, message tracking, word frequency, top users.
Reminder
Scheduled alerts, recurring events, timezone support, countdowns.
🌐Scraper
URL monitoring, CSS selector tracking, change detection, notifications.
📝Base
Blank starter with minimal framework. Build anything from scratch.

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.