ShotOG — OG Image Generation API built with Hono on Cloudflare Workers #4720
2214962083
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey Hono community! 👋
I built ShotOG, an OG image generation API using Hono on Cloudflare Workers. Thought I'd share it here since Hono made the routing and middleware layer incredibly clean.
What it does
Generate Open Graph images via URL — no headless browser, no Puppeteer. Just edge-native rendering using Satori + resvg-wasm.
Try it now (just open this URL):
Why Hono?
/v1/og,/v1/keys,/v1/keys/usage)Features
Links
Open source under MIT. Feedback welcome!
All reactions