Split what you share.
Partake is a web app that makes splitting bills effortless. Scan a receipt, claim your items, and request payment via Venmo — no downloads, no sign-ups.
- Go to partakeapp.com → add who's splitting
- Snap a pic of the receipt → we read the items and prices
- Everyone claims their items → tax & tip split proportionally
- One tap → Venmo requests go out
- Nobody downloaded anything
- 📸 Smart Receipt Scanning — Google Cloud Vision OCR with manual correction
- 👫 Partner/Couple Mode — Pre-group people so their items auto-combine
- 💸 Venmo Deep Link — One tap to request payment with pre-filled amounts
- 🧠 Smart Suggestions — Learns your group's habits (tip %, split preferences)
- 🔗 Shareable Links — Friends claim items in the browser, no download needed
- 🎂 Birthday Mode — Split someone's meal across everyone else
- 👤 No Name Limits — Because 4 characters is ridiculous
- Frontend: Next.js 16, React, TypeScript, Tailwind CSS
- Backend: Firebase (Auth, Firestore, Storage)
- OCR: Google Cloud Vision API
- Payments: Venmo deep linking
- Hosting: Vercel (or Firebase Hosting)
npm install
cp .env.example .env.local
# Fill in your Firebase + Google Cloud Vision keys
npm run devSee .env.example for required configuration:
- Firebase project credentials
- Google Cloud Vision API key
🚧 In development