SpocketAll runtimes
Client areaDeploy now
SOCKET MODE

Slack bots without a public endpoint.

Socket Mode holds a websocket to Slack, so your bot receives events without you exposing anything. That needs a process that stays connected, which is the whole point of this.

Deploy a slack botHow it works
@slack/bolt@slack/web-apislack_sdkslack-go
SOCKET MODE
Works with no public URL
EVENTS API
Needs an endpoint, ask us
SLASH COMMANDS
Registered in your Slack app
MEMORY
A Bolt app is around 85MB
01 — HOW IT WORKS

Three steps,
none of them a panel.

01
Deploy the folder

One command from your editor. No build config to write.

02
Add SLACK_BOT_TOKEN

The xoxb- token from your app, plus SLACK_APP_TOKEN if you use Socket Mode. Both encrypted.

03
It stays connected

The socket is held open. If the process dies it restarts; if the machine dies it moves.

02 — FROM YOUR EDITOR

You never leave
the chat.

Connect once — your browser opens, you click Allow — and your assistant can deploy, read logs, restart and roll back for you. No API key to copy.

Let your AI set it up
Copy one paragraph, paste it in the chat.
deploy this bot
spocket.deploy_bot({ name: "slack-bot" })
live · 256MB · restarts on crash
it went offline, why?
spocket.get_logs({ lines: 50 })
fixed and restarted
03 — FAQ

The bits that
trip people up.

Socket Mode or the Events API?+

Socket Mode, unless you have a reason. It needs no public URL and no request-signature handling, and it is what a bot built with an AI assistant almost always uses. The Events API needs an inbound endpoint. Talk to us if you need one.

Which tokens do I need?+

SLACK_BOT_TOKEN (starts xoxb-) always. SLACK_APP_TOKEN (starts xapp-) as well if you use Socket Mode. Both from api.slack.com → your app → OAuth & Permissions and Basic Information.

Will it fit on the cheapest plan?+

Comfortably. We measure a Bolt app at about 85MB running; Solo gives it 512MB.

Your slack bot is done.
Go put it somewhere.

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

Deploy it nowSee pricing
© 2026 SPOCKET · BUILT IN MANILA