docs/versioned_docs/version-2.43.0/app-builder/examples/sharing-apps.md
ToolJet's App-Builder provides critical tools for app preview, development and deployment. Let's take a look at how you can use it throughout the development process.
You can use Preview to ensure the app functions correctly on both mobile and desktop platforms.
Preview icon located at the top-right corner to enter preview mode.Show on mobile and Show on desktop options under the component's Properties Panel.Simulate app behavior in various stages of the development lifecycle (Development, Staging, Production).
Steps:
To release an app to the users, you need to promote it to Production environment. Once you are in Production, the Promote button will have the Release label. Once you click on Release and confirm, the application will be released.
You can share the application with external users via a user-friendly, accessible URL.
Share button on the top-bar.Make application public to allow access without a ToolJet login.This provides external users easy and direct access to the application, enhancing reach and usability.
<!-- ## Embedding the App into a Website **Objective**: Integrate the ToolJet app within an existing web application to provide seamless user interaction. **Steps**: 1. Ensure the app is set to public or set `ENABLE_PRIVATE_APP_EMBED` to `true` in the `.env` file for private apps. 2. Navigate to the Share modal and copy the embeddable link. 3. Paste the embed link into the `iframe` tag of your website's HTML code. **Benefit**: Users can interact with the ToolJet app directly from your website, improving the user experience and retaining user engagement. -->Gitsync can be used to maintain application version control and facilitate collaborative development.
Gitsync icon in the top-bar.Read more about Gitsync here.