AI-powered email generator for job seekers. Stop spending hours drafting cold emails.
Job seekers spend 20-30 minutes crafting each application email, only to send generic messages that get ignored. MailCraft generates personalized, send-ready emails in seconds using your profile data — skills, projects, and experience level.
Next.js 16 · Supabase · OpenAI GPT-4o-mini · Tailwind CSS · shadcn/ui · Framer Motion
- AI email generation with 4 tone options
- Profile system with tech stack and projects
- Personalized output — AI only mentions skills you have
- One-click copy for subject, body, or full email
- GitHub & Google OAuth
- Forgot/reset password flow
- Mobile-first responsive design
git clone https://github.com/your-username/mailcraft.git
cd mailcraft
npm install
cp .env.local.example .env.localAdd your keys to .env.local:
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your-supabase-anon-key
OPENAI_API_KEY=your-openai-api-key
NEXT_PUBLIC_SITE_URL=http://localhost:3000
npm run devnpx vercel

