Skip to content
Andrew VanDykeAndrew VanDyke

2023 · Development

AI Meme Generator

I built it on DALL-E 2 in 2023 and have kept it working through OpenAI's image-model changes, most recently on gpt-image-1.

  • JavaScript
  • OpenAI API
  • Vercel

Problem

The 2023 wave of AI image APIs made "text in, image out" apps trivial to start and easy to abandon. The real work turned out to be keeping one alive while the underlying models were deprecated out from under it.

What I built

A meme generator: describe the meme you want, and the app orchestrates async calls to OpenAI's image-generation API and returns the result. Originally built on DALL·E 2; when OpenAI retired that model in 2026, the app was migrated to gpt-image-1 with base64 delivery.

Outcome

Deliberately dumb, deliberately durable. Three years and multiple model migrations later it still works - which is more than most hackathon-era AI apps can say.