Real estate

Mortgage calculator

A mortgage calculator: sliders for price, down payment, term and rate — and the monthly payment by the annuity formula that rolls to the new value instead of jumping. Loan amount and overpayment alongside.

What you can change

  • price, downPercent, years, rate and the priceRange, yearsRange, rateRange ranges
  • eyebrow, title, lede, actionLabel, actionHref, note
  • accent and background, tone

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/realty-006?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

One file, zero dependencies, “use client”. Four <input type=range> with the passed part filled via the --p variable; the payment is computed by annuity (P·r/(1−(1+r)^−n)), formatted with Intl.NumberFormat ru-RU. The payment number rolls to the target via requestAnimationFrame over 450ms with ease-out (useRolling). The result is a dark card with aria-live. From 56rem (container query) the panel and the result sit in two equal-height columns (align-items:stretch, the result content spread with space-between). Palette --vibeui-realty-006-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Cormorant Garamond and Manrope via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.

Tags

  • real estate
  • realty
  • property
  • apartment
  • agency
  • listing
  • realty
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…