Wallu vs a Self-Hosted RAG Discord Bot

· Wallu Team · 5 min read · Comparisons

Open-source RAG Discord bots are free and genuinely capable. Here is an honest accounting of what self-hosting costs you in time, and when paying for a managed bot is the cheaper decision.

Wallu at a glance

  • Price: plans from $4.99/month, billed flat — not per agent and not per AI resolution.
  • Free trial: 7 days.
  • Channels: website chat, Instagram, WhatsApp, Facebook Messenger, Telegram, Discord and email — answered by one AI agent in one inbox.
  • Store integrations: Shopify and WooCommerce, so the agent can answer order, shipping and refund questions from real order data.
  • Also included: AI email marketing and short-form video, on the same plan.

Full pricing · All integrations

Table of Contents

What a Self-Hosted RAG Bot Actually Is

There is no single product called DiscordRAG. There is a category: open-source Discord bots

that use retrieval-augmented generation to answer from your documents. Projects like

LLM-RAG-Bot, discord-llm-bot and discordAI-bot are the well-known examples, and there are

dozens more.

They all work roughly the same way. You clone a repository, supply an API key for a language

model, point it at your documents, run an embedding job to build a vector index, and host the

process somewhere that stays online.

This is a fair comparison, so let us start with what they do well.

What You Get for Free

No licence cost. The code is free. For a hobby server, this can genuinely be the whole

story.

Full control of the model. You choose GPT, Claude, a local Llama, whatever you want, and

you can swap it next month. A managed product decides this for you.

Your data never leaves your infrastructure, if you run a local model. For some

organisations that is not a preference, it is a requirement, and it ends the discussion.

No usage limits beyond what you pay your model provider.

If those four matter more than anything else, stop reading and self-host. That is the correct

decision and no amount of marketing should talk you out of it.

What It Actually Costs

The licence is free. The following are not.

Hosting. The bot must stay online. A small VPS is a few dollars a month, which is trivial,

plus the attention of noticing when it stops.

Model API costs. Every answer costs tokens. This is usually the largest running cost and it

scales with how useful the bot is.

Embedding maintenance. Your documentation changes. Someone has to re-run the embedding job.

When nobody does, the bot answers from last quarter's docs, confidently. Stale RAG is worse

than no RAG because it looks authoritative.

The features nobody builds. Per-channel modes, human takeover detection, ticket handling,

analytics. These are missing from almost every open-source RAG bot because they are unglamorous

and specific. You will either live without them or build them.

The bus factor. The person who set it up moves on. Six months later the bot breaks, and the

API key is in an env file nobody can find.

Feature by Feature

Self-hosted RAG botWallu Assist
Licence costFreeFrom $4.99/mo per account
SetupClone, configure, embed, deployConnect, give it your URL
Knowledge base updatesYou re-run embeddingsRe-crawls your site
Per-channel modesBuild it yourselfBuilt in
Human takeover detectionBuild it yourselfBuilt in, 15-minute resume
Other channelsDiscord onlyAlso email, web widget, Instagram, Facebook, WhatsApp, Slack, Telegram, SMS
Model choiceAnyChosen for you
Data residencyYoursOurs
Who fixes it at 2amYouUs

The Honest Cost Comparison

OptionPriceBilling basis
Carl-bot Premium$3.99/moPer server
MEE6 Premium$11.99/moPer server ($499.95 lifetime, all servers)
Dyno Premium$4.99/moPer server, tiered 1/3/5. No AI features
Intercom Fin$0.99 per resolutionPer outcome; $49 plan includes 50
Self-hosted RAG bot$0 licencePlus hosting and model API costs
Wallu Assistfrom $4.99/moPer account, 350 AI responses, 9 channels

Prices from each vendor's public pricing page, August 2026.

Wallu Assist at $4.99/month is $59.88 a year. If self-hosting costs you more than about an hour

of your time annually, once you include hosting, API spend and re-running embeddings, the

managed option is cheaper in the only currency that is actually scarce.

That is the real comparison. Not free versus paid, but who spends the time.

When Self-Hosting Is the Right Call

You need a specific model, or a local one for compliance. You have someone whose job includes

maintaining it. Your server is a hobby project where a broken bot is an inconvenience rather

than a support failure. Or you simply enjoy it, which is a perfectly good reason and nobody

should talk you out of it.

When It Is Not

You are running a business server where members expect answers. Nobody on the team wants to own

an embedding pipeline. You need the same answers on email and your website, not just Discord.

Or you have already tried, and the bot has been broken for three weeks and everyone has stopped

mentioning it.

If you want the wider field rather than just these two options, see

the best AI Discord bots in 2026.

FAQ

Is there a product called DiscordRAG?

Not as a single commercial product. The term describes a category of open-source Discord bots

using retrieval-augmented generation, such as LLM-RAG-Bot, discord-llm-bot and discordAI-bot.

Is a self-hosted RAG bot really free?

The code is free. You still pay for hosting and for model API calls on every answer, and you

pay in your own time for embedding updates and maintenance.

What breaks most often with self-hosted bots?

Stale embeddings. The documentation changes, nobody re-runs the indexing job, and the bot keeps

answering from old content while looking completely confident.

How much does the managed alternative cost?

Wallu Assist starts at $4.99/month per account for 350 AI responses across eight channels. It is

billed per account rather than per server, unlike MEE6 at $11.99 and Carl-bot at $3.99, which

are both per server.

Can a self-hosted bot answer on other channels?

Only if you build that. Most are Discord-only, so email and website questions need a separate

system with a separate knowledge base.

What do I lose by using a managed bot?

Model choice and data residency, mainly. If you need a specific local model or your data cannot

leave your infrastructure, self-hosting is the correct answer.

---

Ready to give your Discord community 24/7 AI support? See Wallu Assist pricing or start with Assist

Try Wallu

Wallu answers customer questions across your website, Instagram, WhatsApp, Facebook, Discord and email, writes your marketing email, and turns long videos into short clips. Plans start at $4.99/month with a 7-day free trial on Mini.

See pricing · Start the free trial · Read the docs

Wallu