Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 551 Bytes

File metadata and controls

35 lines (24 loc) · 551 Bytes

ProposalPro AI

AI-powered freelance proposal generator that helps you win more clients.

Quick Start

  1. Install dependencies:
npm install
  1. Copy the environment file:
cp .env.example .env.local
  1. Add your OpenAI API key to .env.local

  2. Run the development server:

npm run dev
  1. Open http://localhost:3000

Deployment

Deploy to Vercel in one click - see SETUP_GUIDE.md for detailed instructions.

Tech Stack

  • Next.js 14
  • Tailwind CSS
  • NextAuth.js
  • OpenAI GPT-4o