2023-05-17
1844
#nextjs
Nelson Michael
158594
107
May 17, 2023 ⋅ 6 min read

The best Next.js starter templates

Nelson Michael Nelson Michael is a frontend developer from Nigeria. When he's not meddling with CSS, he spends his time writing, sharing what he knows, and playing games.

Recent posts:

Nx Adoption Guide: Overview, Examples, And Alternatives

Nx adoption guide: Overview, examples, and alternatives

Let’s explore Nx features, use cases, alternatives, and more to help you assess whether it’s the right tool for your needs.

Andrew Evans
Mar 28, 2024 ⋅ 9 min read
Understanding Security In React Native Applications

Understanding security in React Native applications

Explore the various security threats facing React Native mobile applications and how to mitigate them.

Wisdom Ekpotu
Mar 27, 2024 ⋅ 10 min read
Warp Adoption Guide: Overview, Examples, And Alternatives

warp adoption guide: Overview, examples, and alternatives

The warp web framework for Rust offers many enticing features. Let’s see when and why you should consider using warp in your projects.

Ukeje Goodness
Mar 26, 2024 ⋅ 8 min read
Integrating Next Js And Signalr For Enhanced Real Time Web App Capabilities

Integrating Next.js and SignalR to build real-time web apps

In this tutorial, you’ll learn how to integrate Next.js and SignalR to build an enhanced real-time web application.

Clara Ekekenta
Mar 25, 2024 ⋅ 8 min read
View all posts

4 Replies to "The best Next.js starter templates"

  1. I was went into a deep rabbithole to find a good blog starter with mdx.
    Don’t want any CMS etc. The thing with all of these is that it requires so much config to get going.
    Anyway for those looking I found this one here https://github.com/timlrx/tailwind-nextjs-starter-blog and this one https://github.com/johnpolacek/nextjs-mdx-blog-starter which is a bit outdated.
    They are fine depending on how much time you have on your hands.
    Lastly, I came across https://shipixen.com and this was quite crazy. I put my logo, theme and a bit of metadata and got a deploy button to Vercel. That was it 🤯

    So yeah if you don’t have the time and just want a blog boilerplate with your stuff Shipixen is very cool. Otherwise the 2 options are decent but it took me an entire day to configure and I didn’t even get to the favicon and stuff.

Leave a Reply