This is an app I built to play with Vercelβs image generation library.
Have a look at the serverless function in pages/api/github.tsx. Itβs where the image is generated.
If youβre curious how image generation works, check out this tutorial I wrote on my blog.
And if youβre interested in Next.js, also check out the book I wrote about it.