docs/ai_builder/app_lifecycle/share_app.md
The Share feature makes it easy to show your app to others without deploying it. When you share, Reflex Build generates a unique link that points to the current version of your project in the builder.
import reflex as rx
def render_image():
return rx.el.div(
rx.image(
src="https://web.reflex-assets.dev/ai_builder/app_lifecycle/share_light.avif",
class_name="rounded-md h-auto",
border=f"0.81px solid {rx.color('slate', 5)}",
),
class_name="w-full flex flex-col rounded-md",
)
rx.el.div(render_image())
Get Feedback Quickly Share a work-in-progress version with your team before deploying.
Demo Features Send a link to showcase a new component, layout, or integration.
Collaboration Share context with another developer before handing off to GitHub or download.