DISCORD BOT HOSTINGMOST POPULAR

Discord bot hosting
without leaving your AI editor.

Host a Discord bot 24/7 by saying “deploy this” in Claude, Cursor or any MCP editor. The folder ships, the gateway connection is held open, and the bot stays online after you close the laptop. No VPS, no panel, no Dockerfile, no API key.

Deploy a discord bot

Free for 7 days, then $3/mo. No card to start.

ONE COMMAND · GATEWAY HELD OPEN · RESTARTS ITSELF
#general
/rank
You are level 24, top 3% of the server.
GATEWAY CONNECTED · 41d UPTIME
WORKS WITH
Claude CodeClaude DesktopCursorVS CodeWindsurfZedCodexChatGPTClineClaude CodeClaude DesktopCursorVS CodeWindsurfZedCodexChatGPTCline
01 · WHAT CHANGES

Now it just
stays connected.

The gateway connection is held for as long as your app is alive, and your app is alive continuously. When it crashes it comes back on its own, usually before anyone opens a ticket.

01STEP 1 OF 3
Point your agent at it

Say “deploy this app” in Claude or Cursor. We bundle the folder and ship it.

02STEP 2 OF 3
Add your token

Paste the app token from the Discord Developer Portal. It’s encrypted and never shown again.

03STEP 3 OF 3
It stays up

Crashes restart automatically. If it crash-loops we stop and tell you instead of hiding it.

Deploy a discord bot
02 · BEFORE YOU ASK

The bit you are
actually wondering.

01

Is $3 a month not a lot for a hobby app?

It is a coffee, once. It is also the difference between an app your server relies on and one that is a running joke in #general. If it is genuinely just for you, the first one is free for 7 days with no card.

02

Can I not just use a free tier?

You can, and it works until your app is idle for fifteen minutes, which for most servers is most of the night. Free tiers suspend idle processes on purpose. A waiting app looks idle to them.

03

Do I need to know Docker or Linux?

No. You point Claude Code, Cursor, Codex or any MCP editor at the folder and say deploy. There is no Dockerfile, no SSH, and no process manager to configure.

03 · THE DETAIL
MOST POPULAR

Whatever it built,
this runs it.

Host a Discord bot 24/7 without a VPS or a Dockerfile. Your bot opens a gateway connection and holds it, which needs a process that never sleeps — not a serverless function that spins down when nobody calls it.

WORKS WITH
discord.jsdiscord.pyJDAserenityDSharpPlusDiscord4J
WHAT YOU GET
STAYS ONLINE
No sleeping, no timeout
IF IT CRASHES
Starts itself again
SLASH COMMANDS
Work as written
BIG SERVERS
Handled up to thousands

You never open a panel.

Connect once, then deploy, read logs, restart and roll back by asking. No API key to copy.

deploy this discord bot
spocket_deploy({ name: "discord-app" })
live · restarts on crash
it went offline, why?
spocket_logs({ lines: 50 })
fixed and restarted
04 · WHAT IT COSTS

Priced per app,
not per request.

No metering, no surprise invoice. Seven days free to start, and no card until you keep it.

SOLOBEST FOR DISCORD BOTS
$3/mo
BILLED MONTHLY

One app, always on. For the thing you just built.

APPS1512MB memory, 2GB disk
YOUR URLname.spocket.devHTTPS, live on deploy
CUSTOM DOMAIN1certificate handled for you
DEPLOY FROMClaude, Cursor, or a folder
ROLLBACKEvery version kept
Start with solo
BUILDERPOPULAR
$14/mo
BILLED MONTHLY

Five apps. The one most people land on.

APPS5768MB each, 4GB disk
YOUR URLname.spocket.devHTTPS, live on deploy
CUSTOM DOMAINS5certificates handled for you
RUNSBots, APIs, static sites
SUPPORTTickets, answered by a person
Start free trial
FLEET
$49/mo
BILLED MONTHLY

Twenty apps for the server you actually run.

APPS201GB each, 8GB disk
YOUR URLname.spocket.devHTTPS, live on deploy
CUSTOM DOMAINSUnlimited
IF A MACHINE DIESRebuilt elsewhere automatically
SUPPORTDirect line to us
Talk to us

SOLO for discord bots. A gateway bot idles at about 90MB. Solo gives it 512MB, which is room to spare for one bot.

Start free for 7 daysCOMPARE EVERY PLAN →No card. Cancel by deleting the app.
05 · QUESTIONS

What people ask
before they deploy.

How much does it cost to host a Discord bot?

Here it is $3 a month for one bot, billed per bot rather than per request, with nothing metered — no charge for uptime, bandwidth or commands served. The first 7 days are free and need no card. A VPS elsewhere is usually $5–6 for the smallest instance, and you administer it yourself.

Can I host a Discord bot for free?

You can, but free tiers suspend processes that look idle, and a bot waiting on the gateway looks idle to them — which is why free-hosted bots go offline overnight and come back when someone visits the dashboard. If the bot only has to work while you are watching, free is fine. If a server depends on it, it is not.

Do I need to shard?

Not until roughly 2,500 servers. Discord only requires it past that. Below it, one process is fine and simpler.

Does discord.js or discord.py work here?

Both, unchanged. Node 22 and Python 3.11 are the runtimes, so discord.js, discord.py, JDA, serenity, DSharpPlus and Discord4J all run as written. Dependencies install from your package.json or requirements.txt — there is nothing to declare beyond the file you already have.

Where do I get the bot token?

discord.com/developers → your application → Bot → Reset Token. Turn on the intents your code uses while you are there, or the bot will fail to log in. Paste the token in as an environment variable; it is encrypted and never shown again.

Will my slash commands keep working?

Yes. Slash commands are registered with Discord, not with us, so they survive a redeploy and a restart. If they stop responding it is the bot being offline rather than the commands being lost, which the logs will show.

My bot works locally but not here.

Usually a missing environment variable — the thing your .env had but the deploy didn't. Ask your agent to read the logs; it's almost always in the first few lines. The second most common cause is an intent enabled on your machine but not in the Developer Portal.

Can I move a bot from Replit, Heroku or a VPS?

Yes, and nothing about the code changes. Point your agent at the existing folder and say deploy. Set the same environment variables you had before, and remove any keep-alive ping or uptime-robot workaround — it was there to defeat an idle timeout that does not exist here.

Your app is finished.
Stop babysitting it.

$3 a month, always on. First one free for 7 days, no card.

ADD TO CURSORADD TO VS CODE

Cursor and VS Code open and install it themselves. For Claude Desktop or claude.ai, paste the URL under Settings → Connectors → Add custom connector.

Deploy a discord botSee pricing
© 2026 SPOCKET · BUILT IN MANILA