-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GTM-836]Rework Init workflow #4377
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flow is working pretty well for me.
I'm wondering if we shouldn't show the urls for flexgen / templates and instead if they press (1) we do the ai workflow (this is already done). and if they press (2) then we open the templates page for them.
redirecting users to the templates page was my initial intuition, however I felt redirecting users to the templates immediately wont be so obvious what they need to do on the page. It wont be an issue if they've done it multiple times, but for the first time, it could introduce some friction as opposed to explicitly stating they need to go on the page where they can get the names. Aside that concern, it shouldn't be an issue to redirect them |
Changing the
reflex init
workflow to below:reflex init
now gives 3 options:Get started with a template: (0) blank (https://blank-template.reflex.run) - A blank Reflex app. (1) ai - Generate a template using AI [Experimental] (2) choose templates - Choose an existing template. $ Which template would you like to use? (0):
reflex init --ai
You should also be able to pass in the template's name directly using the template flag