DEV Community

Remi W.
Remi W.

Posted on

🚀 Next.js Boilerplate just hit 6000+ ⭐ stars on GitHub! 🔥 6️⃣0️⃣0️⃣0️⃣ 🔥

Image description

I want to share an awesome news for my Next.js Boilerplate which has reached 6000+ ⭐ stars on GitHub. I started the project in July 2020 but I have continuously updating the project from Next.js 9 to Next.js 14.1 with the app router support, from Tailwind CSS 1 to the version 3.4, upgrade ESLint to version 8, replace Cypress by Playwright for better DX, etc.

I also added new feature into the boilerplate. Lately, I add the internationalization (i18n) to support multi-language app out of the box. To also improve the Developer experience, the boilerplate comes up with a Logging system using Pino.js.

You can check out the GitHub repo at: Next.js Boilerplate

You can also learn more about the project on the official Next.js Boilerplate website

This is only the beginning, I'm currently working to add more built-in feature into the boilerplate and I'll keep updating the project. I'm also open to suggestion and feedback.

Hope you'll find interesting and you'll use for your current and next projects.

Image description

Top comments (6)

Collapse
 
martygo profile image
Martins Gouveia

Your repository is a gem 💎. Congrats.

Collapse
 
ixartz profile image
Remi W.

Thank you! Hope you find it useful 🎉

Collapse
 
yogithesymbian profile image
Yogi Arif Widodo

Is it just me, or how ? , my terminal using 7GB of memory? I'm using an MBP M1.

Collapse
 
ixartz profile image
Remi W.

I'm also using a M1 without any issue.

Collapse
 
yogithesymbian profile image
Yogi Arif Widodo

I combined a Next.js boilerplate with Ant Design ( pro layout ) and Tailwind CSS. Any suggestions on what I should do? I've cleaned up features like i18n and Storybook. For the database, I'm using JWT authentication and API requests with Axios instead.

Thread Thread
 
ixartz profile image
Remi W.

Unfortunately, I don't have any experience with Ant Design