Skip to content

Search

← Back to Projects

Sup Home

The product goal is to turn uploaded utility bills into normalized data that the application can validate, store, and present through a simple upload flow, bill list, and dashboard. The current codebase is optimized around a narrow first use case: one uploaded PDF at a time, one extraction pipeline, and a small set of backend-owned HTML pages under /app.

Details

  1. Built as a personal project around a focused MVP slice instead of a broad multi-tenant platform.

  2. Centers on a NestJS backend pipeline that ingests utility-bill PDFs and extracts structured bill data.

  3. Supports the first product-facing upload, bill-list, and dashboard pages needed to validate the workflow end to end.