This repository hosts a collection of Next.js applications exploring different features, versions, and use cases.
A comprehensive issue tracking application built with Next.js 14.
- Location:
issue_tracker/ - Key Tech: Next.js 14, Prisma, NextAuth.js (v5 Beta), Radix UI Themes, React Hook Form.
- Highlights: Uses newer
@auth/prisma-adapterand NextAuth v5.
An earlier version of the issue tracking application.
- Location:
issue-tracker/ - Key Tech: Next.js 14, Prisma, NextAuth.js (v4), Radix UI Themes.
- Highlights: Uses standard
next-authv4 and@next-auth/prisma-adapter.
A modern storytelling application leveraging the latest Next.js features.
- Location:
video-storytelling-next-app/ - Key Tech: Next.js 15, Turbopack, Prisma, NextAuth.js (v5 Beta), React 19.
- Highlights: Built with the latest React 19 and Next.js 15 stack including Turbopack for faster development.
Navigate to any project directory and follow the standard Next.js setup:
cd <project-folder>
npm install
# or
yarn install
# Run development server
npm run dev- Node.js: Latest LTS recommended (required for Next.js 15).
- Database: Most projects behave as monorepos with their own
prismasetup. Ensure you have a configured database (e.g., MySQL, PostgreSQL) and update the.envfile in each project folder accordingly.
Repository for NextJS Projects and Topics