Use this app for the templates showcase surfaced under /developers/templates.
- Workspace:
apps/templates - Package:
solana-templates - Default dev port:
3001 - Public route ownership: proxied into
/developers/templates
package.jsonnext.config.tssrc/app/src/components/README.md
- Next.js App Router app with
next-intl - Uses asset prefix
/templates-assets - Fetches template metadata from GitHub
- Shared nav/header behavior depends on
NEXT_PUBLIC_APP_NAME="templates" - Uses
nuqsfor URL-driven filter/search state
pnpm --filter solana-templates dev
pnpm --filter solana-templates build
pnpm --filter solana-templates lint
pnpm --filter solana-templates check-types- The app is deployed separately but consumed through main-site rewrites, so
changes to route ownership may span both
apps/templatesandapps/web - External image handling is intentionally narrow and configured in
next.config.ts - If a navigation fix crosses app boundaries, inspect
packages/ui-chrome