AI-powered resume and cover letter builder.
cvai-app-demo.mp4
Visit: www.cvai.app
This site uses OpenAI’s new GPT-4 with Vision model. It first converts the PDF to an image, constructs a prompt based on the resume and the job description, sends it to GPT-4 API, then streams the response back to the application.
- Auth.js - Authentication
- Supabase - Database
- SvelteKit - Framework
- Shadcn-Svelte - UI
- Vercel AI SDK - AI Streaming
- Vercel KV - Rate Limiting
After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env.local
.
OPENAI_API_KEY=
Use pnpm to install the dependencies and run the application.
pnpm install
pnpm run dev