An AI-powered resume generator that creates professional PDFs using LaTeX templates and OpenAI's GPT models.
- Interactive chat interface for resume creation
- Professional LaTeX-based PDF generation
- Real-time PDF preview
- Customizable templates and styling
- Secure file storage using Vercel Blob Storage
- Next.js 14 with App Router
- TypeScript
- TailwindCSS
- OpenAI GPT-4
- LaTeX for PDF generation
- Vercel Blob Storage
- Nix for development environment
This project uses Nix for reproducible development environments. Make sure you have Nix installed.
# Enter the development shell
direnv allow
# Install dependencies
npm install
# Start development server
npm run dev
Create a .env
file with the following variables:
OPENAI_API_KEY=your_openai_key
BLOB_READ_WRITE_TOKEN=your_vercel_blob_token
BLOB_BASE_URL=your_blob_base_url
MIT License