back to projects
CASE STUDY · SHIPPED

AI Content Microservices: 20+ Cloud Functions

A serverless suite that handles AI content work: writing blogs and outlines, SEO metadata built from live SERP data, rephrasing, summaries, intent and IAB classification, plus scheduled batch jobs.

PythonGCP Cloud FunctionsOpenAI APIsspaCyFlask

Overview

Twenty-plus small, independently deployable functions that handle AI content jobs for marketing and SEO products. It grew across two versions as the needs changed.

Why split it up

The content team needed help with a lot of different jobs at once: writing, rewriting, SEO metadata, classification. Bundling all of that into one service would have tied everything together, so each job got its own Google Cloud Function. Each one is JWT-authenticated, CORS-configured, and wired into cloud logging.

What is in the suite

Result

A toolbox the team could extend one function at a time, without anyone stepping on someone else's code.