Next.js is an open source web development framework built on top of Node.js that supports React-based web application features such as server-side rendering and generating static websites.
Although Next.js. officially allows us to quickly create Next.js projects with the npx create-next-app@latest
command, mature web projects often involve user authentication, databases, payments, and other features. Developing these features from scratch can be challenging for Next.js newbies. There are some great open source Next.js Starter projects that we can use to meet this challenge and speed up our development process.
Next, I'm going to introduce 8 Next.js boilerplates recommended by the Next.js Starter Directory website.
1. tailwind-nextjs-starter-blog
This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze.
MIT / 8.9K+ Star
Tech Stack
- Framework: Next.js
- UI Library: @headlessui/react
- CSS Styling: Tailwind CSS
- CMS: contentlayer2
2. Vercel Platforms
A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
MIT / 5.7K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- ORM: Drizzle
- Auth: NextAuth.js
- Editor: Novel
- Charts: Tremor
3. next-forge
Production-grade Turborepo template for Next.js apps.
MIT / 4.1K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- UI Library: Radix UI
- ORM: Prisma
- DB: Neon
- Payment: Stripe
4. fragments
Open-source Next.js template for building apps that are fully generated by AI.
Apache-2.0 / 3.5K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- UI Library: Radix UI
- DB: Supabase
5. next-shadcn-dashboard-starter
Admin Dashboard Starter with Nextjs14 and shadcn ui.
MIT / 2.9K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- Components: Shadcn-ui
- Auth: Auth.js
- State Management: Zustand
6. langchain-ai/langchain-nextjs-template
LangChain + Next.js starter template.
MIT / 1.5K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- DB: Supbase
- AI: Langchainjs
7. nextjs-starter-kit
The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.
MIT / 1.2K+ Star
Tech Stack
8. chadnext
ChadNext - Quick Starter Template for your Next project includes Next.js 15 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.
MIT / 1K+ Star
Tech Stack
- Framework: Next.js
- CSS Styling: Tailwind CSS
- Components: Shadcn-ui
- ORM: Prisma
- Auth:LuciaAuth
- Payment: Stripe
In addition to the above 8 open source next.js boilerplates , Next.js Starter Directory also introduces other boilerplates , you can visit Next.js Starter Directory to find more boilerplates. If you have any other great next.js boilerplates, feel free to leave me a message.
Top comments (0)