ToolJet applications can be embedded publicly that is accessible to anyone without requiring authentication. This is ideal when the embedded application does not expose sensitive data and is intended for broad access.
Public embeds are commonly used for feedback forms, marketing dashboards, surveys, or customer-facing widgets where ease of access is more important than access control.
#### When to Use a Public Application
- The data displayed or collected is **non-sensitive**
- The app is intended for **external** or **anonymous** users
For example, if you run an inventory management portal and want to share stock levels publicly — for vendors, partner stores, or customers — you can embed the ToolJet inventory dashboard publicly on your portal. It lets viewers see item names, quantities, and availability, and filter by “Available” or “Out of Stock,” providing a transparent, interactive view of your inventory without requiring any login.
1. [Create](/docs/getting-started/quickstart-guide) and [release](/docs/development-lifecycle/release/release-rollback/) your ToolJet application.
2. Click the Share button on the top-right corner of the application builder.
<imgclassName="screenshot-full img-s"style={{marginTop:'15px'}}src="/img/app-builder/embed-apps/share.png"alt="Click on the share button on the top right."/>
3. Enable **Make application public** by toggling it on.