/MailTales

Turn your Emails into Captivating Stories

Primary LanguageTypeScriptMIT LicenseMIT

MailTales

Make emails fun again!

MailTales is a web app designed to breathe life into your email inbox. With the help of Nylas & AI, MailTales offers unique and creative ways to interact with your emails, transforming them into bite-sized stories, engaging summaries, and even providing insights through sentiment analysis. You can try it https://mailtales.amitwani.dev

Demo

Youtube - https://youtu.be/zk88KqHMCR0

Features

Chat Over Your Inbox: With MailTales, you can chat with your email inbox!

chat-over-emails

AI-Powered Email Summaries: MailTales provides concise, AI-generated summaries of your emails

ai-summary

Listen to AI-Generated Stories: MailTales can convert the content of your emails into engaging audio stories.

ai-story

Sentiment Analysis and Categorization: MailTales' sentiment analysis feature helps you understand the tone of your messages. The app also categorizes emails based on their content.

sentiment

Tech Stack

Full Stack: NextJS Backend: NodeJS Deployment: Vercel, Fly.io Database: PostgreSQL Queues: Upstash Kafka Email: Nylas AI: Gemini

Architecture

 mail-tales-architecture

Nylas: Nylas is used for authentication of user and fetching their emails from inbox

Gemini: Gemini is used for generating AI responses as well as generating embeddings. Model used for generating responses is gemini-1.5-flash and for embeddings it is text-embedding-004

Postgres: Postgres is used to store user and emails data. @vercel/postgres is used for this.

Upstash Kafka: Upstash Kafka is used for the job of generating email embeddings. Generating email embeddings is done by a NodeJS Backend by consuming messages from Upstash Kafka topic.

Setup and Installation

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set up environment variables (refer to .example.env)
  4. Run the development server: npm run dev

API Routes

The application includes various API routes for handling email-related operations, including AI-powered text generation for emails.

Server-side Processing

The server handles tasks such as generating email embeddings, which involves fetching emails, processing them, and storing the resulting embeddings in the database.

Deployment

The main application is deployed on Vercel. The backend server is deployed on Fly.io. Configuration details can be found in the Dockerfile and fly.toml files in the server directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.