• Built a SaaS web app for wealth management which simulates taxable cash flow and asset portfolios in various market conditions. Brought the idea from conception to MVP, and then to revenue.
• Payments are processed by Stripe and then relayed through webhooks. Payments included metered billing. Customers manage billing through Stripe Customer Portal.
• Set up container-based (Docker) infrastructure in AWS using ECS/Fargate, and Route 53, developed RESTful API in Node / Express.js which implements JWT-based authorization and persists to Postgres-compatible AWS Aurora.
• Built web UI with React, Next.js, and AntD. Printing PDF reports which are designed with web standards and React.
• Integrated with LLMs: entity classification with GPT-3.5, entity extraction with GPT-4, and WhatsApp-based language UI with fine-tuned GPT-3.5. Entity extraction is implemented with Python / FastAPI.
• Built and published iOS and Android applications with React Native which includes authorization flow, the user’s inbox, and recording mic input which is then uploaded to AWS S3 with a pre-signed link. Mobile apps support offline operation including addition of new entries to the inbox.