Any possibility to launch a project from a cms?

everytime i want to create a website, it basically requires cms.
but im forced to waste Tokens/time to build everything from scratch.

is it possible to start a project from a boilerplate template using simple cms like cornwel or https://squidex.io/ etc

Hi @davidjeba-triropecom, are you talking about development using v0?

As far as it’s about Cornwel or Squidex, you can’t host them on Vercel because they require persistent storage (not possible on serverless infra) but you can consume their headless APIs in your app hosted on Vercel, as long as you host them somewhere else or use their Cloud versions.

I dont want to use 3rd party cms if Vercel has its own CMS preintegrated with Supabase or some database.
It would be easier to launch the basic site from the Vercel CMS and extend it using v0.

why waste tokens for creating CMS?

Vercel should have CMS in Python(django,flask) Golang(hugo, pocketbase) Nextjs (cornwel etc)

Hi @davidjeba-triropecom, I agree and building a CMS using v0 isn’t the recommended approach either. You can use the marketplace integrations (Supabase, Neon, Upstash) with v0 integrations. So, if that’s what you need, you can get it going.

But for a full blown CMS experience, I’d recommend you to check out the Vercel CMS Integrations. These are CMSs that many teams use in Production with Vercel.