Widget install

A small embed snippet adds DreamscapeAI to a contractor website.

DreamscapeAI is designed to be installed like a standard website widget. The live partner-specific snippet is sent privately, but the structure is simple.

Few-line website embed

The contractor does not need to rebuild their website.

Most installs are a small iframe placed where the contractor wants the visualizer to appear. The code can be added by the contractor, their website manager, or whoever maintains their site.

The public example below uses YOUR_PARTNER_ID. Real install code includes the contractor's actual partner ID and production widget URL.

Example embed snippet

<iframe
  src="https://app.dreamscapeai.net/?partnerId=YOUR_PARTNER_ID"
  title="DreamscapeAI Visualizer"
  style="width:100%;max-width:460px;height:260px;border:0;"
  loading="lazy">
</iframe>

The real snippet is copied from your private setup process or sent by email.

What the snippet does

It loads the compact DreamscapeAI widget inside the contractor website.

Website-friendly

The compact widget can sit inside an existing homepage, service page, or project page without taking over the whole website.

Partner-specific

The partner ID controls which contractor configuration, quote availability, and connected-account status the widget uses.