DEV Community

Discussion on: looking for answers !, strapi vs nest js for my next project

Collapse
 
fransafu profile image
Francisco Javier Sánchez Fuentes

Hello!

Nextjs has good documentation and structure (folder, pattern design, etc.), maybe if you want good community support and more details on "How to implement it?", It is a good option.

Good luck!

Collapse
 
warriordev profile image
warrior.dev

Thanks for you response, i got an autocomplete error, but what do you think in nestjs vs strapi to model a backend, in terms of add more functionabilities over the time

Collapse
 
fransafu profile image
Francisco Javier Sánchez Fuentes

Nest.js is a "lightweight development framework" and Strapi is a "Headless Content Management System". The first has all tools to make your Back-end server, but Strapi has plugins for extending its functionalities and It's a CMS (big difference).

What do you want? That is the response. You want to make your CMS? or you want to make a "simple" app?