Alternatives / Vercel

Vercel Alternatives in 2026: Open Source & Self-Hosted

These platforms cover different parts of Vercel's experience, including Git deployments, previews, Docker hosting, serverless functions, databases, monitoring, and backend services. Some are close self-hosted PaaS alternatives; others solve a broader infrastructure problem.

Maxime DERAME's profile

Written by Maxime DERAME

Last updated:

Vercel vs self-hosted PaaS

Vercel operates the infrastructure for you. A self-hosted PaaS such as Coolify, Dokploy, or Dokku automates deployments while you provide the servers. You choose the server provider, region, network, storage, databases, backups, scaling, and costs, and your team becomes responsible for operating them.

Vercel vs Coolify

Coolify is one of the most direct options for replacing Vercel's deployment workflow while running on your own infrastructure. Both can provide Git deployments, builds, custom domains, HTTPS, environment variables, previews, and logs. Coolify adds databases and self-hosted services; Vercel provides more managed edge infrastructure and Next.js-specific optimization.

Vercel vs Dokploy

Dokploy provides a modern visual control panel centered on Docker and Docker Compose, with Traefik, databases, backups, multi-node deployments, and monitoring. Its current licensing separates an Apache-2.0 core from components under a source-available license.

Vercel vs Dokku

Dokku is a smaller Heroku-style platform with Git-push deployments, buildpacks, Docker, and a plugin ecosystem. Its CLI-first approach can work well for one or a few servers and teams comfortable with SSH and Linux administration.

Vercel vs /dev/push

/dev/push is conceptually close to Vercel's GitHub deployment workflow. It emphasizes push-to-deploy, preview URLs, multiple environments, live logs, instant rollback, custom domains, and SSL, while running on infrastructure you control.

Vercel vs Appwrite

Appwrite is a backend platform with deployment capabilities rather than a frontend-focused hosting clone. Its main services include authentication, databases, storage, functions, messaging, realtime, and SDKs. It is closer to combining hosting with services such as Supabase or Firebase.

Preview environments and Docker

Preview deployments give branches or pull requests temporary URLs. /dev/push focuses on this workflow, and Coolify also supports preview deployments; other tools may need more setup. Self-hosted platforms usually accept containers and support Node.js, Python, PHP, Go, Ruby, and static sites, while Vercel provides a more managed framework-focused experience.

Edge infrastructure

A VPS running Coolify, Dokploy, or Dokku does not automatically reproduce Vercel's globally distributed CDN, Edge Functions, image optimization, caching, and routing. You can add a CDN and multiple regions, but designing and operating that architecture becomes your responsibility.

AI-native deployments

Temps combines deployments with monitoring, analytics, error tracking, session replay, email, AI sandboxes, and an automation-oriented CLI. Its broad scope and agent workflows are distinctive, though the project is much younger and smaller than Coolify or Dokku.

Licensing

Coolify, Appwrite, Dokku, /dev/push, and Temps are presented as open-source projects under Apache-2.0, BSD-3-Clause, or MIT licenses. Dokploy pairs its Apache-2.0 core with source-available components, while Stormkit separates its AGPL-3.0 Community Edition from commercial Enterprise functionality.

Why look for a Vercel alternative?

Teams look for Vercel alternatives to deploy on their own VPS or bare-metal servers, reduce platform lock-in, control infrastructure costs, or use Docker and framework-agnostic workflows. Self-hosting gives more control but shifts responsibility for uptime, scaling, backups, security, and deployment infrastructure to your team.

#1

Coolify

Self-hosted PaaS for apps, databases, and services

Apache-2.0 self-hosted PaaS for deploying applications, databases, and preconfigured services to VPS or bare-metal servers over SSH. Supports Git repositories, Docker images, Compose, buildpacks, automatic HTTPS, custom domains, preview deployments, backups, monitoring, and multiple servers. Deployed services continue running on your infrastructure independently of the control plane.

62.2KApache-2.0Self-hosted

Pricing: Open-source self-hosted platform; server and infrastructure costs are separate.

  • Git, Docker, Compose, and buildpack deployments
  • Automatic HTTPS, domains, previews, databases, and backups
  • Manage multiple SSH-connected servers without vendor lock-in
  • You operate and secure the infrastructure
  • Scaling is more manual than a managed cloud platform
  • Does not automatically reproduce Vercel's global edge and Next.js optimizations
#2

Appwrite

Open-source backend platform with hosting and serverless functions

BSD-3-Clause application platform combining web hosting and serverless functions with databases, authentication, object storage, realtime APIs, messaging, and SDKs. It can be self-hosted with Docker or used as a managed cloud service; its role is broader and more backend-oriented than Vercel's frontend deployment focus.

57.5KBSD-3-ClauseSelf-hosted

Pricing: Open-source self-hosted platform and managed cloud service.

  • Web hosting and serverless functions
  • Databases, authentication, storage, messaging, and realtime APIs
  • SDKs, Docker-based self-hosting, and managed cloud
  • Broader and more backend-oriented than a deployment platform
  • Heavier infrastructure than a frontend-only workflow
  • Does not replace Vercel's global edge network
#3

Dokploy

Docker-focused PaaS dashboard for your own servers

Self-hosted PaaS with an Apache-2.0 core and separately licensed code in the /proprietary directory. It provides Git deployments, Docker and Compose, Traefik, SSL, databases, backups, multi-node deployments, monitoring, templates, team permissions, terminal access, and MCP support.

37.5KApache-2.0 core + source-available componentsSelf-hosted

