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 Cloud | Vercel (prices checked 22 September 2026) | |
|---|---|---|
| Price | € 10 a month site, € 15 app, no VAT added | Hobby $0 (personal, non-commercial), Pro $20 a month per developer seat |
| Domain and email | one domain and email forwarding included | you bring your own domain; no email |
| Invoice | Dutch invoice, iDEAL and SEPA direct debit | card, US invoice |
| Where data sits | Amsterdam (site, backups), Dublin (accounts, app databases) | global edge network; function region selectable |
| Database | Postgres included on the App plan (1 GB) | via marketplace partners, paid separately |
| Cold start | app scales to zero, 10 to 30 s after idle; keep-warm € 9 | serverless functions, usually faster cold starts |
| Support | a human within one business day | community 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