✨ LIVE DEMO ✨
ezReply is a lightweight, Flask-based web application designed to streamline customer support by generating pre-written replies for common requests.
With a simple dropdown menu, users can select predefined customer support actions, and the corresponding reply is generated instantly. This eliminates the need for repetitive typing and speeds up responses. Replies can be easily copied into emails, forum posts, or chat messages.
ezReply_Demo_Video.mp4
- Dropdown Menu: Quickly select predefined actions for instant replies
- Dynamic Reply Generation: Replies are automatically generated when an action is selected
- Modern and Minimal UI: A clean, user-friendly interface for enhanced usability
- Customizable: Easily add or modify actions and replies to suit your needs
- Python: Version 3.12
- Flask: Version 3.0.3
- Fork this repository to your GitHub account
- Clone your fork to your local machine and navigate to the project folder
- Create a virtual environment with:
python3 -m venv venv
- Activate the virtual environment with:
source venv/bin/activate
- Install project dependencies with:
pip install -r requirements.txt
- Start the server using:
flask run
- Navigate to http://localhost:5000 in your browser
- GitHub icon by Icons8
- Favicon by Favicon.io