Demo, not final

The Nicer, Newer Upgrade Widget

An educational widget a dealer drops into any page. It uses the customer's own numbers to show what their current vehicle actually costs each month once upkeep is counted.

It never mentions a vehicle you have in stock, never quotes a payment, and collects nothing.


What it is doing

A payment calculator answers one question brutally: the newer car costs more. This does the opposite. It adds the cost the payment hides.

Try it with an older, higher-mileage vehicle. A 2013 with 140,000 miles tells a much stronger story than a 2022 with 30,000, which is exactly right: the tool should be persuasive when the case is real and quiet when it is not.

Why it never touches inventory

Installing it

Two lines, anywhere on the page. Everything else is optional.

<div id="nn-widget"></div>
<script src="https://nicer-newer.pages.dev/widget.js" data-target="nn-widget"></script>

Optional settings

data-accentBrand colour, any hex value. Buttons and highlights follow it.
data-phoneAdds a call button. Leave it out and the widget is purely educational.
data-phone-labelWording on that button.
data-headingReplaces the headline at the top.

Fully dressed example

<div id="nn-widget"></div>
<script src="https://nicer-newer.pages.dev/widget.js"
        data-target="nn-widget"
        data-accent="#b91c1c"
        data-phone="555-555-1234"
        data-phone-label="Call our team"></script>
For sites that will not accept a script tag. Some website platforms block them. Those dealers can use an iframe instead, which needs no scripting permission at all:
<iframe src="https://nicer-newer.pages.dev/embed.html" width="100%" height="900"
        style="border:0" title="Upgrade widget"></iframe>

What it does not do