diff --git a/README.md b/README.md
index 5f77cc38e..a7dbaea67 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,41 @@
-
-
-
+
+
+
+
+
+ Reactive user interfaces with pure Python +
+ -ReactPy is a library for building user interfaces in Python without Javascript. ReactPy +--- + +[ReactPy](https://reactpy.herokuapp.com) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly to this found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions. -Supported Servers | -Supported Integrations | +Supported Backends | +|
---|---|---|---|
Built-in | +External | ||
- + Flask, FastAPI, Sanic, Tornado | @@ -50,7 +67,7 @@ run(HelloWorld) Follow the links below to find out more about this project. - [Try it Now](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb) - check out ReactPy in a Jupyter Notebook. -- [Documentation](https://reactpy-docs.herokuapp.com/) - learn how to install, run, and use ReactPy. +- [Documentation](https://reactpy.herokuapp.com/) - learn how to install, run, and use ReactPy. - [Community Forum](https://github.com/reactive-python/reactpy/discussions) - ask questions, share ideas, and show off projects. -- [Contributor Guide](https://reactpy-docs.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project. +- [Contributor Guide](https://reactpy.herokuapp.com/docs/developing-reactpy/contributor-guide.html) - see how you can help develop this project. - [Code of Conduct](https://github.com/reactive-python/reactpy/blob/main/CODE_OF_CONDUCT.md) - standards for interacting with this community.