Memebrew

Memebrew in Claude Code

The plugin makes the memes. This site is where it finds them. Every template page carries the exact command; here is the whole flow.

Find a template for anything

/memebrew:find-meme a reaction to my tests failing again

Searches this directory, shows you thumbnails, and hands off to the meme maker once you pick one.

Or script it

node scripts/source/catalog.mjs --search "confused travolta"
node scripts/source/fetch.mjs --project meme --template <id>     # clip, banner already measured
node scripts/character/cutout.mjs --pull <character-id>         # into ~/.config/memebrew/characters

Read-only API

GET https://web-production-0e1a0.up.railway.app/api/search?q=<text>&kind=clip|character|sound
GET https://web-production-0e1a0.up.railway.app/api/templates/<id-or-slug>
GET https://web-production-0e1a0.up.railway.app/api/characters/<id>
GET https://web-production-0e1a0.up.railway.app/api/sounds/<music-id>

JSON, no key, rate-limited per IP. Character records use the same shape as the plugin's local library.