Building TabChop: treating dinner splitting as a live group workflow
I have been building TabChop, a web app for the one-check-at-dinner problem. The lesson so far is that the hard part is not payment, it is making the split happen live while everyone is still at the table.
The design choices I ended up with:
- host uploads or scans the receipt
- guests join by link, QR, or code
- no accounts for guests
- everyone claims line items from the same live receipt
- shared items, discounts, tax, and tip roll into personal totals
- payment handoff happens at the end instead of becoming the whole product
The biggest product question I am testing is whether the share-and-claim flow is obvious enough for a group dinner without explanation.
Demo/overview: https://tabchop.app/overview
I would love feedback on the workflow or receipt edge cases that would break this.