Skip to content

Write a cover letter based on the job description by GPT3

Notifications You must be signed in to change notification settings

leonpw/gpt-cover-letter

Repository files navigation

GPT Cover Letter

Introduction

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.

Usage

You can try out the demo for free and as long as my OpenAi credits lasts!

preview

Or try the demo

Development

Requirements

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.

To run the app

  1. Clone the repo
git clone git@github.com:leonpw/gpt-cover-letter.git
  1. Install the dependencies
npm install

# or yarn, pnpm, etc...
  1. Run the app
npm run dev
  1. Now open http://localhost:3000 to view and use the app

Credits

This application is inspired by RoamAround.io of Nader!