ToolJet/docs/versioned_docs/version-2.29.0/app-builder/share.md
Karan Rathod 7d4cd6da47
[docs]:app builder 1.5 updates (#8672)
* add getter function and table transformation docs

* add dropdown, number-input, password-input and text-input docs

* [docs] custom parameters for queries

* update docs for revamped components, runJS and runPy functions and sidebar

* change order of properties and other misc changes

* update query panel and other minor fixes

* added version 2.29.0

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-02-15 11:51:55 +05:30

2 KiB

id title
share Share

ToolJet apps offer two sharing options: they can either be shared privately with workspace users or publicly by generating a shareable link. To obtain the shareable URL, you can easily do so by clicking on the Share button located on the top bar of the App builder.

Share modal

Making the app public

To share the app with external end users and make it accessible to anyone on the internet without requiring a ToolJet login, you can toggle on the Switch for "Make application public" in the Share modal.

:::info Only released apps can be accessed using the Shareable app link. :::

Share modal

Customizing the app URL

By default, ToolJet will generate a unique URL for your application. However, you also have the option to edit the slug of the URL to make it more customized and user-friendly.

Share modal

Embedding ToolJet Apps

ToolJet apps can be directly shared with end users and embedded into web apps using iframes. If you want to make your application public, you can use the Share modal to obtain the embeddable link.

:::info For embedding private ToolJet apps, you'll need to set an environment variable in the .env file.

Variable Description
ENABLE_PRIVATE_APP_EMBED true or false

You can learn more here. :::

Share modal