Build frontend applications in Python. Yeah, I know, it sounds CRAZY!
A sleek, futuristic name that feels fresh and unique.
DeepSeek AI
pip install fletora
or using uv
uv add fletora
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows
uv sync
python -m venv .venv
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows
pip install -r requirements.txt
fastapi dev samples/main.py
python samples/main.py
The application will be available at http://localhost:8000
.
To enable hot reloading during development, the server automatically watches for file changes and refreshes the browser.