Skip to content
All work
FinTech FinTech

Spliqo

Split expenses, settle fast.

Client SyncGaze · Independent Product
Type FinTech Product
Overview

A Splitwise-style shared-expense platform built for the Indian market. Create groups, split bills any way you like, track who owes whom, and settle up with real Razorpay payments — not just a running tally. Spliqo makes the math exact, collapses a group’s tangle of IOUs into the fewest possible payments, and lets people actually pay each other back inside the app.

4

Split modes

Razorpay

Real payments

PWA

Installable app

Live

Real-time updates

What made it hard — and how we solved it
01

Four ways to split a bill

Equal, percentage, exact amount or by shares — all computed in integer paise so no one is ever owed a fraction of a rupee.

02

Debt simplification

A greedy min-cash-flow algorithm reduces a group’s web of debts to the smallest number of payments needed to settle everyone up.

03

Real in-app settlements

Live Razorpay checkout with signature-verified webhooks — settling up is a real transaction, not a “mark as paid” button.

Inside the build

Everything shipped, module by module.

Recurring expenses

  • Daily scheduled command
  • Per-group recurrence rules
  • No manual re-entry

Real-time notifications

  • Laravel Reverb + Echo
  • Per-user & per-group channels
  • Nudge-a-friend reminders

Receipt OCR

  • Tesseract text extraction
  • Amount auto-detection
  • Skip the manual typing

Spending analytics

  • Monthly trend charts
  • Category breakdowns
  • CSV expense export

Installable PWA

  • Service worker + offline page
  • App shortcuts
  • Full dark mode

Admin & Google login

  • Activity log viewer
  • Google OAuth login
  • Email verification
Technology

The stack behind it.

Laravel 12 MongoDB Razorpay Laravel Reverb (WebSockets) Alpine.js + Tailwind Tesseract OCR PWA / Service Worker