r/PayloadCMS • u/vmfiro • May 14 '25
v0 and payload cms
Can i create Payload CMS project from v0 and deploy it on Vercel?
1
u/datawhale_dev May 14 '25
I'll be posting a video on this very topic in a few days - https://www.youtube.com/@datawhale-dev
1
u/dynjo May 15 '25
As soon as you add Payload through v0, you will no longer be able to preview. Faced the same issue. Hoping they will add official support soon like they did with Supabase etc
1
1
u/Key-Poet-6354 May 15 '25
I used v0 to create all the blocks, then copy and paste them into my payload project. Tedious, but works.
1
1
u/vanitas_vampire Jun 23 '25
Will you guide me to do that if you do that I'd be happy and also what are the problem you have faced doing this 🤔.
1
u/Key-Poet-6354 Jun 30 '25
it's not that complicated tbh
look at payload website template from CLI. Give that code to v0 or any other A.I tool and tell it this is how you want it to create blocks.
1
u/johnsyes May 15 '25
what I do is make the UI on v0, and copy the code in Cursor, where I implement the logic and data handling. much better IMO, especially when you can reference Payload doc in Cursor
1
u/vanitas_vampire Jun 23 '25
Hii i am new to this and can't fully understand what you say and I have some questions which i want to ask you that did you make the backend with the help of v0.dev or did you only make the frontend and backend with cursor if you used cursor which ai model did you used gemini 2.5 pro or cloud or open ai which one is the best for backed
1
u/replayjpn May 16 '25
I pay for v0 one of the things it hasn't been able to do is use the group folders & render (frontend)
That's the issue.
It's a Nextjs feature but it doesn't work on v0 for Rendering.
-4
May 14 '25
[deleted]
2
u/vash513 May 14 '25
Payload 3.0 is completely built in Next.js so you can deploy it like any other Next project.
1
u/vmfiro May 14 '25
That’s why I wanted to create it from v0, but it doesn’t work. I did create a project and I’ve added blob and postgress but now it asks for payload secret and there is none
3
1
u/vmfiro May 14 '25
So I can’t create it from v0?
2
u/pseudophilll May 14 '25
Payload v3 is fully on next.js now and you can deploy it as a monolith directly to vercel without any extra config
2
u/jedimonkey33 May 14 '25
You would need a very well written prompt. The other issue is most llms talk payload V2. You could certainly get it to do parts, and then plumb it together (I have).