eddy870/MailMindAI
๐ Analyze your email marketing campaigns with MailMindAI to get actionable insights and optimize your performance using advanced AI technology.
What's novel
๐ Analyze your email marketing campaigns with MailMindAI to get actionable insights and optimize your performance using advanced AI technology.
Code Analysis
10 files read ยท 3 roundsA React web app that sends email campaign metrics to a backend which (in the deployed version) returns hardcoded mock responses, or (in the undeployed FastAPI version) calls OpenAI GPT-3.5 for suggestions and uses a rule-based heuristic with random noise as a fake 'ML model' to predict improvement p
Strengths
The React frontend is reasonably well-structured with proper TypeScript interfaces, lazy loading, and a polished UI. The FastAPI backend (main.py) has legitimate OpenAI integration with proper fallback handling and Pydantic validation.
Weaknesses
The deployed version (vercel.json โ api/index.py) is entirely a mock with hardcoded responses and no real AI/ML. The 'ML model' is a non-deterministic rule-based formula with random.uniform() noise, not actual machine learning. The project has three competing backends, multiple backup/old file versions, and zero tests.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
10
Contributors
2
Files
71
Active weeks
4
Repository
Language
Python
Stars
1
Forks
0
License
โ