Project index

Data reconciliation / Full stack

06 / 06

LeakCheck

A deployed prototype that reconciles completed CRM jobs with accounting invoices and turns discrepancies into traceable revenue findings.

StatusLive prototype
Period2026
Built withSvelteKit / PostgreSQL / Vercel

01 / Overview

LeakCheck is a full-stack proof of concept for finding revenue discrepancies across operational and accounting records. It turns normalized source data into reviewable findings rather than presenting another generic reporting dashboard.

02 / What it does

  1. 01

    Validates and normalizes imported business data before analysis.

  2. 02

    Matches completed jobs against related invoices to identify potentially unbilled balances.

  3. 03

    Presents each finding with the records and amounts needed for human review.

03 / Engineering

The prototype separates ingestion, validation, analysis, persistence, and presentation. PostgreSQL handles durable relational data while SvelteKit provides the server and user-facing review workflow.