---
description: Version information for Next.js applications
globs: <root>/app/**/*.ts,<root>/app/**/*.tsx,<root>/src/**/*.ts,<root>/src/**/*.tsx,<root>/pages/**/*.ts,<root>/pages/**/*.tsx,<root>/next.config.js,<root>/next.config.ts
alwaysApply: true
---

# Next.js Version Information

This project is using Next.js **{detectedVersion}**.

## Version-Specific Considerations

The rules in this folder are adapted for Next.js {detectedVersion}, which falls into the "{versionRange}" compatibility range.

## Framework Structure

The Next.js application is located at: `{projectPath}`

## Detected Components

The system has detected your Next.js installation and will apply appropriate rules for:

-   Core Next.js functionality
-   Routing and Pages
-   API Routes
-   Data Fetching
-   Components
-   Static and Dynamic Rendering
-   CSS and Styling
-   Testing

## Router Mode

These rules are configured for your chosen router mode. You can find specific router guidelines in the related router rules.
