---
config:
theme: 'dark'
---
flowchart LR
subgraph ONBOARD["Onboarding Customer Manager"]
subgraph Team
subgraph Product
IMPORT(START
Add Sources
🔗 URL, 🖼️ Images, 📊 Spreadsheet of Assets
Who are you
What is this)
subgraph Campaign
subgraph Ad_group
creative
end
end
end
BATCH[📊 Batch Mode: Spreadsheet of URLs]
end
end
subgraph Ad_Planner ["
📝 Marketing Strategist"]
subgraph World["World today"]
NEWS(GeoPolitical Events, Celeb/Sports News)
CALENDAR(Yearly Recurring Events, New Year, Valentine, Christmas)
end
subgraph Plan
AUD(Audience Research)
COMP(AdSpy: Competitor Research)
end
BRIEF["Ads Directives"]
subgraph AdsPlanRepo ["Ads Directives Repo"]
direction LR
WEAVER[

]
subgraph Sender
end
subgraph Data
subgraph Message
end
subgraph Messenger
end
end
subgraph Receiver
end
Sender --> Message
Sender --> Messenger
Message --> Receiver
Messenger --> Receiver
end
end
subgraph ImageResources["
📸 Visual Design Studio Mercury ☿️ "]
IMGLIB([Image Library])
IMGSTOCK([
Stock Image Search])
IMGGEN([
Image Gen
Text-to-Image])
subgraph ImageEditor
PHOTO([
Photo Shoot
Change Background
photoroom flair])
VTRY([
Virtual Try-on])
IMGEDIT([
Poster Maker
Canvas])
end
end
subgraph VideoGen["
🎬 Video Studio 😻 "]
VDOSTORY(StoryGen:
Script & StoryBoard)
VDOGEN([
Video Generation
Virtual Avatar / HeyGen / I2V])
VDOEDIT([
Post-Production
CapCut])
MusicGen([
Music Gen&Lib])
subgraph Models[models & persona]
AVATAR(
👸 Virtual Models)
TTS([Voice/TTS])
AVATAR --> TTS
end
end
subgraph Ads_Manager["Ads Manager"]
subgraph Optimize["
📈 OPTIMIZE"]
VARI["Content Minor Variation / tall/wide / A/B Test (internal test)"]
LANG[Language Localization]
end
subgraph Publish["
🚀 PUBLISH (ADOS)"]
PUB([Upload & Analytics])
end
end
ONBOARD ~~~ ImageResources
ONBOARD ~~~ Ad_Planner
Ad_Planner ~~~ ImageResources
ImageResources ~~~ VideoGen
VideoGen ~~~ Ads_Manager
NEWS --> BRIEF
CALENDAR --> BRIEF
IMPORT --> AUD
IMPORT --> COMP
AUD --> BRIEF
COMP --> BRIEF
BRIEF --> AdsPlanRepo
IMGSTOCK --> IMGLIB
IMGGEN --> IMGLIB
IMGLIB --> IMGEDIT
IMGLIB --> VDOSTORY
IMGLIB ~~~ ImageEditor
IMPORT --> IMGLIB
IMGLIB <--> PHOTO
IMGLIB <--> VTRY
VTRY ~~~ AVATAR
AdsPlanRepo --> VDOSTORY
AVATAR --> VDOGEN
TTS --> VDOGEN
MusicGen --> VDOEDIT
VDOSTORY --> VDOGEN
VDOGEN --> VDOEDIT
VDOEDIT --> VARI
VDOEDIT --> LANG
VARI --> PUB
LANG --> PUB
ver. 20250709A