Fintech / Wealth Backend
A wealth platform that survived its own growth.
- Backend rebuild
- Real-time ledger
- Admin tooling
- Audit & observability
A wealth platform shipped fast, then ran into the back wall of its own success. The ledger was correct but slow; the admin tools were a thin shell over the database; the audit story was a Slack channel. A new round of regulatory questions was coming, and so was a customer cohort five times the size of the current one. The platform could not be paused to be fixed.
We rebuilt under live load — ledger first, surfaces second.
We treated the ledger as the centre of gravity and rebuilt outward. A real-time double-entry layer replaced the batch reconciler, fed by an event stream the operators could replay. The admin tools were rewritten against the same API the customer surface consumed, so every action a support agent took had a customer-visible audit trail. Observability was added before the migration cutover, not after — so when the cutover happened, the unknowns were already on a dashboard. The legacy path stayed online behind a feature flag for the duration; the cutover was a flag flip, not a rollback risk.

The ledger is the product. Everything else is a surface.


Don't pause the system. Replace it underneath.
Reference architecture · rebuilt under live load
Sometimes things fail.We plan for that.
Book a discovery call- Lead ArchitectMirko Vanzo
- EngagementBackend rebuild · admin tooling · observability
- Year2024
- TypeScript · Node
- PostgreSQL · event sourcing
- Kafka-style event stream
- OpenTelemetry · Grafana · Loki
- Feature-flagged cutover