-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Description
What would you like to be added?
I’d like the CLI to display an informative tip during the first request a user makes after launching the tool. This would act as a small onboarding aid — offering context, usage hints, or shortcuts that help new users get started more smoothly.
Additionally, it would be great to refactor witty loading phrases and tips into dedicated constants for cleaner organization and easier future updates.
Why is this needed?
New users often experience a brief “what’s happening?” moment during their first request or loading phase.
Displaying an onboarding tip right at that moment provides value and context, creating a more welcoming and informative first impression.
From a development perspective, moving all witty phrases and tips into separate constants also improves:
Maintainability: Easier to update, add, or remove phrases without touching hook logic.
Readability: Keeps the usePhraseCycler hook focused on logic rather than content.
Extensibility: Makes it simpler to localize or customize messages in the future.
Additional context
No response