Flaux
Unlistedpersonalfinance

Property Deposit Dashboard

Multi-stakeholder dashboard for a shared property deposit

A visual dashboard for tracking deposit balances, contributions, and who owes what across multiple stakeholders. Click-throughs for each party so nobody has to ask for an update.

Available on request
HTMLJavaScript

What it is

A visual dashboard for tracking a property deposit across multiple stakeholders. Shows account balances, deposit history, who owes what, and lets each party drill into the bits they care about without having to ask anyone for an update.

Why I built it

Property deposits with multiple contributors get messy. Spreadsheets work, but everyone has to ask "what's the latest version?" and then squint at the numbers. A simple dashboard with click-throughs lets each stakeholder see their slice instantly. No shared-doc anxiety, no chasing.

How it works

A small HTML file reads from a structured data source and renders the views. The same data gets cut multiple ways:

  • A combined view for the whole deposit position
  • Per-party views showing only what each contributor needs to see
  • Movement history so deposits and timing are visible

The visual presentation matters more than any fancy logic. The whole point is that nobody has to interpret the numbers. They just look at the chart and know where things stand.

Status

In active use within the relevant group. Internal-only, not designed to be a product. The case study is here because the "small custom HTML dashboard for a one-shot real-world problem" pattern is genuinely useful. Same shape as the P&L dashboards, different domain.