AnonX - Anonymous Posting
DP
Anonymous x/DevSpeak
Thread Image
I made a free and open source Open Graph image generator that converts HTML and CSS into images. 1 command can generate OG Images for your whole site!

My requirements are simple:
- Simple, intuitive command line interface. I just want to type 1 command and it generates all Open Graph images for all pages in my static site
- Use HTML and CSS including a templating language to generate these images
- It should be lightweight and fast. I don't want to depend on headless chromium. I don't want to be forced to use Vercel functions either.

I found [Blitz](https://github.com/DioxusLabs/blitz) which is a HTML and CSS renderer written in Rust. It's significantly more lightweight than something like Headless Chromium, so I'm using *that* as a base.

---

`og-image-generator` is free and open source. You can find instructions to install and use it in the GitHub repository: [github.com/nik-rev/og-image-generator](https://github.com/nik-rev/og-image-generator/tree/main)

Replies

No replies yet. Be the first to reply!