The best platforms to deploy a small project

Deploying a small project is a solved problem, but the options differ enormously in what happens when the project stops being small.

These eight cover the whole range, from a static site pushed in thirty seconds to a server you own completely.

Frontend hosting

Vercel

The shortest path from a git push to a working URL, especially for Next.js.

vercel.com

Frontend hosting

Netlify

Same idea, with form handling and edge functions that save writing a backend at all.

netlify.com

Edge hosting

Cloudflare Pages

Free static hosting on a serious global network, with Workers when you need logic.

pages.cloudflare.com

Apps and databases

Railway

Deploy a container and a Postgres instance together without touching infrastructure.

railway.com

Apps and databases

Render

Predictable pricing and background workers, which most free tiers do not offer.

render.com

Containers

Fly.io

Runs your container close to users in several regions, useful for latency-sensitive apps.

fly.io

Virtual servers

Hetzner

A real server for a few euros a month when the managed platforms get expensive.

hetzner.com/cloud

Self-hosted PaaS

Coolify

Open source Heroku you install on your own server; pairs perfectly with the previous entry.

coolify.io

Start managed and move to your own server only when the bill or the constraints justify the extra maintenance.

Need it built, not just chosen?

Web apps, APIs, infrastructure and interfaces. Freelance from Barcelona, working with clients anywhere.

Get in touch


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *