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
Create a bot on Discord, paste the token, and you're ready to go. No servers to manage.
Mix and match modules from the workshop. Toggle and configure each one without redeploying.
Live logs, the servers your bot has joined, and every module's settings in a single place.
Get started
Paste your Discord bot token. We validate it and pull in your bot's name and avatar.
Pick modules from the workshop and configure them to fit your server.
Add the bot to your servers and watch the logs roll in.
For developers
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.
zephyr.commands.register({ "hello" }, {
description = "Say hello",
}, function(ctx)
zephyr.discord.respond({
content = "Hi, " .. ctx.user_name .. "!",
ephemeral = true,
})
end)Sign in with your Zaroz account and create your first bot in under a minute.
Get started