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:

  • …




Top comments (1)

Collapse
 
peppermint_juli profile image
Juliana Jaime πŸŽƒ

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