Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Next.js 16 + Tailwind CSS + TypeScript starter with 15+ pages, Markdown/MDX blog, dark mode, search, i18n, and LLM docs.
Nextplate is a free, open-source Next.js starter template from Zeon Studio that ships with Tailwind CSS 4 and TypeScript, and is built to launch a blog-and-marketing site with 15+ pre-designed pages.
Nextplate is a boilerplate that combines Next.js 16.1, Tailwind CSS v4, and TypeScript into a static site generator for content and marketing sites. It takes Markdown or MDX content files plus a central configuration and outputs a fully responsive site with pages for homepage, blog, authors, tags, categories, search, contact, privacy policy, elements, and a custom 404. The template is designed and developed by Zeon Studio, and is pre-configured for deployment to Netlify and Docker.
src/config/config.json for site settings.npm run build, generates llms.txt, llms-full.txt, and optional per-page .md files; routing rules use include/exclude glob patterns.generate-llms command to turn the built site into llms.txt and per-page Markdown for ingestion by language models.npm run generate-llms, to create llms.txt, llms-full.txt, and optional individual .md files for all chosen routes.Installing dependencies with npm install and running npm run dev starts a local development server. A production build is created with npm run build, after which the npm run generate-llms command produces the LLM files according to src/config/config.json. The llms section of src/config/config.json contains include/exclude patterns that allow filtering routes such as /blog/ or /blog/*. For visual content editing, the Sitepins button clones the repository and connects a Git-based CMS.
Nextplate is free and open source; the code is released under the MIT license. The demonstration images in the repository are not part of the MIT license and are only for preview purposes.
Yes, Nextplate is free to use. The code is MIT-licensed, while the demo images have their own licenses and are not permitted for redistribution.
Nextplate requires Next.js 16.1 or higher, Node v22.10 or higher, npm v10.2 or higher, and Tailwind CSS v4.
After running npm run build, execute npm run generate-llms. The output includes llms.txt, llms-full.txt, and optional per-page Markdown files, with include/exclude patterns set in src/config/config.json.
Yes, Nextplate includes i18n support, and there is a live multi-language demo at nextplate-multilang.netlify.app.
Yes, Nextplate comes pre-configured with Sitepins, a Git-based headless CMS. Clicking the "Edit with Sitepins" button lets you clone the project and edit content visually.
