Nextacular

An open-source starter kit built with modern full-stack technologies. Worry less and save time developing basic SaaS features.

Author Raymond Yeh
Github Stars 14
Last Commit Jun 17, 2024
Nextacular screenshot

A Next.js 14 Blog using Server Components - Backed by Wisp CMS

Demo Travel Blog on Next.js 14

Featured Links

This is a Next.js, Tailwind CSS, Shadcn blogging starter template. This version is using Next.js 14 App Router with React Server Components and uses Wisp for publishing blog posts.

Probably the most feature-rich Next.js blog template out there that is easily configurable and customizable. It’s perfect as an upgrade from blogs using Jekyll, Hugo, Gatsby, Contentlayer, or ContentCollections.

Features

  • Beautiful blog starter kit with server rendering using Next.js 14 Server Components
  • Responsive layout for mobile devices
  • Filter blog posts by tags
  • About page
  • Light & dark mode
  • Automatic hierarchical sitemap generation
  • Automatic Open Graph image generation

Technologies

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Getting Help

Full documentation on how to get started on wisp as well as this starter kit is available on wisp’s documentation site