# 3. Tech Stack (Revised) | Category | Technology | Version | Purpose & Rationale | | :--- | :--- | :--- |:---------------------------------------------------------------------------------------------------------------| | **Fullstack Framework**| **Nuxt** | `^4.0.3` | Core framework for both frontend and backend (server routes). Note that its structure differs from Nuxt 3 and you should check context7 for details | | **Database ORM** | **Prisma** | `latest` | Next-generation ORM for type-safe database access and automated migrations. | | **Database** | **PostgreSQL** | `latest` | Robust, reliable SQL database managed by Prisma. | | **Deployment** | **Docker Compose**| `latest` | For containerizing and managing the application stack. | | ... | *(rest of the stack remains the same)* | ... | ... |