New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Vercel to coolify self hosted server with v0 built site any experience?
I am switching my site from vercel to coolify due to huge costs. bill is about 50 usd right now and traffic is increasing everyday which is why move to coolify vps. any experience on how hard it is? The site is using edge functions but thankfully i avoided vercel AI, blob storage from the start as i knew i will move one day. any experience? lots of environment variables though. site uses supabase, cloudflare r2, cloudflare stream.
Which is the best host which is near to 100% uptime and great asia connectivity?
Any hosting provider who can help with the move and do the changes what will be the charges?

Comments
Coolify & Dokploy is one of the easiest out there.
For Asia host, @oloke best
what about compatibility of a v0 built site with coolify? afaik v0 they kinda make it hard to move to another host.
try shiprr.app. i built it, 100% uptime and multiple asia nodes, each with 10 Gbps.
you don't even have provider tag man. Where the mods are? @raindog308 @jbiloh
just deployed this dummy website (hosted in asia but anycast network will serve from other regions based on user location).
v0-generated-website: https://portal-v0.shiprr.dev
i think i can suggest/comment to 3rd party website without needing provider tag. thats only required for making offer post iirc.
hmm weird, i tested from multiple network and all seems okay.
If you are using Supabase, you can self-host it as well with a Docker Compose through Dokploy, or there should be an option to host Supabase in Coolify as well.
v0 generally should use Next.js AFAIK (or maybe just React if it was frontend, but I think that's not the case here).
Cloudflare R2 is S3 storage, right? If you don't need too much, just use Cloudflare for now; it's 10GB free. Dunno about Cloudflare Stream though. You can shift to self-hosted S3 storage if you want with Coolify/Dokploy (if you have plans to use more than 10GB, or use a managed S3 service provider).
If you have the code in GitHub, you can just connect it with Coolify and it will manage everything else for you, and you can change things like ports and domains if you want. I don't know if all the edge functions are going to run fine on a VPS since I never tried that.
And as said by @nghialele , @oloke (representative of Onidel Onidealz) do have nice VPS at Asia locations (SG and AUS). They also provide object storage as well if you want to shift from Cloudflare R2.
Hey mate it worked I think i visit too soon xD
I forgot that an edit would not spawn a notification to the mentioned.
i have next js site. any compatibility issue?
I mean, if those are general functions it should be fine, unless you are using Vercel-specific things. There should be no issues in trying it out to see if anything gets broken or not. [or check the code once if you have something specific related to vercel like @vercel/kv etc imported in the code]