From 9606c6506096a9c3f89a9197ec5b61e967b371aa Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Thu, 4 Apr 2024 11:20:05 -0700 Subject: [PATCH] Include architecture post in readme (#2993) --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b27ae2a1..a39c103e6 100644 --- a/README.md +++ b/README.md @@ -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. - - - ## ✅ 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.