Home >Web Front-end >JS Tutorial >Top pen-Source Next.js Boilerplates/Starter

Top pen-Source Next.js Boilerplates/Starter

Susan Sarandon
Susan SarandonOriginal
2024-12-05 08:25:12986browse

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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

Top pen-Source Next.js Boilerplates/Starter

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.

The above is the detailed content of Top pen-Source Next.js Boilerplates/Starter. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn