682 curated anime reaction GIFs across 61 actions. Zero API keys, zero rate limits, and instant 0ms local resolution for Discord bots and web apps.
npm install anibox
Most libraries make slow HTTP requests to third-party endpoints. Anibox looks up URLs directly in local memory.
No need to fetch or wait for third-party servers just to grab a URL. The entire catalog is bundled locally in the package and responds in 0.02ms.
All GIFs are served with 1-year immutable cache headers and wildcard CORS (*). Fast global delivery across 300+ edge locations.
Cache-Control: public, max-age=31536000, immutableAccess-Control-Allow-Origin: *All 61 actions (hug, pat, kiss, dance...) are strictly typed. Your editor suggests action names automatically as you type.
Works out of the box with Discord.js v14, Eris, and discord.py. Because it's synchronous, your bot replies immediately without needing deferReply().
const url = anibox.random("hug");
await interaction.reply({ embeds: [new EmbedBuilder().setImage(url)] });
Pick an action, see how it looks in a Discord embed, and grab the direct CDN URL.
Dynamically synced with your selected action (hug).
Click any action to preview it in the playground.