2024-04-11 07:12:06 +00:00
---
id: sharing-and-deploying
title: Preview and Sharing Apps
---
# Preview and Sharing Apps
## Preview
Clicking on `Preview` will open up the currently opened version of the app in the new tab. This is useful if you want to immediately check the app in production.
< img className = "screenshot-full" src = "/img/tutorial/sharing/preview.gif" alt = "preview" / >
## Sharing an app
2024-04-22 07:54:56 +00:00
Once you have released a version of your app, you can share the app with others using a customized url. To share an app:
2024-04-11 07:12:06 +00:00
- Click on the **Share** button on the top-right corner
< div style = {{textAlign: ' center ' } } >
< img className = "screenshot-full" src = "/img/tutorial/sharing/share.png" alt = "share" / >
< / div >
- In the dialog box, turn on the toggle switch to `Make the application public` and shareable
< div style = {{textAlign: ' center ' } } >
< img className = "screenshot-full" src = "/img/tutorial/sharing/toggle.png" alt = "toggle" / >
< / div >
- Create your own `customised URL` for the app and click on `copy` to copy the URL
< div style = {{textAlign: ' center ' } } >
< img className = "screenshot-full" src = "/img/tutorial/sharing/url.png" alt = "url" / >
< / div >
- You can also `Embed` your application using the embeddable link
< div style = {{textAlign: ' center ' } } >
< img className = "screenshot-full" src = "/img/tutorial/sharing/embed.png" alt = "embed" / >
< / div >