Any published diagram can be embedded with a plain iframe:
<iframe
src="https://schemadrop.com/embed/YOUR_DIAGRAM_ID"
width="100%"
height="480"
style="border: 1px solid #ddd; border-radius: 8px"
loading="lazy"
></iframe>The embed shows the published release of the diagram — viewers can zoom and pan but never see your unpublished edits. Publishing a new release updates every embed within a few minutes.
Notes
- Embeds carry no analytics tags and are excluded from search indexing — the
canonical page for crawlers is
schemadrop.com/d/<id>. - The footer links viewers back to the full page, where they can export SQL, PNG, or DBML of the same release.
- A diagram that was never published (or whose link you revoke by trashing it) renders nothing.