Pricing: Self-hosted core with separate proprietary/source-available functionality.

  • Git, Docker, Compose, and Traefik deployment workflow
  • Databases, backups, multi-node deployments, and monitoring
  • Modern dashboard, team permissions, templates, and MCP
  • Some advanced functionality is separately licensed
  • You operate the servers and deployment infrastructure
  • No equivalent globally distributed edge network
#4

Dokku

Lightweight Heroku-style PaaS for a single server

MIT lightweight PaaS that provides a Heroku-style Git deployment workflow on infrastructure you control. Applications can be built with buildpacks or Docker, with plugins for domains, TLS, databases, and other services. It favors a smaller CLI-first model over a large integrated control panel.

32.2KMITSelf-hosted

Pricing: Free and open-source self-hosted software.

  • Mature Git-push deployment workflow
  • Buildpacks, Docker, and plugin ecosystem
  • Lightweight single-server model without a required dashboard
  • CLI-first with a less polished graphical interface
  • Fewer integrated services
  • Multi-server orchestration needs additional tooling
#5

/dev/push

GitHub-connected self-hosted deployment platform with previews

MIT deployment platform designed as a self-hosted Vercel, Render, and Netlify alternative. Connects to GitHub and builds on branch pushes, with zero-downtime deployments, preview URLs, environments, logs, rollback, teams, encrypted variables, custom domains, automatic Let's Encrypt SSL, and Docker-based builds for Python, Node.js, and PHP.

4.7KMITSelf-hosted

Pricing: Open-source self-hosted platform; provide the server infrastructure.

  • GitHub push-to-deploy with preview URLs and branch environments
  • Zero-downtime releases, instant rollback, and live logs
  • Encrypted variables, custom domains, and automatic SSL
  • Younger and smaller ecosystem than Coolify or Dokku
  • Currently GitHub-centric with a smaller service catalog
  • Multi-server capabilities are still evolving
#6

Temps

Self-hosted deployments, observability, and AI-agent infrastructure

Apache-2.0 platform implemented primarily in Rust that combines application deployments with analytics, session replay, error tracking, OpenTelemetry, uptime monitoring, transactional email, AI sandboxes, and an AI gateway. Its CLI exposes many operations for scripted and agent-driven infrastructure workflows.

643Apache-2.0Self-hosted

Pricing: Open-source self-hosted platform.

  • Deployments, analytics, session replay, and error tracking
  • OpenTelemetry, uptime, transactional email, and AI sandboxes
  • CLI-first automation, agent skills, and Rust architecture
  • Young project with a much smaller community
  • Broad scope adds infrastructure beyond frontend hosting
  • Less mature than Coolify or Dokku
#7

Stormkit

Web application deployments with CI/CD and environments

Deployment platform for modern web applications with automated CI/CD, environment management, custom domains, preview-style deployments, monitoring, and self-hosting. Community Edition code under src/ce is AGPL-3.0; Enterprise Edition functionality under src/ee is commercially licensed.

225AGPL-3.0 Community EditionSelf-hosted

Pricing: Self-hosted Community Edition with commercial Enterprise functionality and hosted option.

  • Automated Git-based CI/CD and environment management
  • Custom domains, monitoring, and self-hosting
  • AGPL-3.0 Community Edition
  • Small GitHub community
  • Enterprise functionality is commercial
  • Primarily web-focused with a smaller integration ecosystem

Compare Vercel alternatives

AlternativeTypeLicenseStatusGitHub starsSelf-hosted
CoolifySelf-hosted PaaSApache-2.0Open Source~62.2kYes
AppwriteBackend + hostingBSD-3-ClauseOpen Source~57.5kYes
DokploySelf-hosted PaaSApache-2.0 coreOpen Core~37.5kYes
DokkuLightweight PaaSMITOpen Source~32.2kYes
/dev/pushDeployment platformMITOpen Source~4.7kYes
TempsDeployments + observabilityApache-2.0Open Source~643Yes
StormkitWeb deployment platformAGPL-3.0 CEOpen Core~225Yes

Which one should you choose?

Want a general-purpose self-hosted Vercel alternative

Coolify combines Git deployment, Docker, databases, custom domains, HTTPS, previews, backups, monitoring, and service templates on infrastructure you control.

Coolify

Want a polished Docker-focused dashboard

Dokploy wraps Docker and Compose workflows with Traefik, databases, backups, multi-node deployments, and monitoring. Its Apache-2.0 core is paired with source-available components.

Dokploy

Want a lightweight CLI-first PaaS

Dokku provides a mature Heroku-style Git deployment workflow on a single server, using buildpacks or Docker without requiring a large control panel.

Dokku

Want GitHub deploys, previews, and rollbacks

/dev/push focuses on GitHub-triggered deployment, preview URLs, branch environments, live logs, zero-downtime releases, and rollback on your own infrastructure.

/dev/push

Want hosting with backend services

Appwrite combines hosting and functions with databases, authentication, storage, messaging, SDKs, and realtime APIs, making it broader and more backend-oriented than Vercel.

Appwrite

Want AI-agent-driven infrastructure workflows

Temps combines deployments with analytics, session replay, error tracking, OpenTelemetry, uptime monitoring, email, AI sandboxes, and a CLI designed for automation.

Temps

Want a smaller web deployment platform

Stormkit provides web-focused CI/CD, environment management, custom domains, monitoring, and self-hosting. Its Community Edition is AGPL-3.0, with commercial Enterprise code separately licensed.

Stormkit

Want the largest GitHub community

Coolify leads this group by GitHub stars, followed by Appwrite, Dokploy, and Dokku; project popularity does not reproduce Vercel's global edge network.

Coolify

Want a permissive license

Dokku and /dev/push use MIT; Coolify and Temps use Apache-2.0, while Appwrite uses BSD-3-Clause.

Dokku