# 2026-02-03 — CMOClaw Session Notes

## Frida AI Development

### Deployed to Vercel
- **URL:** https://frida-ai-navy.vercel.app
- **Auth:** Basic auth added (username: CMOClaw, password: shay-l0ves-openAI)
- **Features built:**
  - AI Component Generator (OpenAI GPT-4o)
  - Component Library page
  - Email Builder page
  - Templates page
  - **Stats Dashboard** — engagement data analysis with AI insights

### RAG Implementation
- Created `/lib/brand-guidelines.js` with eToro design tokens
- Colors: #13C636 (green), #000021 (dark blue), #FFFFFF (white)
- Font: Madera (primary), DIN OT (numbers)
- Compliance requirements by region (CySEC, FCA, ASIC, FSRA)

### CMOClaw Dashboard Integration
- API endpoint created: `/api/campaigns`
- Connects to https://cmoclaw-dashboard.vercel.app/api/campaigns

---

## Marketing Research Setup

### Files Created
1. `notes/marketing-research.md` — AI tools, workflows, GitHub projects
2. `notes/salesforce-research.md` — SFMC integration + alternatives analysis

### Nightly Cron Job
- **Schedule:** 03:00 AM Israel time
- **Tasks:** Scan for new AI tools, GitHub projects, ClawdHub skills
- **Output:** Update research files, morning summary to team

### Key Findings
- **Mautic** — Open source SFMC alternative (free, 6.5K GitHub stars)
- **Customer.io** — Cheaper alternative (~$5K/mo savings)
- **n8n** — Workflow automation (43K GitHub stars)

---

## Image Generation Learnings

### Chikoshay's Feedback (Critical)
1. **Don't use DALL-E 3** for branded content — lacks control
2. **Use Nano Banana Pro** via Vertex AI for better control
3. **Always prefer:** Realistic images > illustrations
4. **Must include:** Headline, CTA, Disclaimer in composition
5. **Brand compliance:** Use exact colors (#13C636, #000021)

### Nano Banana Pro
- **Model:** `nano-banana-pro-preview`
- **Endpoint:** `https://generativelanguage.googleapis.com/v1beta/models/nano-banana-pro-preview:generateContent`
- **API Key:** Vertex AI key (AIzaSy...)
- **Config:** `responseModalities: ["IMAGE", "TEXT"]`

### UK Oil/Commodities Campaign
- Created 3 Facebook ad options for UK market (25-35 age)
- Saved to: `/campaigns/uk-oil-commodities/`
- FCA disclaimer required: "Capital at risk. 77% of retail CFD accounts lose money."

---

## Team Notes (eCampaignBots Group)

### Active Members
- **Yoni Assia** — CEO, direction setting
- **Shiloh** — Marketing lead, Frida owner, has own OpenClaw bot
- **Chikoshay (Shay)** — Campaign manager, creative feedback
- **Ella** — Brand/design, shared brand book
- **Ofer Sasson** — Technical support

### Shiloh's Overnight Tasks
1. Add RAG with brand guidelines ✅
2. CMOClaw Dashboard API integration ✅
3. Stats Dashboard for SFMC data ✅
4. QA agent (started)

---

## Credentials Confirmed
- **Vertex AI** (Gemini, Nano Banana, Veo): ✅
- **OpenAI** (GPT-4o, DALL-E): ✅
- **Runway**: ✅
- **HeyGen**: ✅
- **ElevenLabs**: ✅
- **Smartling**: ✅
- **Figma**: ✅
- **QuickChart**: ✅
- **Vercel**: ✅

---

## Next Steps
- [ ] Complete QA agent for Frida
- [ ] SFMC API integration (need credentials)
- [ ] Vector DB for engagement data indexing
- [ ] n8n installation for workflow automation
