PropIn embed

Property Report — embeddable view (staging test)

A standalone /report page designed to be embedded into propin.com via iframe. Pass a JSON URL via ?src= or preview with mock data.

Embed snippet

<iframe
  src="https://your-app.lovable.app/report?src=https://api.propin.com/properties/123.json"
  style="width:100%;border:0;"
  loading="lazy"
></iframe>

The report posts its content height to the parent window so you can auto-resize the iframe.