is a framework for building bots. The difference from typical Mastodon/Misskey bots? Your bot runs as its own independent server—no platform account needed.

This means no character limits, no rate limiting headaches, no API restrictions.

bot.onMention = async (session, message) => {
  await message.reply(text`Hi, ${message.actor}!`);
};

The ActivityPub stuff (federation, HTTP Signatures, delivery queues) is handled by under the hood. You just write your bot logic.

Works with both and .js.

https://botkit.fedify.dev/

0

If you have a fediverse account, you can quote this note from your own instance. Search https://hollo.social/@botkit/019ad906-a58a-7572-b009-a1a5701d5c88 on your instance and quote it. (Note that quoting is not supported in Mastodon.)