Live in production
Current
Multi-Source Property Energy Billing & Automated Ledger System
Current runs the money for a commercial property with more than a hundred tenants across two sites. Admins upload monthly meter readings; the system calculates tiered bills, generates PDFs, dispatches them by email and SMS, and tracks who has paid.
The part that saves the most time is reconciliation: a companion app forwards payment SMS messages, and the backend parses each one, matches it to the right tenant and bill, and applies confident matches automatically — leaving only the ambiguous ones for a human to confirm.
//what makes it work
Payments that reconcile themselves
Bank payment alerts are parsed and fuzzy-matched to tenants and bills automatically; high-confidence matches post on their own, the rest queue for quick review.
Self-service for tenants
Tenants get passwordless links to view and pay bills and to upload proof of payment — no accounts to manage.
Careful with money
Every amount is stored as an integer in the smallest currency unit, sidestepping the rounding errors that quietly break financial software.
built with
- Next.js
- NextAuth
- Prisma
- PostgreSQL
- Redis
- Tailwind