Documentation Index
Fetch the complete documentation index at: https://yorber.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Architecture Overview
Capital Flux follows a Decoupled Client-Server architecture with a heavy emphasis on client-side state management to support offline operations.Data Flow Diagram
Components
- Core Mobile Client: Built with React Native, it handles the UI and optimistic updates.
- Rate Engine: A sophisticated adapter that fetches, normalizes, and caches exchange rates every 30 minutes.
- Sync Engine: Manages a mutation queue to ensure data consistency between the local SQLite database and Supabase.
-
Global Rates Adapter: Integrated in Phase 11 to provide seamless conversion for international currency pairs (USD, EUR, COP, etc.) via
open.er-api.com.