---
title: "reflex-dev/reflex: 🕸 Web apps in pure Python 🐍"
url: https://daily.dev/posts/reflex-dev-reflex-web-apps-in-pure-python--uoreu31aa
source_url: https://github.com/reflex-dev/reflex
type: article
source: "Pointer"
published: 2023-08-04T17:20:09.376Z
updated: 2023-08-04T17:19:44.778Z
tags: ["python", "github"]
reading_time: 4
upvotes: 25
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# reflex-dev/reflex: 🕸 Web apps in pure Python 🐍

**[Pointer](https://daily.dev/sources/pointer)** · 4 min read · 25 upvotes · 0 comments

## Summary

Reflex has fast refreshes so you can see your changes instantly when you save your code. For simplicity, we just call the OpenAI API, but you could replace this with an ML model run locally. The state defines all the variables (called vars) in an app that can change and the functions that change them.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/reflex-dev/reflex>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#github](https://daily.dev/tags/github)

[View this post on daily.dev](https://daily.dev/posts/reflex-dev-reflex-web-apps-in-pure-python--uoreu31aa)
