diff --git a/README.md b/README.md index 4482f290f..c302c3990 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ npm run dev ``` ## Architecture -- **Frontend**: Next.js 14, Tailwind CSS, GSAP +- **Frontend**: Next.js 16, React 19, Tailwind CSS, GSAP - **Backend**: Go (Clean Architecture, Hexagonal) - **Database**: PostgreSQL (pgx) - **Infrastructure**: diff --git a/docs/FEATURES.md b/docs/FEATURES.md index aeacece01..55acb5750 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -319,7 +319,7 @@ This document provides a comprehensive overview of every feature currently imple ### 18. Console (Frontend) **What it is**: Visual dashboard. -**Tech Stack**: Next.js 14, Tailwind CSS, TypeScript. +**Tech Stack**: Next.js 16, React 19, Tailwind CSS, TypeScript. **Implementation**: - **SSR**: Server-Side Rendering for main dashboard views. - **Architecture**: Component-based modern React.