BAGANA AI

Built by Louis Therhansen – Capstone for "Become an Agentic Architect / Mastering Multiagent AI Systems with CrewAI".

AI-powered platform for KOL, influencer, and content creator agencies to manage content strategy at scale through integrated content planning, sentiment analysis, and market trend insights.

BAGANA AI — Content Strategy Platform Dashboard

Problem & Target Users

Agencies managing multiple KOLs/influencers struggle to coordinate content strategy, messaging, and performance at scale. Manual content planning, sentiment review, and trend tracking do not scale with talent roster size and campaign volume. Critical pain points include duplicated effort, inconsistent messaging, delayed insights, and reactive (not data-driven) campaign decisions.

BAGANA AI serves agency ops managers, content strategists, and campaign managers at KOL/influencer/content creator agencies (or in-house creator teams) managing 5+ creators or 10+ concurrent campaigns who need a single platform for strategy, planning, and insights.

Solution Overview

BAGANA AI is a multi-agent platform that integrates content planning, sentiment analysis, and market trend insights in one unified workflow. The platform enables agencies to create structured multi-talent content plans, optimize messaging and engagement, and deliver data-driven campaigns more efficiently without proportionally increasing manual workload.

The solution covers the full content strategy lifecycle: content planning (calendars, briefs, messaging aligned to campaigns), sentiment analysis (tone and sentiment inputs with risk/opportunity surfacing), and market trend insights (trend and market data to inform strategy and campaign alignment).

Key Features

Multi-agent AI Crew

Three specialized CrewAI agents orchestrate content strategy workflows through a sequential crew. Each agent operates independently with no delegation, ensuring predictable and auditable results. Agents are configured via YAML for easy adjustment without code changes.

Agent Role Tools / Integrations Trigger
Content Planner Content strategy and multi-talent plan author — produces and updates structured content plans (calendars, briefs, messaging) aligned to campaigns File I/O, plan schema validation, calendar/brief loaders POST /api/crew (plan_content task)
Sentiment Analyst Sentiment and tone analyst for content and briefs — analyzes content/briefs for sentiment and tone; surfaces risks and opportunities Sentiment APIs or models, file I/O, schema validation POST /api/crew (analyze_sentiment task)
Trend Researcher Market and trend researcher for content strategy — gathers and summarizes relevant market/trend insights for plans and briefs Approved web/API tools with rate limits, file I/O POST /api/crew (research_trends task)

Technical Architecture

Deployment

The entire platform runs via docker compose up --build, launching three containers: PostgreSQL (database), Next.js standalone (frontend on port 3000), and FastAPI/CrewAI (backend on port 8000). Designed for future cloud deployment on AWS or similar infrastructure. The system supports both interactive and batch workflows with streaming responses for improved UX.

Screenshots

Main Dashboard — Central hub showing all features and navigation to content planning, sentiment analysis, and trend insights.

BAGANA AI Dashboard showing feature overview and navigation

Chat Interface with CrewAI Integration — Production-grade AI chat using assistant-ui with streaming responses, conversation history, and campaign template form.

Chat interface showing assistant-ui integration with CrewAI agents

Content Plans Page — Multi-talent content planning interface showing structured plans, calendars, and briefs aligned to campaigns.

Content plans page showing multi-talent content planning interface

Sentiment Analysis Page — Sentiment and tone analysis interface with risk/opportunity surfacing for content and briefs.

Sentiment analysis page showing tone and sentiment insights

Trend Insights Page — Market and trend research interface showing relevant insights for content strategy.

Trend insights page showing market research and trend data

My Role & Learnings as Agentic Architect