This is a cover letter generator using reactpdf. Select text & design templates and it will generate cover letters in bulk. It will generate both the pdf cover letter & a txt since some companies require you to submit the cover letter in a form.
Good luck everyone!
PS: Currently there is one basic design (twoColBasic) & I am working one a more stylized version. if you would like to contribute your own design or example cover letter text feel free to open a PR
- Set up Enviroment
# Install bun (I didn't want to bother setting up vite or webpack but it should be compatible)
# install required dependencies
pnpm i
# Copy env
cp .env.example .env
# copy applications.tsv
cp applications.example.tsv applications.tsv
-
Create 1 or more cover letter templates (see ./src/content/example.txt)
-
Fill information For .env & applications.tsv
-
Generate PDFs
pnpm build
- Find your cover letters under ./covers/{youfilename}.{pdf/txt}