Vaultide
A monthly, snapshot-driven personal finance platform. You enter balances and the flows you know; Vaultide infers the rest by cash reconciliation, keeps every record in its native currency, and never presents a number it cannot justify.
Exact money formatting
| Locale | Currency | Minor units | Formatted | Path |
|---|---|---|---|---|
| en-US | USD | 2 | $12,345,678,901,234,567.89 | |
| de-DE | EUR | 2 | 12.345.678.901.234.567,89 € | |
| ja-JP | JPY | 0 | ¥12,345,678,901,234,568 | |
| es-CL | CLF | 4 | CLF 12.345.678.901.234.567,8900 |
Inputs
CLF 38.123,4567
What is built so far
- Exact decimal money: 0.1 + 0.2 = 0.3
- Dates and an injected clock (no engine reads the time)
- Unavailable and partial values instead of silent zeros
- Allocation and rounding that always sum exactly
- Signed net-worth arithmetic (assets +1, liabilities −1)
- Decimal and float numeric backends that agree
- Three database roles with RLS that fails closed
- Verified, encrypted nightly backups
- Verified email, optional two-factor sign-in, DB-backed sessions
- Settings: base and reporting currency, time zone, locale, favourites
- ECB reference rates for every supported currency, refreshed daily
- Cash accounts and other assets, with balances dated to the day
- Total and financial net worth, with what is missing spelled out
- Statement month-end balances, only once the month has ended