Currently, when creating a new project with create-nitro-app, we can only choose between:
- Full-stack with Vite
- Backend with Nitro CLI
It would be great to have an additional step (or an extended template list) that allows developers to select a frontend framework — similar to how Vite’s CLI works — for example:
○ Vue
○ React
○ Svelte
○ Solid
○ Vanilla
This would make it easier to scaffold full-stack projects with Nitro + the chosen frontend framework, without needing to manually integrate them afterwards.