---
titel_en: Is there a Netlify alternative with an EU invoice?
titel_nl: Is er een Netlify-alternatief met een Nederlandse factuur?
categorie: questions
bundels: website
geverifieerd_op: 2026-09-22
bewijs: lib/config.ts, lib/facturen.ts, lib/mollie.ts, content/kb/account/portal.md
zoekwoorden: netlify, alternative, alternatief, invoice, factuur, eu, static, jamstack
---
## en
Yes. Dorelli Cloud hosts static sites the way Netlify does, for € 10 a month with a Dutch invoice as PDF after every payment, paid by iDEAL and then SEPA direct debit. No VAT is added under the Dutch small business scheme, so the amount on the invoice is the amount you pay. The domain name and email forwarding are in the same € 10.

| | Dorelli Cloud | Netlify (prices checked 22 September 2026) |
|---|---|---|
| Price | € 10 a month, no VAT added | Free $0, Personal $9, Pro $20 a month |
| Invoice | Dutch PDF invoice per payment, numbered, bookable | card payment, US invoice |
| Domain and email | one domain and email forwarding included | own domain, no email |
| Deploy | one command, upload page, or GitHub workflow | Git push with build on their side |
| Build | you build (locally or on GitHub), we serve | Netlify builds, minutes are metered |
| Forms | contact form module included, submissions to your inbox | forms on paid plans |
| Data | files in Amsterdam, moderation scan before publishing | global CDN |

What Netlify does better: build in their pipeline from a Git push, deploy previews per branch, serverless functions and edge functions, and a large plugin ecosystem. What we keep simple: you publish the output folder, we serve it from the Netherlands behind a security shield, and one invoice covers hosting, domain and email.

From the folder with your built site:

```bash
npm run build
npx github:dorelli-cloud/cli deploy dist --email you@example.com
```

The first 14 days are free on `yourname.dorelli.cloud`, without an account.

### Not for

Sites that depend on Netlify Functions, Edge Functions or Netlify Identity: we run static files only on this plan, and a Node backend is the [App plan](/docs/deploy/app) at € 15. Not for sites above 50 MB or 500 files.

## nl
Ja. Dorelli Cloud host statische sites zoals Netlify dat doet, voor € 10 per maand met een Nederlandse factuur als pdf na elke betaling, betaald via iDEAL en daarna SEPA-incasso. Onder de kleineondernemersregeling komt er geen btw bij, dus het bedrag op de factuur is wat je betaalt. De domeinnaam en e-mail doorsturen zitten in dezelfde € 10.

| | Dorelli Cloud | Netlify (prijzen nagekeken op 22 september 2026) |
|---|---|---|
| Prijs | € 10 per maand, geen btw erbij | Free $0, Personal $9, Pro $20 per maand |
| Factuur | Nederlandse pdf-factuur per betaling, genummerd, boekbaar | kaartbetaling, Amerikaanse factuur |
| Domein en e-mail | één domein en e-mail doorsturen inbegrepen | eigen domein, geen e-mail |
| Deploy | één commando, uploadpagina, of GitHub-workflow | Git push met build bij hen |
| Bouwen | jij bouwt (lokaal of op GitHub), wij serveren | Netlify bouwt, minuten worden geteld |
| Formulieren | contactformuliermodule inbegrepen, inzendingen naar je inbox | formulieren op betaalde plannen |
| Data | bestanden in Amsterdam, moderatiescan vóór publicatie | wereldwijd CDN |

Wat Netlify beter doet: bouwen in hun pijplijn vanaf een Git push, deploy-previews per tak, serverless functies en edge-functies, en een groot aanbod aan plugins. Wat wij simpel houden: jij publiceert de uitvoermap, wij serveren hem vanuit Nederland achter een beveiligingsschild, en één factuur dekt hosting, domein en e-mail.

Vanuit de map met je gebouwde site:

```bash
npm run build
npx github:dorelli-cloud/cli deploy dist --email jij@voorbeeld.nl
```

De eerste 14 dagen zijn gratis op `jouwnaam.dorelli.cloud`, zonder account.

### Niet voor

Sites die afhangen van Netlify Functions, Edge Functions of Netlify Identity: wij draaien op deze bundel alleen statische bestanden, en een Node-backend is de [App-bundel](/docs/deploy/app) voor € 15. Niet voor sites boven 50 MB of 500 bestanden.
