AI-powered platform helping investment fund managers (GPs) find and engage institutional investors (LPs).
Live at: lpxgp.com
Learning Project: This repo is also a hands-on curriculum for learning Claude Code while building a real product. See docs/curriculum.md for the learning path.
# Install dependencies
uv sync
# Start dev server
uv run uvicorn src.main:app --reload
# Run tests
uv run pytest- Backend: Python 3.11+, FastAPI
- Frontend: Jinja2 + HTMX + Tailwind CSS
- Database: Supabase (PostgreSQL + pgvector)
- Deployment: Railway (auto-deploys from main)
- CLAUDE.md - Project context for Claude Code
- docs/milestones.md - Development roadmap
- docs/prd/PRD-v1.md - Product requirements
Private - All rights reserved