Dorelli or Vercel for a European site?

Vercel if you build a Next.js app that leans on their edge network and their previews, and you are fine with a US company and a per-seat price. Dorelli if you want one fixed price in euros with a domain, email and an invoice you can book, and your data in the Netherlands. Vercel's free plan is for non-commercial use only; our trial is 14 days and then € 10 a month for a site or € 15 for an app.

Dorelli CloudVercel (prices checked 22 September 2026)
Price€ 10 a month site, € 15 app, no VAT addedHobby $0 (personal, non-commercial), Pro $20 a month per developer seat
Domain and emailone domain and email forwarding includedyou bring your own domain; no email
InvoiceDutch invoice, iDEAL and SEPA direct debitcard, US invoice
Where data sitsAmsterdam (site, backups), Dublin (accounts, app databases)global edge network; function region selectable
DatabasePostgres included on the App plan (1 GB)via marketplace partners, paid separately
Cold startapp scales to zero, 10 to 30 s after idle; keep-warm € 9serverless functions, usually faster cold starts
Supporta human within one business daycommunity on Hobby, email on Pro

Where Vercel is better: preview deployments per pull request, Edge Middleware, image optimisation at the edge, and everything Next.js supports on the day it ships. Where we are better: the total price for a small business site, the domain and email in the same invoice, and the fact that nobody in the Netherlands needs to explain a dollar charge to their accountant.

Try it without an account, from the folder with your built site:

npx github:dorelli-cloud/cli deploy out --email [email protected]

Not for

A Next.js app that uses Vercel-only features (Edge Middleware, ISR on the edge, Vercel Blob or KV): moving it here means rewriting those parts. Not for teams that live in preview deployments; we deploy what you send, one version per site.

Checked against the code on 2026-09-22 · Evidence: lib/config.ts, lib/bundelgrenzen.ts, content/kb/plans/plans.md, content/talen/en.json

Was this helpful?

/docs/questions/dorelli-vs-vercel.md