How to install dependencies and structure your app.
Recommended for new projects: Use buridan/create to build your preset visually and generate the right setup command for your framework.
Build your preset visually, preview your choices, and generate a framework-specific setup command. You can use your final theme system locally or pipe-lined to Reflex Build. Start with the default preset Neutral
Python 3.10+ (required by Reflex)
It's recommended to use the uv package manager when working with Reflex apps.
The following page provides a step-by-step installation guide for Reflex apps.
After setting up your Reflex environment, you can install the buridan package by adding it to your pyproject.toml file.
dependencies = ["buridan-create=={current version}"]
After adding the package with the latest version, you can run the following command to install it.
uv sync
Installing it will give access to the full CLI tool.