Open-source free meme generator, friendly for AI agents and humans A free, open-source meme generator running entirely on Cloudflare Workers launched with an in-browser editor covering 450+ templates and a URL-based API that renders memes on the fly via GET /images/{template}/{top}/{bottom}.png. The serverless TypeScript Worker uses WASM image codecs and static assets at the edge, and includes an /agents page plus /llms.txt guide for AI agents alongside server-rendered template pages with structured data and a sitemap. The project requires no signup, no origin server, and no image storage, and supports PNG, JPG, animated GIF, and WebP output. A free meme generator that runs entirely on Cloudflare Workers https://workers.cloudflare.com : an in-browser editor for 450+ templates, plus a URL-based API where every meme is just a link. - Editor pages : one page per template with draggable, individually styled text boxes, your own image layers, custom backgrounds, undo/redo, and PNG/JPG export. No signup, no server round-trips while you edit. - Meme API : GET /images/{template}/{top}/{bottom}.png renders a meme on the fly, with fonts, colors, styles, overlays, custom backgrounds, and animated GIF/WebP output. Interactive docs live at /docs . - Built for search : every template page is server-rendered with a description of the meme, alternate names, tags, structured data, social cards, and a sitemap. - Serverless : TypeScript Worker, WASM image codecs, static assets at the edge. No origin server, no image storage, nothing to babysit. GET /images/buzz/memes/memes everywhere.png GET /images/ds/small file/high quality.jpg?style=maga&width=800 GET /images/oprah/you get/animated text.gif POST /images {"template id": "fry", "text": "not sure if", "or just" } Every template has a human-facing, SEO-friendly editor page rendered by src/views/editor.ts : | Route | Purpose | |---|---| | / | Index of all templates with search /?q= also works server-side | | /memes/{slug} | Canvas editor for one template name-based; old ids and slugs redirect | | /agents , /llms.txt | Guide for AI agents, as a page and as raw markdown src/docs/agents.ts | | /privacy | What the site collects src/views/privacy.ts ; update it when that changes | | /sitemap.xml | Lists the index and every editor page | | /robots.txt | Allows crawling of the pages, disallows the JSON API paths, links the sitemap | | /static/ | Stylesheet and scripts assets/static/ , cache-busted with ?v=