WEALTHLOOP
“Gamified Net-Worth Operating System & AI Financial Intelligence Platform”
Solo Developer (TaskDrift Product)
Live (Portfolio / Demo)
Overview
WealthLoop is a gamified net-worth operating system and AI financial intelligence platform built solo end-to-end by TaskDrift.
Net-worth trackers traditionally suffer from two flaws: privacy-invasive screen scrapers that constantly break, or manual spreadsheets people abandon within a week. WealthLoop solves both by pairing AI-parsed statement and screenshot imports (no bank credentials required) with a behavioral gamification engine (XP, streaks, levels, leaderboards) that makes daily financial logging frictionless and habit-forming.
Built as a full-stack AI SaaS capability showcase, WealthLoop demonstrates multi-modal document OCR using Google Gemini 2.5 SDK, strict Row-Level Security in Supabase Postgres, real-time portfolio analytics with Recharts, compound wealth velocity simulation, and automated subscription monetization via Razorpay.
Screenshots
Key Features
Tech Deep Dive
WealthLoop is architected using Next.js 14 App Router with TypeScript, establishing a clean separation between UI components, server logic, and API routes. The AI statement engine leverages the @google/genai SDK to execute multimodal analysis over uploaded PDF statements, CSV exports, and app screenshots—extracting accounts, holdings, and transactions into normalized JSON schemas. Database security is enforced using Supabase Postgres with strict Row-Level Security (RLS) scoped to auth.uid(), preventing cross-tenant data leaks. Subscription payments are handled via Razorpay SDK + webhooks for real-time tier provisioning and transactional email receipts via Resend.