this post was submitted on 10 Apr 2026
18 points (100.0% liked)

Programming

26510 readers
103 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hello,

I have been hosting my project on vercel and I really don't like it at least the free version. so I wanted ask is there any open source and free alterantive of vercel. of course I won't be hosting the production server there but I don't want to pay for it when I am developing it.

Thanks in advance <3

top 8 comments
sorted by: hot top controversial new old
[–] hosaka@programming.dev 1 points 1 day ago

I've been using coolify for in house services and databases at work on our own hardware, it works pretty well, albeit a bit difficult to get the initial setup going. So far it does the job.

[–] mabeledo@lemmy.world 3 points 3 days ago

If you only need it for development, and will still host the final product in Vercel, why wouldn’t you just test locally?

[–] codeinabox@programming.dev 5 points 5 days ago (1 children)

Could you give more context about what Vercel features you need - is the site statically generated, or do you also need Vercel Functions?

[–] ghodawalaaman@programming.dev 1 points 4 days ago (2 children)

no the site isn't statically generated. I want Vercel Functions too I think because I am also utilizing SSR and nextjs api ( so basically it's not a static site ), the CI/CD part has been taken care of by Github actions. the site is currently in beta testing so there is few hundred of testing users are there using the site.

Could you explain why you don't like the free tier? They give you 1 million function calls every month.

[–] bitfucker@programming.dev 3 points 4 days ago

Cloudflare workers provide a good free tier

[–] codeinabox@programming.dev 4 points 5 days ago

There are several European based alternatives to Vercel. It's also worth having a read through or posting to !web_hosting@programming.dev

[–] bitfucker@programming.dev 1 points 5 days ago* (last edited 5 days ago)

~~It depends on what you want to do. I myself use hostinger to host my NodeJS app. The downside is nodejs are only supported on their business tier web host. To be fair, it is more appealing than VPS with the same price for the infinite bandwidth alone~~

Whoops, my bad. I didn't see the need for it to be free