CoverBot is a tool that automatically generates tailored cover letters based on your resume and job descriptions. Simply paste a job description into the application, and CoverBot will create a customized cover letter highlighting your relevant experience and skills.
- Place your resume as a
.doc
file in the/server/data
directory - Create a
.env
file in the root directory with your OpenAI API key:OPENAI_API_KEY=your_api_key_here
- Start the application
- Paste a job description into the input window
- The tool will generate a personalized cover letter that you can copy from the output window
- Open the application in your browser
- In the job description field, paste the complete job listing text
- Click "Generate Cover Letter"
- Review the generated cover letter in the output window
- Copy the text for use in your application
- Personalized cover letter generation based on your resume and job descriptions
- User-friendly interface
- Fast generation using OpenAI's language models
- Export to PDF functionality
- Resume import/update capability
- Additional customization options
- Fork and clone this repo
- Add your resume and OpenAI API key as described in the setup section
- Install dependencies with
npm install
- Start the development server with
npm run dev
Contributions are welcome! Please feel free to submit a Pull Request.