Zephyr
Discord bot hosting

Your Discord bot, live in seconds.

Drop in a bot token, enable the modules you want, and your bot is live. Moderation, giveaways and more, all configurable from one dashboard.

No credit card. Bring your own bot token.

Features

Everything you need to run a bot

Bring your own token

Create a bot on Discord, paste the token, and you're ready to go. No servers to manage.

Modular by design

Mix and match modules from the workshop. Toggle and configure each one without redeploying.

See everything

Live logs, the servers your bot has joined, and every module's settings in a single place.

Get started

Up and running in three steps

1

Add your bot

Paste your Discord bot token. We validate it and pull in your bot's name and avatar.

2

Enable modules

Pick modules from the workshop and configure them to fit your server.

3

Invite and go

Add the bot to your servers and watch the logs roll in.

For developers

Build your own modules

Zephyr modules are sandboxed Lua with a fully documented host API and capability-based permissions. Browse the reference, write a module, and ship it to the workshop.

Explore the developer platform100 functions · 18 namespaces
main.lua
zephyr.commands.register({ "hello" }, {
  description = "Say hello",
}, function(ctx)
  zephyr.discord.respond({
    content = "Hi, " .. ctx.user_name .. "!",
    ephemeral = true,
  })
end)

Ready to launch your bot?

Sign in with your Zaroz account and create your first bot in under a minute.

Get started