Thanks to visit codestin.com
Credit goes to github.com

Skip to content

danielee982/email-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Helper

A web tool that helps you instantly polish and refine your emails using AI.
See grammar and style feedback, and get real-time suggestions to make your message clearer and more professional.


🔎 Background

Many non-native speakers struggle to write professional emails. This project aims to provide instant, line-by-line AI-powered grammar and tone feedback, helping users communicate more effectively.


🚀 Live Demo

Try it live here!

App Screenshot

image


🛠️ Features

  • Paste your draft email and see line-by-line grammar, style, and tone analysis.
  • Instant AI-powered suggestions to refine or rephrase each sentence.
  • Visual feedback:
    • Correct sentences highlighted in green
    • Sentences that could be simplified highlighted in yellow, with suggested corrections and explanations
    • Sentences needing improvement highlighted in red, with suggested corrections and explanations
  • No login or sign-up required — just paste, analyze, and improve.

🔧 Tech Stack

  • Frontend: React + Vite + Axios
  • Backend: Flask
  • Deployment: Vercel (frontend), Railway (backend)

⚡ Getting Started

  1. Clone & Install

    git clone https://github.com/seungwoo900/email-helper.git
    cd email-helper
    npm install
  2. Run Locally

    npm run dev

    Navigate to http://localhost:5173 to test the app.


🔌 Environment Variables

Set up your .env.local file in the root: