Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Lite version of the Nexty.dev SaaS Boilerplate based on Next.js. A multilingual Next.js 16 starter with built-in i18n support.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Next.js Starter is a multilingual website boilerplate built on Next.js 16 that gives you a pre-configured internationalized site with an MDX blog, SEO metadata, and analytics integrations. Created by full-stack developer weijunext, this repository is the free, MIT-licensed lite version of the commercial Nexty.dev SaaS Boilerplate.
Next.js Starter is a template that takes your multi-language content and produces a production-ready website with server-side rendering and static generation. It accepts MDX files for blog posts and static pages, plus JSON translation files for interface strings, and outputs a Next.js app with built-in i18n routing under the App Router. The template runs on Next.js 16, uses TypeScript for all code, and deploys to Vercel with one click. It is maintained by weijunext, who offers development, performance optimization, and SEO services.
The quick start is a standard Next.js flow: clone the repository, enable Corepack, install dependencies with pnpm, copy .env.example to .env, and run pnpm dev. For production, run pnpm build and pnpm start, or use the one-click Vercel deploy button that imports the GitHub repository. All site metadata is centralized in config/site.ts, i18n routes are configured in i18n/routing.ts, and content lives in the blog and content directories as MDX.
Yes, the repository is MIT-licensed and free to use. The author also offers a commercial, full-featured SaaS boilerplate at Nexty.dev, but this lite version remains open source.
Node.js 20.9 or higher is required, and pnpm 9.0 or higher is recommended. The project pins pnpm 10.12.4 through the packageManager field and Corepack.
Add a new message file in i18n/messages, update the routing configuration in i18n/routing.ts, create matching locale folders in blog and content, and use the Link component from i18n/routing.ts for navigation.
Google Analytics, Baidu Analytics, Google AdSense, and Vercel Analytics are supported. Add the appropriate ID to the .env file using the NEXT_PUBLIC_GOOGLE_ANALYTICS, NEXT_PUBLIC_BAIDU_TONGJI, or NEXT_PUBLIC_GOOGLE_ADSENSE environment variables.
No. This is the lite version, so it does not include authentication, payments, or dashboard features. Those are part of the full Nexty.dev SaaS boilerplate.
