This application uses OpenAI GPT to write a cover letter for you. Fill in the position, company and the job description you are applying for and it generates a cover letter.
You can try out the demo for free and as long as my OpenAi credits lasts!
Or try the demo
You need to have an account at OpenAi. This can be a free account.
Get your API Key here
Configure API key in .env.local
(see .example.env.local
):
GPT_API_KEY=open-ai-api-GPT_API_KEY
For logging I use Azure Tables with SAS authorization. You can skip this step if you don't want to have logging. It will log to a file as well.
- Clone the repo
git clone git@github.com:leonpw/gpt-cover-letter.git
- Install the dependencies
npm install
# or yarn, pnpm, etc...
- Run the app
npm run dev
- Now open http://localhost:3000 to view and use the app
This application is inspired by RoamAround.io of Nader!