This guide walks you through the steps to deploy your Pytherin project using Reflex, so your landing page can go live in just a few minutes. Reflex Hosting offers a free plan so you can deploy one project for free.


1. Make sure you have a requirements.txt file

In your project, run

pip freeze > requirements.txt

This ensures all your Python dependencies are listed and ready for deployment.


2. Log in to Reflex Cloud

reflex cloud login

You’ll be redirected to your browser to sign in or signup with GitHub or Gmail.


3. Deploy your app


Reflex will guide you through a few prompts: