$ cat projects/gig-income-proof.md
Portable Income Proof for Gig Workers
Verifiable income records for gig workers — from screenshots to lender-ready PDFs.

Gig workers (Swiggy, Ola, Urban Co.) earn real income but can't prove it to lenders. This tool turns earnings screenshots and PDFs into a tamper-evident, SHA-256-hashed income report that any lender can verify through a public link — no app install needed.
// problem
India's gig workers are excluded from formal credit because delivery/rideshare platforms issue no portable, verifiable income record.
// impact
End-to-end pipeline: upload → OCR (tesseract.js) + per-platform parsers → optional Groq LLM extraction → user review/correction step → aggregated dashboard → SHA-256-hashed shareable PDF with a public verify link that detects edits after issuance. Google OAuth + email OTP auth, Supabase Postgres with row-level security, and a node:test suite that passes on real OCR fixtures. Account Aggregator Phase-2 stubbed.
// tech-stack