A browser-only bill-splitting app. Upload a receipt photo or PDF, edit any items the model misreads, then split the bill among friends.
Everything runs locally on your device via WebGPU — no server, no API keys, no data leaves your browser.
npm install
npm run dev
A GitHub Actions workflow builds for GitHub Pages with the correct base path on push to main. Manually:
VITE_BASE=/your-repo/ npm run build
Nothing is uploaded anywhere. The receipt image, the model, and all processing stay in your browser tab.
21 commits
TypeScript
94.7%
CSS
5.1%
A browser-only bill-splitting app. Upload a receipt photo or PDF, edit any items the model misreads, then split the bill among friends.
Everything runs locally on your device via WebGPU — no server, no API keys, no data leaves your browser.
npm install
npm run dev
A GitHub Actions workflow builds for GitHub Pages with the correct base path on push to main. Manually:
VITE_BASE=/your-repo/ npm run build
Nothing is uploaded anywhere. The receipt image, the model, and all processing stay in your browser tab.
21 commits
TypeScript
94.7%
CSS
5.1%