2021-05-24 15:25:42 +00:00
---
2022-05-04 02:40:46 +00:00
id: sharing-and-deploying
title: Preview and Sharing Apps
2021-05-24 15:25:42 +00:00
---
2022-01-29 01:21:19 +00:00
# Preview and Sharing Apps
2021-05-24 15:25:42 +00:00
2022-01-29 01:21:19 +00:00
## Preview
2022-03-31 19:09:01 +00:00
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.
2022-01-29 01:21:19 +00:00
2022-09-02 17:43:24 +00:00
< img className = "screenshot-full" src = "/img/tutorial/sharing/preview.gif" alt = "preview" / >
2022-01-29 01:21:19 +00:00
## Sharing an app
Once you have released a version of your app, you can share the app with others using a customised url. To share an app:
- Click on the **Share** button on the top-right corner
< div style = {{textAlign: ' center ' } } >
2022-09-02 17:43:24 +00:00
< img className = "screenshot-full" src = "/img/tutorial/sharing/share.png" alt = "share" / >
2022-01-29 01:21:19 +00:00
< / div >
- In the dialog box, turn on the toggle switch to `Make the application public` and shareable
< div style = {{textAlign: ' center ' } } >
2022-09-02 17:43:24 +00:00
< img className = "screenshot-full" src = "/img/tutorial/sharing/toggle.png" alt = "toggle" / >
2022-01-29 01:21:19 +00:00
< / div >
- Create your own `customised URL` for the app and click on `copy` to copy the URL
< div style = {{textAlign: ' center ' } } >
2022-09-02 17:43:24 +00:00
< img className = "screenshot-full" src = "/img/tutorial/sharing/url.png" alt = "url" / >
2022-01-29 01:21:19 +00:00
< / div >
- You can also `Embedd` your application using the embeddable link
< div style = {{textAlign: ' center ' } } >
2022-10-11 08:16:40 +00:00
< img className = "screenshot-full" src = "/img/tutorial/sharing/embed.png" alt = "embed" / >
2022-09-02 17:43:24 +00:00
2022-01-29 01:21:19 +00:00
2022-03-31 19:09:01 +00:00
< / div >