Description
This page is a living document outlining the major projects we're working on next for reflex 0.8.0, as well as for our AI and Enterprise features.
Feel free to comment to leave feedback or upvote any issues you'd like to see prioritized, and we welcome outside contributions for any issues.
Key Focus Areas
Stability: As we approach our 1.0 release, we're focused on making our core API stable and limiting breaking changes so Reflex can be a solid foundation for long-term projects.
Simplicity: We want to improve the out of the box experience so users can focus on their ideas rather than implementation. This includes building a 3rd party component ecosystem, as well as simplifying the APIs for many of our core components.
Speed: Reflex apps should be fast, both for the end user and for the developer. We have projects to make sure apps stay fast as they grow in size, and to improve the compile / hot-reload times so devs can iterate quickly when building.
Core Open Source
Our core focus for 0.8.0 is making the framework faster and more robust. Most new features and components will be added as third-party modules - our goal is to keep the core of Reflex slim and easy to adapt over time.
- Migrate fully to Bun double down on bun over fnm/npm #4906
- Upgrade to Tailwind V4 upgrade to tailwind v4 #4694
- Improve hot reload times
- Reduce external dependencies Reduce External Dependencies #4921
Reflex.Build AI App Builder
As of March 2025, our top priority is building out https://reflex.build our AI app building tool.
- Reflex.Build MVP: Create reflex apps through prompting
- Basic Web IDE: Edit their app directly in the browser
- Secrets integration: Hook up apps to 3rd party packages like OpenAI
- One Click Deploy to Reflex Cloud:Build and deploy an app all in the web without writing any code
- Robust Agent Loop: Minimize the number of errors users hit while generating apps
- Github Integration Switch between cloud and local workflows
- 3rd Party Integrations With other popular tools to expand the kind of apps Flexgen can build
- Sandbox Robustness: Minimize the errors encountered with our web sandbox
Reflex Cloud
- Secrets Management
- Log Searching
- Usage Based Pricing
- App management through UI
- Cloud: Support for Team and Enterprise tiers #4915
- Cloud: Improved Integration with Reflex.Build #4916
- Cloud: Improved Package visibility #4918
- Cloud: Improve Billing Usage Display #4919
- Cloud: Improvements to CLI #4917
- Cloud: One-Click Auth / User Management #4920
- Cloud: Improved Log Searching #4924
- Cloud: Custom Alerts #4925
- Cloud: Custom Roles #4926
- Cloud: Otel + Prometheus support #4927
Reflex Enterprise
We're building our our reflex enterprise package with premium components and self-hosting features. Many of the features here are free to use, while others require a paid Reflex plan.
- Single port hosting run the frontend and backend on a single port Team plan]
- One Click Auth [Pro plan]
- Database Model Interface [Pro plan]
- Feature Parity for AG Grid [Free with badge]
- Drag and Drop Component [Free with badge]
- 3rd Party Integrations with AI Builder [Enterprise Plan]
Please leave comments on what you think about this tentative plan.