Anyone know of a premade blog?

Is there some kind of premade blog I can just quickly incorporate into a project without having to create one from scratch? I’m working on a website and one of the features they want is the ability to make blog posts on one of the pages. Which as you can imagine would be a whole other project its self.

I’m using the MERN stack, and I don’t know php.

Gatsby has some decent starters.

1 Like

Have you looked at Ghost? and Strapi? Both are Open Source and uses Node.js, Ghost being more popular with some nice free templates/themes, it is used by Apple, Nasa, Sky News, Brave, DigitalOcean etc…

ghost.org

Also have a look at this: https://headlesscms.org

I was looking into exactly the same thing because my cousin has a startup company and he was looking to implement a blog as well… And I may be doing this for him soon.

I think you just need to create a subdomain or subdirectory install it and you are done. Especially if they are not doing affiliate marketing and does not need lots of customizations and plugins.

1 Like

Awesome I’ll start by looking there thanks