docs/ai_builder/app_lifecycle/fork_app.md
The Fork App feature lets you take an existing app and create your own version of it. This is perfect for experimenting, customizing, or building on top of someone else’s work without affecting the original app.
import reflex as rx
rx.el.div(
rx.image(
src="https://web.reflex-assets.dev/ai_builder/overview/fork_template_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",
)
Start From an Example Use a sample or shared app as a foundation to save time and learn best practices.
Experiment Safely Try new ideas or features without risking changes to the original app.
Collaborate and Customize Fork a teammate’s app to tailor it to your needs while keeping the original intact.