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.

  1. In the AI Builder workspace, go to the bottom-right corner.
  2. Click the Download button.
  3. 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.)

Built with Reflex