An open API service indexing awesome lists of open source software.

https://github.com/kazvee/ezreply

🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝
https://github.com/kazvee/ezreply

css flask html python

Last synced: 3 months ago
JSON representation

🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝

Awesome Lists containing this project

README

          

# ezReply

✨ [LIVE DEMO](https://ezreply.kazvee.com/) ✨

**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.

## Final Product

https://github.com/user-attachments/assets/2751940f-4010-4101-94dd-3a45042cce5e

![ezReply Screenshot](static/readme/ezReply_Screenshot.png)

## Features
* **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

# Technical Requirements
* **Python:** Version 3.12
* **Flask:** Version 3.0.3

## Installation
* 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](http://localhost:5000/) in your browser

## Acknowledgements & Thanks
* [GitHub](https://icons8.com/icon/OekWdZr7M4hU/github) icon by [Icons8](https://icons8.com)
* Favicon by [Favicon.io](https://favicon.io/)