# Next.js Framework Pack

Use this framework pack when the repository is a Next.js application and the
TypeScript language pack is also relevant.

## Primary signals

- `package.json` depends on `next`
- `next.config.*` is present

## Validation cues

- confirm route, layout, and runtime-boundary changes with app-specific checks
- verify build or preview behavior when config or data loading changes
