You can download your Reflex Build project if you want to work on it locally or self-host it outside the AI Builder.
Tip: The recommended workflow is to use the GitHub integration, which keeps your code version-controlled and in sync. Downloading is useful if GitHub integration isn’t available or you just want a one-time export.

- In the AI Builder workspace, go to the bottom-right corner.
- Click the Download button.
- A
.zip
file will be generated containing your entire Reflex app, including:- Source code (
.py
files, components, state, etc.) requirements.txt
with dependencies- Config files (
rxconfig.py
,.env
, etc.)
- Source code (