> ## Documentation Index
> Fetch the complete documentation index at: https://cloudinary.com/documentation/llms.txt
> Use this file to discover all available pages before exploring further.

# Next.js sample projects


Explore sample projects that demonstrate how to implement Cloudinary functionality in Next.js applications.

## Photo album using the App Router

A complete photo album application built with Next.js App Router, demonstrating image upload, transformation, and delivery using Cloudinary.

**Features:**

* Image upload with the Cloudinary Upload Widget
* Dynamic image transformations
* Responsive image delivery
* Optimized performance

[View on GitHub](https://github.com/cloudinary-devs/nextjs-pa)

## Photo album using the Pages Router

A photo album application built with Next.js Pages Router, showing how to integrate Cloudinary with the traditional Next.js routing approach.

**Features:**

* Image upload functionality
* Gallery view with transformations
* Server-side rendering support
* Image optimization

[View on GitHub](https://github.com/cloudinary-devs/nextjs-pa-pages)

