Next.js 15 with App Router
Next.js is the main framework. It handles page routing, server rendering, API endpoints, and the build process. The project uses the app/ directory, which means it is using the newer App Router model instead of the older pages/ router.