SmartTech_AI is a full-stack AI-powered SaaS tool that generates and manages cold emails for B2C SaaS companies. It automates personalized outreach using OpenAI, MySQL for lead management, and includes both a Streamlit dashboard and a Flask web interface.
- ✅ Generate personalized AI emails based on company name and product
- ✅ Save generated emails to MySQL database
- ✅ Streamlit dashboard for real-time filtering and email generation
- ✅ Flask web app with login, dark-themed UI, CSV export, and filters
- ✅ Python scheduler automation for email generation
- ✅ Ready for deployment on Render or other platforms
- Frontend: Streamlit & Flask + Bootstrap (dark UI)
- Backend: Python, OpenAI API
- Database: MySQL
- Automation: Python
schedule
module - Deployment: Render (can also be deployed on Hugging Face, etc.)
smarttech_ai/ │ ├── automation/ # Scheduled tasks (email generation) ├── config/ # DB configs and settings ├── data/ # CSV and exported data ├── flask_app/ # Flask web UI with dark Bootstrap ├── modules/ # DB connector and OpenAI generator ├── prompts/ # AI prompt templates ├── streamlit_app/ # Streamlit dashboard UI ├── .env # Secret keys and configs (not committed) ├── main.py # Main entry (for Streamlit) └── README.md # You're here
Built with ❤️ by Aman Ali (doc727)