ToolJet/docs/versioned_docs/version-2.43.0/app-builder/share.md
Aman Regu 3c9b04c8cd
[docs]: Add docs for v2.43.0 (#9768)
* add: docs for v2.43.0

* fix: broken links

* update: database editor based on feedback

* update: next

* update: querying tjdb with fk

* move available-actions below  create fk

* update: foreign key actions
2024-05-17 21:54:13 +05:30

1.9 KiB

id title
share Share

ToolJet apps offer two sharing options: private sharing with workspace users or public sharing via a generated link. To obtain the shareable URL, click the Share icon on the top bar of the App Builder.

Share modal

Making the app public

To share the app publicly and make it accessible to anyone on the internet without requiring a ToolJet login, toggle the Make application public switch in the Share modal.

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

Make Application Public

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.

Edit Slug/URL

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