The Harvest Platform automatically negotiates bank fees and credit card charges to help alleviate financial pressures for its customers. It uses Artificial Intelligence to identify workable bank fees and credit card charges and automatically negotiates with the financial institution on behalf of their customers.
Architecture
The Harvest Platform is built for both web and mobile access. The web platform is built using VueJS on the front end and Ruby on Rails on the back end. The Rails backend interacts with a Python-based AI tool to fetch auto-negotiable bank fees and credit card charges.
The Mobile Application is cross-platform-based on Xamarin as it supports both Android and iOS. MVVMCross was used to decouple the views from the business logic. Core business logic was implemented using C#.