Skip to content

AI powered email client. Generate short summary or compose an email with the help of ai.

Notifications You must be signed in to change notification settings

DraganAleksic99/mail-bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 

Repository files navigation

mail-bag

AI powered email client. Generate short summary or compose an email with the help of ai.

Features

  • Read, delete and send emails
  • Add or delete contacts
  • Compose or generate a short email summary with ai

email-ai-summary.mp4

Summarizing an email


email-ai-compose.mp4

Composing an email

Stack

Quickstart

Clone this repository

Run the following command to clone the repo:

git clone https://github.com/DraganAleksic99/mail-bag.git

Frontend Setup

Navigate to the frontend directory:

cd /frontend

Install dependencies:

npm install

Start the development server:

npm run dev

Backend Setup

Navigate to the backend directory:

cd /backend

Install dependencies:

npm install

Fill out secrets

cp .env.example .env

Open in your browser

You can now visit http://localhost:5137.