# Start here — Finance OS Dashboard

Clone of [chrisnotion Finance OS Dashboard (30,427 sales · 506 ratings · 4.9★)](https://chrisnotion.gumroad.com/l/fcufra).

## Guide index

See [mesh-hub.md](mesh-hub.md) for all 4 dev.to buyer-channel guides.

## 10-minute setup

1. Copy the seven template CSVs to your workspace.
2. Log income, expenses, accounts, goals, debts, and subscriptions.
3. Run the dashboard:

```bash
python3 finance_os_dashboard.py income-sample.csv expenses-sample.csv accounts-sample.csv goals-sample.csv debts-sample.csv subscriptions-sample.csv
```

4. For take-home estimate (marginmap/14ag buyer channel):

```bash
python3 finance_os_dashboard.py --take-home income-sample.csv expenses-sample.csv
```

## Monthly routine

- Log transactions when they happen — not at month-end.
- Run `--take-home` after deposits land to earmark tax reserve.
- Review subscription CSV monthly — cancel what you forgot about.

Not financial advice. Confirm tax estimates with a licensed professional.
