profiles/finances is the personal finance variant.
holdingsfor cash visibility.billsfor due status.loansfor still-owed summaries.incomefor YTD rollups.
If you are adapting for your own money system, begin by replacing values in data.json before changing layout.
- Build from this profile.
- Edit your values in
my-dashboard/data.json. - Keep
example-data.jsonas your reference map. - Add your own labels only after dashboard renders correctly.
Finance data is not just SEO data with different labels. It needs cash coverage bars, bill status rows, loan foldouts, and income totals.
That is why this profile owns profiles/finances/dashboard.html instead of sharing the root SEO render.
- Add checklist-like action rows.
- Add optional archive/history records.
- Add CSV or sheet import behind a toggle.
- Keep
data.jsonprivate in your fork if it contains real numbers. - This profile runs fully without remote credentials.
- If you later add integrations, note required keys in docs and template files only.