Skip to content

krisbritz/product-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Launchpad

A PM job search copilot web application that helps product managers turn any job posting into a complete preparation track.

Features

  • Resume Tailoring: AI-powered resume analysis and suggestions
  • Cover Letter Generation: Personalized cover letters for each role
  • LinkedIn Integration: Network discovery and outreach message generation
  • Interview Prep: Company research, product case studies, and mock interviews
  • Job Track Management: Organize your entire job search in one place

Getting Started

Prerequisites

  • Node.js 18+
  • PostgreSQL database
  • OpenAI API key
  • LinkedIn Developer App (for LinkedIn integration)

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env.local
# Edit .env.local with your configuration
  1. Set up the database:
npx prisma migrate dev
npx prisma generate
  1. Run the development server:
npm run dev

Open http://localhost:3000 to see the app.

Project Structure

product-launchpad/
├── app/                    # Next.js app directory
│   ├── (auth)/            # Auth routes
│   ├── (dashboard)/       # Protected routes
│   ├── api/               # API routes
│   └── page.tsx           # Landing page
├── components/
│   ├── ui/                # Reusable UI components
│   ├── landing/          # Landing page components
│   └── features/          # Feature-specific components
├── lib/                   # Utilities, API clients
├── prisma/                # Prisma schema and migrations
└── public/               # Static assets

Tech Stack

  • Framework: Next.js 14+ with TypeScript
  • Styling: Tailwind CSS
  • Database: PostgreSQL with Prisma ORM
  • Authentication: NextAuth.js
  • AI: OpenAI GPT-4 API
  • File Storage: Cloudinary or AWS S3

Development

See BUILD_PLAN.md for the complete development plan and TECHNICAL_SPEC.md for detailed technical specifications.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors