𝗥𝗲𝗽𝗹𝗮𝗰𝗶𝗻𝗴 𝗙𝗶𝗴𝗺𝗮 𝗪𝗶𝘁𝗵 𝗛𝗧𝗠𝗟 𝗥𝗲𝗻𝗱𝗲𝗿𝗶𝗻𝗴
Brand refreshes are a pain. A designer changes a color. You spend weeks updating five Figma files. You update 300 archive posts by hand. This wastes time.
I stopped using Figma for templates. I built an HTML renderer. Every image format uses an HTML template. Brand colors and fonts live in one CSS file.
A brand refresh now takes five minutes. Change three lines of CSS. Update the cache version. Deploy. Every image updates on the next request.
Tips for this setup:
- Keep brand styles in one shared file.
- Use a ready selector for webfonts.
- Store images on your own server.
- Sort your data before hashing keys.
This is not for everyone. Skip this if you post once a month. Skip this if you need custom art for every image. Use this if you ship content daily. Your team ships faster without waiting for a designer.