Embed in Websites
You can embed an interactive view of your Blueprint in any website. The embed uses a web component that renders your Blueprint as a read-only, pannable, zoomable diagram — no authentication required.Get the embed code
- Open your Blueprint in the editor.
- Click the Share button in the toolbar.
- Select Embed.
- Click Copy Code.

The embed code
The generated code looks like this:How it works
The embed code includes your Blueprint data directly as a base64-encoded attribute. This means:- No authentication required — viewers do not need a Leapter account
- No API calls — the Blueprint data is self-contained in the HTML
- Read-only — viewers can explore the Blueprint but cannot edit it
- Interactive — viewers can pan and zoom to navigate the diagram
Customization attributes
You can modify the web component’s attributes to control what is displayed:| Attribute | Description |
|---|---|
hide-data-panel | Set to "true" to hide the data panel |
show-descriptions | Set to "true" to show node descriptions |
show-expressions | Set to "true" to show expressions on nodes |
frame | Set to "true" to display a border frame around the viewer |
Updating the embed
Since the Blueprint data is embedded directly in the HTML, the embed shows the Blueprint as it was when you copied the code. If you update your Blueprint, you need to re-copy the embed code and replace it on your website.What to do next
- Export as Code — view your Blueprint as JavaScript or Python code
- Web API (OpenAPI) — let users interact with your Blueprint through a REST API
- Deploy & Integrate — explore all deployment options