Transform your WhatsApp marketing with AI-powered campaign management
MessageForge AI is an intelligent WhatsApp campaign management platform that combines the power of AI with WhatsApp Business API to help businesses create, manage, and optimize their marketing campaigns. Generate engaging messages, manage contacts efficiently, and track campaign performance all in one place.
- Generate engaging message templates using AI
- Personalize messages for different audience segments
- Smart content recommendations
- Create and schedule campaigns
- Real-time campaign tracking
- Performance analytics and insights
- A/B testing capabilities
- Import contacts via CSV/Excel
- Create and manage contact groups
- Contact segmentation
- Contact activity tracking
- Seamless WhatsApp Business API integration
- Bulk message scheduling
- Message delivery tracking
- Read receipts and engagement metrics
- Python 3.8+
- pip
- Virtual environment (recommended)
- WhatsApp Business API credentials
- Clone the repository
git clone https://github.com/r123singh/messageforge-ai.git
cd messageforge-ai- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- Set up environment variables
cp .env.example .env
# Edit .env with your configuration- Initialize the database
flask db upgrade- Run the application
python app.pyVisit http://localhost:5000 to access the application.
- Backend: Python, Flask
- Database: SQLAlchemy, SQLite/PostgreSQL
- Frontend: HTML, Tailwind CSS, JavaScript
- AI Integration: OpenAI GPT
- WhatsApp: WhatsApp Business API
- Authentication: Flask-Login
[Coming Soon]
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- WhatsApp Business API
- OpenAI GPT
- Flask Framework
- Tailwind CSS
Project Link: https://github.com/r123singh/messageforge-ai
⭐️ Star this repo if you find it helpful!