Building a SaaS Ad Pipeline with Claude Code and Higgsfield
Duncan Rogoff | AI Automationgo watch the original →
the gist
A workflow for automating cinematic SaaS video ads by building a custom Claude Code skill that extracts brand assets from a URL and generates storyboards via the Higgsfield MCP.
The Breakthrough
The author developed a reusable Claude Code skill called "SaaS Ad Studio" that automates the production of cinematic SaaS advertisements by extracting brand DNA from a URL and generating a structured storyboard for the Higgsfield video generation platform.
What Actually Worked
- Connector Integration: The workflow uses the Higgsfield MCP server to bridge Claude Code with video generation capabilities, allowing direct control over image, video, and audio assets.
- Brand DNA Extraction: The skill parses a provided URL to scrape brand colors, fonts, and content, which are then used to inform the visual style and narrative hook of the ad.
- Iterative Storyboarding: The agent generates a multi-shot storyboard that the user can refine through natural language feedback, specifically adjusting shot pacing, transition types, and the balance between screen captures and abstract visuals.
- Model Selection: The author instructed Claude Code to use the
GPT2image model specifically for its superior performance in preserving text fidelity within generated assets.
Context
Creating cinematic ads for digital products like SaaS platforms is difficult because they lack the tangible "hero" objects found in physical product marketing. The author built this pipeline to move away from manual ad creation, instead creating an agentic workflow that treats a website URL as the primary input. By combining Claude Code's ability to manage files and logic with Higgsfield's video generation, the author created a repeatable system that can be refined over time through iterative feedback loops.
Notable Quotes
- "You can think of it like a chatbot that can actually do things for you."
- "This is your opportunity as the art director to decide is this good enough for you... you can actually use your feedback to improve the skill."
Content References
- Tool: Claude Code, Anthropic, mentioned.
- Tool: Higgsfield, Higgsfield AI, https://higgsfield.ai, mentioned.