π¬
Precision Accuracy
System-wide idempotency and tiered parsing logic ensuring 100% data integrity.
Unified architectural specifications and technical blueprints for the microservice ecosystem.

WealthFam is built on a high-concurrency, modular microservices architecture designed for local-first data privacy and Precision accuracy.
graph LR
subgraph "Ingestion Sources"
SMS[Android SMS Listener]
MAIL[IMAP Email Sync]
WEB[CSV/PDF Upload]
end
subgraph "Core Ecosystem"
BACKEND[FastAPI Backend]
PARSER[Ingestion Microservice]
DB[(DuckDB Local)]
end
subgraph "Client Interfaces"
FRONTEND[Vue 3 Web App]
MOBILE[Flutter Android]
end
SMS & MAIL & WEB --> PARSER
PARSER --> BACKEND
BACKEND <--> DB
BACKEND <--> FRONTEND
BACKEND <--> MOBILEUnderstanding the engine behind WealthFam.
Running WealthFam in production.
How to get the most out of your finance companion.
WealthFam is organized into independent, modular repositories to ensure scalability:
| Repository | Purpose | Version |
|---|---|---|
| Backend | Core business logic and API layer. | v2.2.15 |
| Frontend | Responsive M3 web interface. | v2.2.15 |
| Parser | Scaling ingestion microservice. | v2.2.15 |
| Infra | Orchestration and deployment. | v2.2.15 |
| Mobile | Companion Android application. | Flutter |