#Adding payload to an existing project

4 messages · Page 1 of 1 (latest)

glad sundial
#

I am part of a small startup and we have a project built using NextJS/MongoDB. We'd like to have a way for the marketing team to modify and manage some part of the UI using a no code approach. Is Payload appropriate for this?

fringe zodiac
#

You could create a collection for pages, then use the blocks field to build out blocks that correlate with blocks in your nextJS app. You could build your blocks in a way that allows configuration/variation of the block with more fields in your config - but you need to wire those options up on the frontend.

Does that make sense?

toxic spire
#

We've done this at my place of employment and it was an easy process!