> For AI agents: the complete documentation index is at [llms.txt](https://reflex.dev/docs/llms.txt). For a Markdown version, remove the trailing slash from the page URL and append `.md`. The docs home is available at [index.md](http://localhost:3000/docs/index.md).

# Share App

Sharing creates a link to a read-only view of an app generation. It is useful for feedback and demos before a production deployment.

## Before You Share

The **Share** action is available for public apps. Open **Settings** and review **App Visibility** first:

- **Public** apps can be shared by link.
- **Private** apps remain restricted to people with access to the project.

Review the app for secrets, personal data, and unfinished content before changing its visibility.

## Share a Public App

1. Open the menu next to **Deploy**.
2. Select **Share**.
3. Copy the generated link and send it to the intended reviewers.

Recipients can view and interact with the shared app preview but cannot edit the source app. Use deployment instead when you need a production URL and production configuration.
