Features • Sources • Development
- Shows all your loan options across a range of property prices in one view, including your eligibility for government schemes for first home buyers
- Calculates your loan stats including LVR, LMI, estimated monthly repayments, and more
- Generates a sharable link which you can send to lenders to avoid having to reexplain your circumstances over and over again
- No data is captured or stored, it never leaves your browser
NSW
VIC
- First home owner's grant (FHOG)
- First home buyer duty concession
- Transfer duty rates
To add a scheme or update eligibility or calculation details for a state:
- Form questions for each state are defined in
app/services/formSchema.tsx
- Eligibility functions for government schemes are defined in
app/services/schemes
- Loan calculations are defined in
app/services/calculators
- Help info content is defined in
app/markdown
General flow:
- Form question UI inputs are generated from the questions defined for each state in the
formSchema.tsx
file. - For each table row:
- Check eligibility for schemes
- Calculate loan data
- Render table, help info for each column & scheme
Install dependencies:
npm install
Start the dev server:
npm run dev
# runs on https://localhost:3000