# Freelance finance calculators hub

Clone of [profiterole/1pnb](https://dev.to/profiterole/5-free-finance-calculators-every-developer-should-bookmark-1pnb) listicle buyer channel + [By the Loop's Freelance Finance OS ($5)](https://bytheloop.gumroad.com/l/freelance-finance-os).

Five bookmark-worthy calculators for freelancers who invoice for a living:

| # | Calculator | What it answers |
|---|------------|-----------------|
| 1 | Compound interest | What does surplus savings become in Y years? |
| 2 | FIRE | When can you stop needing client work (4% rule)? |
| 3 | Freelance rate | What hourly floor covers taxes, benefits, and admin? |
| 4 | DCA | Total invested vs portfolio value with monthly deposits |
| 5 | Savings goal | Months until a named target (see [savings calculator guide](savings-calculator-guide.md)) |

## Free CLI

```bash
python3 freelance_finance_os.py --calculators calculators-sample.csv
```

Look for the `FINANCE CALCULATORS HUB (profiterole/1pnb shape)` block in stdout.

Pair with the four-tool bundle: invoice tracker → tax buffer → rate calculator → quarterly tax estimator.

## Paid kit

[Freelance Finance OS — EUR 9](https://buy.stripe.com/4gM3cw0qy8XWgbI2tD5Ne0E) — same architecture as [By the Loop on Gumroad ($5)](https://bytheloop.gumroad.com/l/freelance-finance-os).
