A web application that helps you generate personalized cover letters using AI. Built with Next.js 15, TypeScript, and Tailwind CSS.
Visit https://covercraftai.com/ to start using CoverCraft AI.
- 🤖 AI-powered cover letter generation using OpenAI's GPT-4
- 📝 Multi-step wizard interface for easy cover letter creation
- 🎯 Smart keyword extraction from job descriptions
- Job Description: Paste the job description you're applying for
- Company Info: Add information about the company from their website or careers page
- Keywords: AI extracts relevant keywords from the job description and company info
- Review: Generate and edit your cover letter, then download as PDF
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- OpenAI API - AI-powered content generation
- shadcn/ui - UI component library
/src/app
- Next.js app router pages and layouts/src/components
- Reusable React components/src/hooks
- Custom React hooks/src/lib
- Utility functions and type definitions/src/types
- TypeScript type definitions
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.