From 346b0fbd30b288728dd8588d5290bd4a9ade23ce Mon Sep 17 00:00:00 2001 From: jinmingyang <2214962083@qq.com> Date: Thu, 12 Feb 2026 09:47:21 +0800 Subject: [PATCH] Add ShotOG to API > Image section ShotOG is an open-source OG image generation API built with TypeScript on Cloudflare Workers. It generates dynamic Open Graph images in ~50ms with 8 built-in templates, making it a great fit for Jamstack sites that need dynamic social sharing images. https://github.com/nicepkg/shotog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad9befe..7e0e133 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ - [Database](#database) - [File management](#file-management) - [Automation](#automation) + - [Image](#image) - [Serverless](#serverless) - [Videos](#videos) - [Tutorials / Articles](#tutorials--articles) @@ -215,6 +216,10 @@ _For a more complete list see [StaticGen](https://www.staticgen.com/)._ - [Zapier](https://zapier.com/) - Trigger actions connecting more than 1000 apps together. - [DataFire](https://github.com/DataFire/DataFire) - DataFire is an open source framework for building and integrating APIs. +### Image + +- [ShotOG](https://github.com/nicepkg/shotog) - Open-source OG image generation API running on Cloudflare Workers. Generate dynamic Open Graph images in ~50ms with 8 built-in templates. + ## Serverless - [Netlify Functions](https://www.netlify.com/docs/functions/) - Netlify lets you deploy Lambda functions without an AWS account, and with function management handled directly within Netlify.