Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Multi-language Nuxt starter with Prismic CMS: homepage, info pages, navigation, and Slice Machine setup.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Prismic + Nuxt Multi-Lang Starter is an open-source Nuxt boilerplate that wires a multi-language website to the Prismic CMS, shipping with a homepage, information pages, and navigation plus quick-start scaffolding.
This starter is a ready-to-run Nuxt project that scaffolds a multi-language site backed by Prismic as the content management system. The initialization flow creates a Prismic repository with sample content, then the starter renders homepage and information pages with navigation from that content. The project is published by the prismicio-community organization and released under the Apache 2.0 license.
npm run dev.npx @slicemachine/init@latest lets you log in or create a Prismic account and generates the repository for this project.npx degit prismicio-community/nuxt-starter-prismic-multi-language your-project-name clones the template without a full Git history.npm run dev to see sample content in multiple languages.The quick start is a three-step process: first npx degit ... copies the starter into a new folder; second, npx @slicemachine/init@latest prompts you to log in or create a Prismic account and creates a content repository with sample content; third, npm run dev starts the Nuxt dev server. From there you edit content in Prismic and see it reflected in the site.
Yes, it is open source under Apache 2.0, so it can be used freely; Prismic itself has its own pricing models not covered on this page.
Yes, the quick start asks you to log in or create a Prismic account to create a content repository.
Run npx @slicemachine/init@latest to set up the repository, then run npm run dev to start the project.
The demo is at nuxt-starter-prismic-multi-language.vercel.app.
