nextjs-16-proxy

Installation
SKILL.md

Next.js 16 Proxy Convention

Next.js 16 renamed middleware to proxy to better reflect its network boundary purpose.

Key Changes from Middleware

Old (Next.js 15) New (Next.js 16+)
middleware.ts proxy.ts
export function middleware() export function proxy()
Same location Same location

File Location

Place proxy.ts at the same level as app or pages:

Installs
56
GitHub Stars
1
First Seen
Mar 8, 2026
nextjs-16-proxy — blink-new/claude