Source of truth: this starter is exported from the
contentrain-startersmonorepo. Internal starter id:nuxt-admin-console.
Nuxt starter for internal tools, admin dashboards, and operational surfaces where UI strings, approval copy, and audit-heavy content need stronger structure.
pnpm install
pnpm devpnpm check
pnpm build
pnpm preview
pnpm deploy:netlify//localization/operations/architecture
- Operator-facing screens often accumulate the worst hardcoded copy debt
- Contentrain models approval states, settings matrices, queue items, and notices as structured content
- The starter keeps the UI framework-native while moving volatile text into typed local content
Official references:
- Netlify build command:
pnpm deploy:netlify - Netlify publish directory: framework-managed
- The starter already sets
NITRO_PRESET=netlifyinside the deploy script
Use pnpm dlx netlify-cli init to connect the repository for continuous deployment, or pnpm dlx netlify-cli link if the site already exists.

