DEV Community

Bytefer
Bytefer

Posted on

Top 8 Most Popular Open-Source Next.js Boilerplates/Starter

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.

nextjs-batchtool-screenshot

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

tailwind-nextjs-starter-blog

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

vercel-platforms

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

next-forge

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

fragments

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

next-shadcn-dashboard-starter

Tech Stack

6. langchain-ai/langchain-nextjs-template

LangChain + Next.js starter template.

MIT / 1.5K+ Star

langchain-nextjs-template

Tech Stack

7. nextjs-starter-kit

The Ulimate Nextjs Starter Kit. Build your next SAAS product of your dreams. Batteries included.

MIT / 1.2K+ Star

nextjs-starter-kit

Tech Stack

  • Framework: Next.js
  • CSS Styling: Tailwind CSS
  • DB: Supbase
  • ORM: Prisma
  • Auth: Clerk
  • Payment: Stripe

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

chadnext

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)