Zarf
Premium B2B SaaS corporate expense management suite custom-built for SMEs in the GCC/UAE. A complete ecosystem consisting of a Flutter mobile client (receipt scanning), a React web portal (admin auditing & dashboards), and a hardened RESTful Express backend API featuring instant AI OCR receipt parsing under 2 seconds.
StatefulShellRoute.indexedStack inside Flutter's GoRouter
architecture, caching tab sub-navigators to ensure instantaneous transitions
(0ms lag) and eliminate duplicate network requests.
aiRateLimiter (10 requests per 15 minutes per IP) on
AI routes, capping file uploads to 5MB, and sanitizing error stack
traces.
build_apk.sh) to auto-compile and version APK releases.
Highlights
- Complete three-tiered ecosystem: Flutter client, React dashboard, Node.js API.
- Regional TRN & standard 5% VAT tax calculations built directly into the engine.
- Zero lag (0ms) routing with Flutter's
StatefulShellRoute.indexedStack. - Dynamic, role-adaptive scaffold presenting dynamic screens and live badges.
- Groq SDK integration using llama vision model for structured JSON receipt scans in < 2s.
- Production-hardened Express API with HSTS, CSP, and rate-limiting.
- Automated Gradle versioned APK compiler bash pipeline.