NormalHuman is an email client that integrates AI technologies to revolutionize your email experience. By leveraging the Gemini API, the application provides intelligent email assistance without compromising your data privacy by sending emails to external services.
-
AI-Powered Email Assistance
- Autocomplete emails using AI
- Generate intelligent email responses with Gemini API
- Enhance productivity with writing suggestions
-
Comprehensive Email Management
- Send and receive emails effortlessly
- Advanced email search functionality
- Multi-account support
-
User Experience
- Dark/Light theme toggle
- Secure authentication
- Intuitive and responsive design
Next.js, Prisma, Tailwind CSS, Gemini API, TypeScript , Aurinko, Clerk
Before you begin, ensure you have the following installed:
- Node.js (v18+ recommended)
- npm or Yarn
- Git
git clone https://github.com/blackpanther26/normalhuman
cd normalhumannpm install
# or
yarn installCreate a .env file in the root directory and add the environment variables from the .env.example file.
npx prisma generate
npx prisma migrate devnpm run dev
# or
yarn devThe application is deployed on Vercel : NormalHuman