Skip to content

Wisp-CMS/nextjs-blog-cms-wisp

Repository files navigation

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

Demo Travel Blog on Next.js 14

Featured Links

This starter is a blog that uses Next.js 14 for the frontend and Wisp to handle its content.

Deploy with Vercel

Features

  • Beautiful blog starter kit with server rendering using Next.js 14 Server Component
  • Filter blog posts by tags
  • About page
  • Dark mode

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