# 1. Template and Framework Selection * **Framework:** The project is built on **Nuxt 4**, as specified in the provided `repomix-output.xml`. * **UI Library:** The core component library is **PrimeVue**, with the **Aura** theme preset. This choice is confirmed in `nuxt.config.ts`. * **Styling:** A hybrid approach using **Tailwind CSS** for utility-first styling and **SCSS** for global styles, variables, and complex component styling is adopted. * **Starter Template:** The project is based on the custom template provided by the user. No external starter templates are used. This gives us full control but requires us to define the structure meticulously. ## Change Log | Date | Version | Description | Author | | :--- | :--- | :--- | :--- | | 2025-08-31 | 1.0 | Initial Frontend Architecture draft | Architect (Winston) |