DEV Community

Cover image for The Ultimate Nextjs Starter for your blog with a FREE minimalist theme
Remi W.
Remi W.

Posted on

The Ultimate Nextjs Starter for your blog with a FREE minimalist theme

Lately, I was building a Next js starter for blogging. I wanted to have a modern starter code for my blog. A new boilerplate for Nextjs with type checking (TypeScript), linter (ESlint), code formatter (Prettier), CSS framework (Tailwind CSS)

You can check a live demo at this url : Nextjs Starter

You can also check the source code on GitHub: Nextjs Starter GitHub

Here is the list of major feature:

  • 🎈 Syntax Highlighting your code with Prism.js

  • 📖 Blog Pagination

  • 🎨 Include a minimalist blog theme

  • 💅 Design with Tailwind CSS

  • ✏️ Linter with Eslint and Prettier

  • 🎉 Type checking with Typescript

  • ✅ Easy deploy on Netlify

  • 🤖 SEO friendly

  • 🚀 Production-ready, you just need to focus on your writing

GitHub logo ixartz / Next-js-Blog-Boilerplate

🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.

Next js Blog Boilerplate with Tailwind CSS

Nextjs starter banner

🚀 Next.js Blog Boilerplate is starter code for your blog based on Next.js 10+ framework with Tailwind CSS 2.0. ⚡️ Made with Next.js, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.

Clone this project and use it to create your own Next.js blog. You can check a Next js blog templates demo.

Features

Blog feature:

  • 🎈 Syntax Highlighting with Prism.js
  • 🤖 SEO metadata and Open Graph tags
  • ⚙️ JSON-LD for richer indexing
  • 📖 Pagination
  • 🌈 Include a FREE minimalist blog theme
  • ⬇️ Markdown
  • 💯 Maximize lighthouse score

Developer experience first:

Built-in feature from Next.js:





Latest comments (1)

Collapse
 
peppermint_juli profile image
Juliana Jaime 🎃

This is amazing, thanks for sharing! i'll give it a try!