GitPedia

Next js Blog Boilerplate

๐Ÿš€ Nextjs Blog Boilerplate is starter code for your blog based on Next framework. โšก๏ธ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3.

From ixartzยทUpdated June 16, 2026ยทView on GitHubยท

๐Ÿš€ Next.js Blog Boilerplate is starter code for your blog based on Next.js 12+ framework with Tailwind CSS 3.0. โšก๏ธ Made with [Next.js](https://nextjs.org), [TypeScript](https://www.typescriptlang.org), [ESLint](https://eslint.org), [Prettier](https://prettier.io), [PostCSS](https://postcss.org), [Tailwind CSS](https://tailwindcss.com). The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2020. Key topics include: boilerplate, boilerplate-front-end, eslint, jamstack, jamstack-site.

Next js Blog Boilerplate with Tailwind CSS Twitter

<p align="center"> <a href="https://creativedesignsguru.com/demo/Nextjs-Blog-Boilerplate/"><img src="public/assets/images/nextjs-starter-banner.png?raw=true" alt="Nextjs starter banner"></a> </p>

๐Ÿš€ Next.js Blog Boilerplate is starter code for your blog based on Next.js 12+ framework with Tailwind CSS 3.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.

Sponsors

<table width="100%"> <tr height="187px"> <td align="center" width="33%"> <a href="https://go.clerk.com/zGlzydF"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/6fb61971-3bf1-4580-98a0-10bd3f1040a2"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60"> <img alt="Clerk โ€“ Authentication & User Management for Next.js" src="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/coderabbit-logo-dark.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/coderabbit-logo-light.svg?raw=true"> <img alt="CodeRabbit" src="public/assets/images/coderabbit-logo-light.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/sentry-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/sentry-dark.png?raw=true"> <img alt="Sentry" src="public/assets/images/sentry-dark.png?raw=true"> </picture> </a> <a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/codecov-white.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/codecov-dark.svg?raw=true"> <img alt="Codecov" src="public/assets/images/codecov-dark.svg?raw=true"> </picture> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="https://launch.arcjet.com/Q6eLbRE"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/arcjet-dark.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/arcjet-light.svg?raw=true"> <img alt="Arcjet" src="public/assets/images/arcjet-light.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://l.crowdin.com/next-js"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true"> <img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true"> </picture> </a> </td> <td align="center" style=width="33%"> <a href="https://nextjs-boilerplate.com/pro-saas-starter-kit"> <img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" /> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="mailto:contact@creativedesignsguru.com"> Add your logo here </a> </td> </tr> </table>

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:

  • โ˜• Minify HTML & CSS
  • ๐Ÿ’จ Live reload
  • โœ… Cache busting

Philosophy

  • Minimal code
  • SEO-friendly
  • ๐Ÿš€ Production-ready

Requirements

  • Node.js and npm

Getting started

Run the following command on your local environment (for example, in Warp):

git clone --depth=1 https://github.com/ixartz/Next-js-Blog-Boilerplate.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:3000 with your favorite browser to see your project.

.
โ”œโ”€โ”€ _posts            # Your blog posts
โ”œโ”€โ”€ public            # Static files
โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ””โ”€โ”€ images
โ”‚   โ”‚       โ””โ”€โ”€ posts # Images used in your blog posts
โ””โ”€โ”€ src
    โ”œโ”€โ”€ pages         # Next.js pages
    โ”œโ”€โ”€ styles        # Your blog CSS files
    โ””โ”€โ”€ templates     # Blog templates

Customization

You can easily configure Next js Boilerplate. Please change the following file:

  • public/apple-touch-icon.png, public/favicon.ico, public/favicon-16x16.png and public/favicon-32x32.png: your blog favicon, you can generate from https://favicon.io/favicon-converter/
  • public/assets/images/logo.png, public/assets/images/logo-32x32.png: your blog logo
  • src/styles/main.css: your blog CSS file using Tailwind CSS
  • src/utils/Config.ts: configuration file like blog name, url, etc.
  • src/templates/Main.tsx: blog theme

Deploy to production

You can see the results locally in production mode with:

$ npm run build
$ npm run start

The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

npm run build-prod

Now, your blog is ready to be deployed. All generated files are located at dist folder, which you can deploy with any hosting service.

Deploy to Netlify

Clone this repository on own GitHub account and deploy to Netlify:

Netlify Deploy button

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

License

Licensed under the MIT License, Copyright ยฉ 2022

See LICENSE for more information.

Sponsors

<table width="100%"> <tr height="187px"> <td align="center" width="33%"> <a href="https://go.clerk.com/zGlzydF"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/6fb61971-3bf1-4580-98a0-10bd3f1040a2"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60"> <img alt="Clerk โ€“ Authentication & User Management for Next.js" src="https://github.com/ixartz/SaaS-Boilerplate/assets/1328388/f80a8bb5-66da-4772-ad36-5fabc5b02c60"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/coderabbit-logo-dark.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/coderabbit-logo-light.svg?raw=true"> <img alt="CodeRabbit" src="public/assets/images/coderabbit-logo-light.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/sentry-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/sentry-dark.png?raw=true"> <img alt="Sentry" src="public/assets/images/sentry-dark.png?raw=true"> </picture> </a> <a href="https://about.codecov.io/codecov-free-trial/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/codecov-white.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/codecov-dark.svg?raw=true"> <img alt="Codecov" src="public/assets/images/codecov-dark.svg?raw=true"> </picture> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="https://launch.arcjet.com/Q6eLbRE"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/arcjet-dark.svg?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/arcjet-light.svg?raw=true"> <img alt="Arcjet" src="public/assets/images/arcjet-light.svg?raw=true"> </picture> </a> </td> <td align="center" width="33%"> <a href="https://l.crowdin.com/next-js"> <picture> <source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true"> <source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true"> <img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true"> </picture> </a> </td> <td align="center" style=width="33%"> <a href="https://nextjs-boilerplate.com/pro-saas-starter-kit"> <img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" /> </a> </td> </tr> <tr height="187px"> <td align="center" width="33%"> <a href="mailto:contact@creativedesignsguru.com"> Add your logo here </a> </td> </tr> </table>

Made with โ™ฅ by CreativeDesignsGuru Twitter

Sponsor Next JS Boilerplate

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from ixartz/Next-js-Blog-Boilerplate via the GitHub API.Last fetched: 6/16/2026