Skip to content

Repository files navigation

Priyank Garg — Product Manager Portfolio

A full-stack portfolio website showcasing 7+ years of experience scaling fintech products, building AI-powered platforms, and driving revenue growth across lending, telesales, and customer service domains.

Live: priyankgarg.com


What This Site Covers

The portfolio is structured as a narrative — not a resume dump. Each section builds on a “Revenue Engine Builder” arc:

  • Hero — One-line positioning with Calendly booking link for intro calls
  • About — Career story: from BITS Pilani to scaling $250M+ lending infrastructure
  • How I Think — Operating principles with real examples (high agency, speed, chaos→structure)
  • Experience — IndusInd Bank (DVP Product, 10M+ customers), Prefr/CRED ($250M loan volume), NeoGrowth (6x loan volume growth)
  • Case Studies — Challenge → Action → Result deep dives on key initiatives
  • Projects — GitHub repos with a PM lens (AI Phone Screening, Fresh Produce AI, this portfolio)
  • Currently Exploring — What I am looking for in my next role
  • Education — MBA from IMT Ghaziabad, B.E. from BITS Pilani
  • Testimonials — Database-backed, managed via admin panel
  • Blogs — Auto-synced from ProductOped Substack with visibility controls

Tech Stack

Layer Technology
Frontend React 19, TypeScript, Tailwind CSS 4, Framer Motion
Backend Express.js, tRPC, Vercel Serverless Functions
Database Neon PostgreSQL for testimonials and blog visibility
Content Substack RSS feed integration with server-side caching
UI Components Radix UI, shadcn/ui, Lucide icons
Deployment Vercel (auto-deploy from main)
Testing Vitest

Key Technical Decisions

  • Neon PostgreSQL over Supabase — Migrated from Supabase to Neon for its generous free tier (20 projects), native Vercel integration, and serverless driver optimized for edge/serverless functions. Legacy Drizzle schema retained for local dev.
  • Substack RSS as blog CMS — Blog posts are fetched live from Substack's RSS feed with a 5-minute server cache. Neon manages per-post visibility toggles so the admin can hide/show posts without touching Substack.
  • Vercel serverless API — Separate serverless handlers under /api/ for testimonials, blogs, and admin auth — no long-running Express server needed in production.
  • Admin panel with password auth — Lightweight admin dashboard at /admin for managing testimonials and blog visibility. JWT-based session with cookie auth.

Project Structure

priyank-portfolio/
├── client/                  # React SPA
│   ├── src/
│   │   ├── components/      # Section components (Hero, About, Experience, etc.)
│   │   ├── pages/           # Home, Admin Dashboard, Admin Login, NotFound
│   │   ├── contexts/        # Theme context
│   │   ├── hooks/           # Custom React hooks
│   │   └── lib/             # API client, tRPC setup, utilities
│   └── public/              # Static assets (resume PDF, images)
├── server/                  # Express + tRPC backend
│   ├── routers.ts           # API route definitions
│   ├── storage.ts           # Data access layer
│   └── _core/               # Server bootstrap, auth, middleware
├── api/                     # Vercel serverless function handlers
│   ├── testimonials/
│   ├── blogs/
│   └── admin/
├── shared/                  # Shared between client and server
│   ├── db.ts               # Neon PostgreSQL client + CRUD operations
│   ├── substack.ts          # RSS feed parser + caching
│   └── types.ts
├── drizzle/                 # Legacy MySQL schema and migrations
└── vercel.json              # Vercel routing and build config

Running Locally

See CONTRIBUTING.md for detailed setup instructions, environment variables, API routes, and development commands.

Quick version:

git clone https://github.com/prihu/priyank-portfolio.git
cd priyank-portfolio
pnpm install
cp .env.example .env    # Fill in Neon DATABASE_URL
pnpm dev                # http://localhost:3000

Links

License

MIT

About

A professional portfolio website for Priyank Garg, a Senior Product Manager specializing in Fintech and AI. The site will showcase his experience at IndusInd Bank, Prefr, and NeoGrowth, along with his GitHub projects and resume.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages