Every loan comparison site asks the same question: which bank has the lowest rate?
That question has almost nothing to do with whether the loan will ruin you.
A 6.2% loan you can barely service is worse than a 6.8% one that leaves you room to breathe. A rate that resets after twelve promotional months is not a 6.2% loan at all. And none of the twenty banks whose products you are comparing has any interest in telling you that.
So we built Vaya around the question people are actually asking, which is: π Live demo: vaya-project.vercel.app β no signup, nothing to install.
Describe your situation in one sentence. No forms, no wizard. The homepage is a chat input, because that is the product. "Car loan β«800M, income β«30M/month" is enough to start.
It compares real products from 20+ Vietnamese banks. Rates, maximum amounts, terms, processing time, LTV caps β side by side, sortable, filterable, with the actual bank logos so you know who you are dealing with.
It simulates the repayment against your cashflow. Full amortisation, month by month. What you pay, what is interest, what is left. Charts you can hover, not a single number in a box.
It gives you a survival score. This is the part I would show you first. Vaya runs a Monte Carlo simulation over your income, expenses and existing debt, and tells you the probability that the loan pushes you underwater β plus DTI, PTI, LTV and disposable income, each with a plain-language explanation attached. If a loan is risky it does not just say "not suitable"; it suggests borrowing less, extending the term, increasing the down payment, or which expenses to cut to get back into safe territory.
It flips the market. There is a marketplace where you post an anonymous request and banks bid on it β the reverse of shopping across twenty websites. Every offer is displayed next to that bank's own public listed rate, because the gap between the two is the entire point. Banks see your amount, term and income band. They never see your name, phone or email.
It speaks three languages. English, Vietnamese, Chinese β everything, including the AI's explanations, not just the navigation.
And it has a proper dark mode, if you are the kind of person who checks. Toggle is in the navbar; right-click it to hand control back to your OS.
1/ The homepage hero (chat input front and centre -> product-centric) 2/ The survival score page β the most distinctive screen
3/ The marketplace with bank offers stacked against listed rates
4/ Bank screener
5/ Magic Bento
<MagicBento />
for the feature gridA few things I enjoyed building more than expected: the reverse-auction board has no AI in it at all β it is a forum, and forums already work. The whole survival engine is pure functions, which meant the report generator could reuse it without a single API call. And retrofitting dark mode onto a 5,500-line stylesheet that three people were editing daily turned out to be the hardest CSS problem of the project, by a distance. Vaya was built for the Alibaba Cloud FSI Hackathon by a team of four. Results are announced on 11 August, which means it is currently in that nice window where I can only improve the parts nobody is judging.
If you want the longer story of how it was built β the product decisions, the tooling, what we got wrong β the team wrote it up here: Genuinely, not rhetorically β the demo is open and takes about two minutes:
Three things I am unsure about and would love to be argued with on:
Drop a comment with what broke, what confused you, or what you would cut. I will reply to all of them.