Does anyone have experience using v0 to insert content into a headless CMS as part of the development workflow? I am looking for a way to set up a reusable project template that integrates NextJS with a headless CMS (such as Payload, Sanity, Strapi, etc.), and have v0 work with the template to build a simple website. Has anyone done something similar? I’d appreciate any pointers.
Payload specifically is one we don’t support in v0, because it runs a special node process in its dev server and that doesn’t work in the v0 environment
For the other two, the way I would do it is to create a new v0 project and git sync just to get a connected git repository, then add the sanity/strapi quickstarts locally on your machine and sync them back into v0. You might need to simplify them more to make it work but I’d be optimistic about it
1 Like
Thanks! And you think v0 will be able to add content? Do you have personal experience with this kind of workflow?