Check out this fun tool I built to make cover images for my blog. The main goal: interesting looking random gradients, that all draw from a single color palette.
I stumbled upon this post from Justin Jay Wang [1], who designed for OpenAI - describing methods for random gradients, including the one that shipped on OpenAI’s homepage from 2020-2022.
Since the post included ~10 SVGs, I was able to reverse engineer the SVG parameters, and decided to put up a generator. You can see the exact deets in my Github README [2].
I also use it to generate cover images for my Substack [3] - if you want to see what using a bunch of images generated by it looks like.
[1] https://justinjay.wang/methods-for-random-gradients/
Since we were already experimenting with AI, we decided to automate it. The result is *Briefly* – a lightweight CLI that:
- Collects commits from your repo - Summarizes them with OpenAI - Outputs a clean `briefly-summary.md` - Publishes directly to Discord via webhook
The workflow is simple: briefly setup briefly generate briefly publish
It’s available on npm: https://www.npmjs.com/package/@jmscarpa/briefly
Roadmap includes: aliases (`briefly g`), multilingual summaries, relative dates (`--since 7d|1w|2m`), dry-run for CI, and custom prompts.
We’ve been using it internally and it’s saving us ~30 minutes per week while producing more consistent updates.
Would love feedback from the community — especially around CI integration ideas or formats beyond Discord.