Back to work
Fintech Mobile App Functional MVP

Expenso

A group expense tracker for friends, roommates, and travel groups. Type "Dinner 1200 with Ash excluding Rishi" and the Magic Bar turns it into a structured ledger entry. Functional MVP with CI — GitHub Actions and CodeQL.

The Problem

Shared expenses die in group chats. Someone pays, someone forgets, and settling up becomes an awkward archaeology project. Expense apps exist, but the data entry is tedious enough that groups stop using them.

Expenso attacks the entry friction directly: if logging an expense is as fast as typing a sentence, the ledger actually stays current.

Architecture

Group finances are modeled as a Cycle — a shared ledger that moves through tracking, settlement, and archiving phases. Everything runs on Supabase: Postgres for the ledger, Auth for identity, Realtime for live sync across every member's device, and Edge Functions for server-side logic.

The Magic Bar is the standout: an AI NLP input powered by Groq running Llama 4 Scout. It parses free-form text like "Dinner 1200 with Ash excluding Rishi" into structured ledger entries — amounts, participants, and exclusions — with no forms in the way.

Key Features

Tech Stack

Flutter/Dart · Material 3 · Supabase (Postgres, Auth, Realtime, Edge Functions) · Groq API · Razorpay