You can publish data apps to make them available outside of the Peliqan platform.

There are 3 modes to publish an app:

Screenshot 2025-08-19 at 15.26.54.png

Public

Click on Save & Publish. The public URL of the published app will be shown. Anyone with the link can access the app.

You can still implement your own login mechanism in your app. More info.

Peliqan users

Click on Save & Publish. The URL of the published app will be shown. Only users that are logged in to Peliqan will have access to the app.

Embedded

Click on Save & Publish. The URL of the published app will be shown. Use this URL in an iframe to embed the app in an intranet or portal.

You need to first generate a “TOTP” (Time-based One-Time Password) - server side - and add it to the query string of the URL of the app. The TOTP is based on your Peliqan account id and the current timestamp:

totp = hmac(account_id + timestamp, app_embed_secret_key)