DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

CMS I made to feed Nuxt

I wonder what you are using to feed JAMstacks, such as Gatsby, Gridsome, Nuxt? Perhaps Wordpress or Strapi?

I made a solution myself for this question.

I created my own headless CMS and host on Heroku. Also because Nuxt middleware isn't running on nuxt generate.

GitHub logo patarapolw / blogdown-cms

Content Management System, to provide API endpoints for Static Site Generators or JAMStacks

I also extended it with LiquidJS (so as to be in similar style to https://dev.to), and it solved this problem. (via {% card url %})

It also solves the search engine problem for JAMstacks.

However, it doesn't provide a commenting engine. (Although I have tried to create one.) Allowing people to post things is dangerous and difficult, IMO.

It is currently made with Vue, Tailwind and Element UI, BTW. I really concerned about component frameworks and CSS frameworks I don't have to fight against.

Top comments (0)