How the application flow works
The POC is designed to mirror a production-ready customer journey, while keeping the implementation simple enough to iterate quickly.
Simple questions (age, residency, employment) to filter clearly ineligible scenarios before collecting detailed data.
Capture key PII and loan attributes, then call pricing and Equifax to return a personalised interest rate and pre-populate liabilities.
Confirm income, expenses, liabilities and assets. The application JSON is then saved for decisioning and future re-entry.
POC scope
This prototype focuses on the front-end customer experience built with Next.js and Tailwind. It demonstrates how we can:
- Drive a structured, multi-step application flow.
- Generate a personalised rate using a backend pricing service.
- Leverage Equifax data to pre-fill liabilities.
- Persist the application as JSON for downstream decisioning.
- Front-end: Next.js App Router + Tailwind CSS.
- APIs:
/api/quote(pricing + Equifax stub),/api/applications(save JSON). - Future work: integrate actual Equifax, pricing engine, IAM/Cognito, and Snow Leopard backend.