Visit Here: https://mailverra.vercel.app
Mailverra is an innovative web application that revolutionizes email management using artificial intelligence. Built with modern web technologies, this platform integrates seamlessly with Gmail to provide smart email handling, automated responses, and AI-powered composing. Whether you're a busy professional looking to streamline your inbox or someone seeking to enhance their email communication, AI Gmail offers an intuitive and powerful solution to email overload.
- 🧠 AI-powered email categorization and prioritization
- 🤖 Automated smart replies and suggestions
- ✍️ AI-assisted email composition
- 📊 Intelligent email analytics and insights
- 🔒 Secure authentication with Gmail integration
- 📱 Responsive design for desktop and mobile use
- Next.js - React framework for server-side rendering and static site generation
- NextAuth.js - Authentication for Next.js
- Prisma - Next-generation ORM for Node.js and TypeScript
- Neon - Databases
- Tailwind CSS - Utility-first CSS framework
- tRPC - End-to-end typesafe APIs made easy
- Node.js (v14 or later)
- npm or yarn
- A Gmail account
- Google Cloud Platform account (for API access)
-
Clone the repository:
git clone https://github.com/yourusername/ai-gmail.git cd ai-gmail
-
Install dependencies:
npm install
or
yarn install
-
Set up environment variables: Create a
.env.local
file in the root directory and add the following you can disable Google client and using clerk:DATABASE_URL="your_database_connection_string" NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="your_nextauth_secret" GOOGLE_CLIENT_ID="your_google_client_id" GOOGLE_CLIENT_SECRET="your_google_client_secret"
-
Set up the database:
npx prisma db push
-
Run the development server:
npm run dev
or
yarn dev
-
Open http://localhost:3000 in your browser to see the application.
-
Sign In:
- Use your Gmail account to sign in to the application.
- Grant necessary permissions for AI Gmail to access your email data.
-
Dashboard:
- View your email statistics and AI-generated insights.
- Access different features like smart compose, auto-reply, and email categorization.
-
Smart Compose:
- Start writing an email and let AI suggest completions and improvements.
- Use AI-generated templates for common email types.
-
Auto-Reply:
- Set up rules for automatic replies to certain types of emails.
- Customize AI-generated responses before sending.
-
Email Management:
- Use AI to categorize and prioritize your emails automatically.
- Get suggestions for quick actions on emails (archive, delete, respond).
-
Analytics:
- View insights on your email habits and productivity.
- Get AI-powered suggestions to improve your email efficiency.
We welcome contributions to AI Gmail! Please see our CONTRIBUTING.md file for details on how to get started.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- OpenAI for providing the AI models powering our smart features.
- Google for Gmail API and authentication services.
- All open-source contributors whose libraries and tools made this project possible.
For any questions or support, please open an issue in the GitHub repository or contact our team at [email protected].