DEV Community

Discussion on: What plugins, CMS etc. are using for your Gatsby powered blog?

Collapse
 
delvaze profile image
jorge

I've personally had good success using Strapi! It's very open ended, and I'm a big fan of the self-hosted route, especially when you have total access to the code. I've found it's amazing for just putting together an API with little to no code, and it comes with a bunch of nifty features like permissions and autogenerated GraphQL + REST APIs!

Definitely check it out if you haven't yet! Here's the tutorial I followed along with!

Collapse
 
solarliner profile image
🇨🇵️ Nathan Graule

Thanks for showing me Strapi! I was struggling with declaring my APIs manually with Django (love their ORM), as any Node.js solution didn't really work for me. The content type builder, and the easy GraphQL integration is just top notch!