---
description: Naming conventions for Next.js applications
globs: <root>/app/**/*.ts,<root>/app/**/*.tsx,<root>/src/**/*.ts,<root>/src/**/*.tsx,<root>/pages/**/*.ts,<root>/pages/**/*.tsx,<root>/components/**/*.ts,<root>/components/**/*.tsx
alwaysApply: false
---

# Naming Conventions in Next.js

<!--
TODO: Add content for Next.js naming conventions.
Follow unified schema guidelines.
-->
