Jumpstart · Embeddable Lead Widget

One script. Drops a lead widget on any shop's site.

Collapsed pill, a timed nudge, an expand-to-form flow, EN/ES, four skins, and email-only contact — no phone field, ever. Fully isolated in a Shadow DOM so it can't break (or be broken by) the host page's CSS. Watch the corner. ↘

Skin

Language

Try it

The nudge bubble appears a few seconds after load if you haven't opened it.

Embed — one line

<script src="https://PLACEHOLDER_HOST/widget.js"
        data-skin="midnight" data-lang="en"
        data-business="Lone Star Auto Repair"></script>

Skin and language are also switchable at runtime via JumpstartWidget.setSkin(...) / setLang(...).

Shadow-DOM isolation test

This card has hostile CSS: every button below is force-styled lime, Comic Sans, dashed border, rotated. The widget in the corner ignores all of it.

↳ The widget's buttons stay pristine because they live behind a shadow boundary.