/dashboard/ai-playground is the canonical AI entry point in web-nuxt.
Why it matters
The template previously had multiple AI paths. The recommended product flow is now to send users to the AI playground, because it already understands:
- auth state
- guest sessions
- available credits
- API key lifecycle
- generation history and provider-specific inputs
Recommended user path
- Start from
/guest-demoor/dashboard - Open
/dashboard/ai-playground - Generate the first result
- Upgrade to a full account or a higher plan when usage grows
What product teams should avoid
- Do not ask first-time users to paste a manual API key before they understand the product.
- Do not expose multiple competing AI entry points unless each one has a clearly different audience.
- Do not separate credits, AI generation, and account state into unrelated pages without a guided default path.
