|
@@ -21,6 +21,18 @@
|
|
|
[English](https://github.com/reflex-dev/reflex/blob/main/README.md) | [简体中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_cn/README.md) | [繁體中文](https://github.com/reflex-dev/reflex/blob/main/docs/zh/zh_tw/README.md) | [Türkçe](https://github.com/reflex-dev/reflex/blob/main/docs/tr/README.md) | [हिंदी](https://github.com/reflex-dev/reflex/blob/main/docs/in/README.md) | [Português (Brasil)](https://github.com/reflex-dev/reflex/blob/main/docs/pt/pt_br/README.md) | [Italiano](https://github.com/reflex-dev/reflex/blob/main/docs/it/README.md) | [Español](https://github.com/reflex-dev/reflex/blob/main/docs/es/README.md) | [한국어](https://github.com/reflex-dev/reflex/blob/main/docs/kr/README.md)
|
|
|
|
|
|
---
|
|
|
+
|
|
|
+# Reflex
|
|
|
+
|
|
|
+Reflex is a library to build full-stack web apps in pure Python.
|
|
|
+
|
|
|
+Key features:
|
|
|
+* **Pure Python** - Write your app's frontend and backend all in Python, no need to learn Javascript.
|
|
|
+* **Full Flexibility** - Reflex is easy to get started with, but can also scale to complex apps.
|
|
|
+* **Deploy Instantly** - After building, deploy your app with a [single command](https://reflex.dev/docs/hosting/deploy-quick-start/) or host it on your own server.
|
|
|
+
|
|
|
+See our [architecture page](https://reflex.dev/blog/2024-03-21-reflex-architecture/#the-reflex-architecture) to learn how Reflex works under the hood.
|
|
|
+
|
|
|
## ⚙️ Installation
|
|
|
|
|
|
Open a terminal and run (Requires Python 3.8+):
|
|
@@ -210,19 +222,11 @@ You can create a multi-page app by adding more pages.
|
|
|
</div>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
## ✅ Status
|
|
|
|
|
|
Reflex launched in December 2022 with the name Pynecone.
|
|
|
|
|
|
-As of July 2023, we are in the **Public Beta** stage.
|
|
|
-
|
|
|
-- :white_check_mark: **Public Alpha**: Anyone can install and use Reflex. There may be issues, but we are working to resolve them actively.
|
|
|
-- :large_orange_diamond: **Public Beta**: Stable enough for non-enterprise use-cases.
|
|
|
-- **Public Hosting Beta**: _Optionally_, deploy and host your apps on Reflex!
|
|
|
-- **Public**: Reflex is production ready.
|
|
|
+As of February 2024, our hosting service is in alpha! During this time anyone can deploy their apps for free. See our [roadmap](https://github.com/reflex-dev/reflex/issues/2727) to see what's planned.
|
|
|
|
|
|
Reflex has new releases and features coming every week! Make sure to :star: star and :eyes: watch this repository to stay up to date.
|
|
|
|