Next.js Discord

Discord Forum

Seeking Advice on Adding a Blog to a Next.js Website

Answered
Asian black bear posted this in #help-forum
Open in Discord
Asian black bearOP
I'm currently working on a Next.js website and am looking to incorporate a blog section. I would appreciate any recommendations on the most suitable technologies or methods to achieve this.

The main criteria are simplicity and effectiveness, ideally something that integrates well with Next.js. I'm open to suggestions on whether to use a headless CMS or any other approach that you think is best suited for a Next.js environment.

The website is deployed on Vercel, and here is the link for reference: https://www.dublr.ai/
Answered by B33fb0n3
I am using google blogs (called „blogger“). And that just because of the api data. Because I can easily write my blogs on the google Plattform and style them like I want and inside my code (my next website) I can render them like I want and build everything around with the data. So easy build up, easy pre fetch (or SSR like you want to) and you are finish @Asian black bear
View full answer

4 Replies

I am using google blogs (called „blogger“). And that just because of the api data. Because I can easily write my blogs on the google Plattform and style them like I want and inside my code (my next website) I can render them like I want and build everything around with the data. So easy build up, easy pre fetch (or SSR like you want to) and you are finish @Asian black bear
Answer
@Asian black bear worked?
Asian black bearOP
@B33fb0n3 Thank you for your suggestion about using Google Blogs.
I've also been exploring other options and came across GraphCMS. It seems like it might be a good fit for my requirements. What are your thoughts on using GraphCMS for a blog section in a Next.js environment?
Thanks again for your input!