Welcome to resi-builder web app. This tool is intended to help you generate tailored resumes according to your existing skills and work history. By changing a small amount of wording or highlighting certain skills that you already posses.
This tool is not intended to be used to create a resume that does not reflect your experience.
Note:
Frontend service for resi-web-app. Use this in conjunction with the backend.
This project uses resi-builder as the core resume generating tool.
resi-web-app from GHCR.
Be sure to also use the backend docker image.
Here is an example of the docker compose to use:
services:
resi-api:
image: ghcr.io/cerdamario13/resi-api:latest
ports:
- "8085:8000"
restart: unless-stopped
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- PG_HOST=${PG_HOST}
- PG_PORT=${PG_PORT}
- PG_DB=${PG_DB}
- PG_USER=${PG_USER}
- PG_PASSWORD=${PG_PASSWORD}
resi-web-app:
image: ghcr.io/cerdamario13/resi-web-app:latest
ports:
- "8084:80"
restart: unless-stopped
depends_on:
- resi-api
Log in or register.
In the Profile section, fill out your work history and include as much detail of your actual skills and duties performed at current and previous jobs.
Once the profile section is ready. Head over to the Job Description and paste in the description of the job you are applying to.
The tool will generate a resume and a cover letter using your given experience. Edit any areas that are needed and either download a PDF or a Word document.






