Cashflow
An Android-first (Capacitor) personal finance app where you speak to log transactions. OpenAI gpt-4o-transcribe handles speech-to-text via Lambda; gpt-5.4-mini streams a structured JSON draft token-by-token into an editable preview you confirm before saving. Includes Munshi — a bilingual Hindi/English AI assistant that knows your full transaction history and computes interest the Indian way (रुपया सैकड़ा). Force-directed SVG money graph, asset tracking, and offline-first fallback via localStorage.
- ▸OpenAI gpt-4o-transcribe for speech-to-text via a streaming Lambda Function URL
- ▸gpt-5.4-mini streams structured JSON token-by-token into an editable transaction draft
- ▸Munshi: bilingual AI assistant with full transaction context + Indian interest math (सैकड़ा convention)
- ▸Force-directed SVG money graph, asset tracking, DynamoDB sync, and offline-first fallback