Social Media automated post generator

The idea behind this tool was born out of a practical challenge — the team was frequently receiving ad hoc requests to create social media posts for an Alumni Campaign, which was consuming valuable design time and resources. To solve this, a simple yet effective HTML/CSS program was built from scratch using AI, designed to streamline and automate the entire process. The tool allows anyone, regardless of design experience, to generate a fully brand-compliant social media post in just a few steps — upload an image, fill in the relevant details, and download the final post ready to use. The template layout remains locked and consistent, ensuring brand integrity is never compromised no matter who is using it. What was once a repetitive and time-consuming task was transformed into a quick, self-serve solution that empowered the wider team and freed up the design team to focus on more complex creative work.

Key Challenges

One of the key technical challenges encountered during the development of this tool was around image rendering at the point of download. When the HTML file was run from a local system, the embedded assets, specifically the logo and background image were not exporting correctly in the downloaded output, which was a significant roadblock. The natural solution would have been to host the file on a server with global access, but that route came with its own obstacles, requiring a lengthy approvals process that simply wasn’t practical given the need for a quick and accessible solution. This created a frustrating middle ground where the tool worked visually in the browser but couldn’t reliably deliver the finished asset in the way it was intended, making it necessary to think creatively about how to resolve the issue without relying on external hosting.

Problem
Solution