Cloudflare Edge โ€ข 682 GIFs โ€ข 61 Actions

The anime reaction library that doesn't slow down your bot.

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
โœ“ 0ms Sync Latency
โœ“ Zero Runtime Dependencies
โœ“ 100% Strict TypeScript
Live Action Visualizer
<15ms Edge
Anibox live action preview

Built to respect Discord's 3-second limit

Most libraries make slow HTTP requests to third-party endpoints. Anibox looks up URLs directly in local memory.

โšก

Instant in-memory lookups (0ms)

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.

Anibox (In-Memory) 0.02ms
Traditional REST GIF API 450ms HTTP
0ms
Lookup latency
0
Rate limits
100%
Success rate
๐ŸŒ

Hosted on Cloudflare Edge

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, immutable
Access-Control-Allow-Origin: *
<15ms
Global edge TTFB
๐Ÿ›ก๏ธ

Full TypeScript autocomplete

All 61 actions (hug, pat, kiss, dance...) are strictly typed. Your editor suggests action names automatically as you type.

type Category = "hug" | "pat" | "dance" +58
61
Strictly typed actions
๐Ÿค–

Ready for Discord bots

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)] });
ESM & CJS
Node.js compatibility
0 Deps
External dependencies
6.2 kB
Package size

Try it yourself

Pick an action, see how it looks in a Discord embed, and grab the direct CDN URL.

61
hug GIF #1 of 17
cdn-anibox.pages.dev
Anibox Reaction GIF
Direct CDN:
# reactions Discord embed live preview
๐Ÿค–
AniboxBot BOT Today at 10:42 PM
@Douglas hugged @Friend! (ใฃยดฯ‰`)ใฃ
Discord Embed Preview
๐Ÿ’ก Zero network wait. The URL is resolved in 0ms from memory, so your bot replies instantly.

Copy-paste code snippets

Dynamically synced with your selected action (hug).

javascript
// Loading snippet...

All 61 available actions

Click any action to preview it in the playground.