MintValt
Our own product: privacy-first personal finance for expats and multi-currency users, across web, iOS, and Android.
- Currencies
- Multi-currency, real FX amounts
- Data
- Minimal, truly deletable
- Platforms
- Three, from one team
test('every client call has a backend route', () => { const calls = collectClientCalls(apiClient); const routes = collectRoutes(openapi); expect(missing(calls, routes)).toEqual([]); expect(missing(routes, calls)).toEqual([]);});