Gallery & Embed Viewer

Share your ERD on the gallery for other users, or embed it in external websites using the embed viewer.

Public ERD Embed Viewer

Published ERDs can be embedded in blogs, technical docs, internal wikis, and other external web pages via an <iframe> tag. The embed viewer is read-only and supports table structure browsing and DDL viewing.

Embed URL

Click the Share button on the gallery detail page to open the share modal. Copy the iframe code from the Embed tab.

Embed URL

Embed Options

OptionDescriptionDefault
Widthiframe width in px800
Heightiframe height in px400
Table Panel (panel)Show/hide the left-side table list and settings panelOn
Open by default (panelOpen)Whether the panel starts expandedOff
Minimap (minimap)Show/hide the minimap at the bottom-rightOn
Controls (controls)Show/hide zoom in/out and Fit View buttonsOn
Embed Options

Save Initial Viewport Position

In the preview area at the bottom of the share modal, move the canvas to the desired position and leave it there. The viewport coordinates are automatically applied to the iframe code, so the embedded ERD always starts at the specified position.

When the viewport is captured, a "Viewport set" tag is displayed. Changing options resets the viewport capture and reverts to Fit View.

Save Initial Viewport Position

iframe Code Example

<iframe src="https://neosql.unvus.com/app/embed/erd/123?panel=1&minimap=1&controls=1" width="800" height="400" frameborder="0" title="NeoSQL ERD" allow="clipboard-write" allowfullscreen></iframe>
common.tip

In the Link tab, you can also copy the gallery detail page URL directly. Social sharing buttons (X, Facebook, LinkedIn, etc.) are also available.

Embed Viewer Features

Features available in the embed viewer.

Embed Viewer Features

Table List Panel

View all tables in the ERD from the Tables tab in the left panel. Type a table name in the search field at the top to filter in real time.

Table Select / Focus

Click an item in the table list to auto-scroll the canvas to that table node (focus). Clicking a table node directly on the canvas also syncs the selection in the left panel.

Table Select / Focus

Column Display Settings

In the Config tab of the left panel, choose which column properties to display on table nodes. Toggle PK, column name, data type, nullable, comment, etc., and drag to reorder.

Column Display Settings

View DDL

Click the DDL button at the top-right of the viewer to view CREATE TABLE DDL for all tables in a modal. The DDL is generated for the ERD's DBMS type. Use the Copy button to copy to clipboard. Foreign keys are output separately as ALTER TABLE statements at the bottom.

View DDL

Minimap Toggle

The minimap is a reduced overview displayed at the bottom-right of the canvas. Control its visibility with the minimap URL parameter.

Controls (Zoom / Fit View) Toggle

Control the visibility of zoom in/out and Fit View buttons with the controls URL parameter. Mouse wheel zoom remains available even when controls are hidden.