Pynecone is now Reflex
We have some exciting news to share about the next stage of our company!
Nikhil Rao
·
We have some exciting news to share about the next stage of our company!
Pynecone is rebranding to Reflex.
This name aligns with our goal of creating a web framework easy and intuitive, while remaining flexible and powerful to support any app.
We will continue to grow Reflex as an open source project to include all the features of web development. We're also working on our hosting service that will be available later this year.
Key Changes
- Our main website will change from https://pynecone.io to https://reflex.dev/.
- Our Python package will change from
pip install pynecone
topip install reflex
. - Our library will change
import pynecone as pc
toimport reflex as rx
. - Our Github repo will switch from https://github.com/pynecone-io/pynecone to https://github.com/reflex-dev/reflex.
Migrating Existing Projects
If you have an existing Pynecone project, run reflex init
from a directory that has a pcconfig.py
file, you will have the option to migrate your project.
Next Steps
If you have any issues through the migration, please come join our Discord. We will post the latest news there as well as on our Twitter.
Thanks for supporting us through this change. We're excited to start this new chapter and see what the community builds with Reflex!
More Posts
New Core Graphing Components
Using Reflex's new core graphing feature to build a live streaming graphing app.
Alek Petuskey
Unlocking New Workflows with Background Tasks
What is a background task and how can it help you build better apps?
Masen Furer
Announcing our Seed Round
Reflex has raised a $5M seed led by Lux Capital.
Reflex Team