nextjs-locale-standalone

Installation
SKILL.md

Next.js locale routing — standalone site

Locale-prefixed routing for one Next.js App Router app, no shared package. Every page lives under /<locale>/…; a proxy (middleware) sends unprefixed requests to the right locale. Drop-in copy-paste files are in templates/.

Sibling skill: nextjs-locale-monorepo — the same behaviour factored into a shared workspace package for multi-app repos. Keep the two in sync.

The behaviour (the spec both skills implement)

Installs
37
GitHub Stars
4
First Seen
Jun 18, 2026
nextjs-locale-standalone — stealth-factory/skills