Home > Blockchain >  Highly customizable CMS for existing NextJS app
Highly customizable CMS for existing NextJS app

Time:12-26

I have an existing Nextjs and React Application with MongoDB Backend...Client wants to edit website, no code. How do i integrate a CMS?It's a corporate site...client wants to be able to manipulate everything,,,Navbar, content etc

CodePudding user response:

You can use Sanity and I've worked with it.

How to configure sanity with next js

  • Related