---
titel_en: Where do I host a website I built with AI?
titel_nl: Waar host ik een website die ik met AI heb gebouwd?
categorie: questions
bundels: website, app
geverifieerd_op: 2026-09-22
bewijs: app/deploy/page.tsx, lib/trial-sites.ts, lib/config.ts, content/kb/plans/plans.md
zoekwoorden: ai, website, hosting, lovable, v0, bolt, claude, chatgpt, cursor, vibecoding
---
## en
Here, on a Dutch host built for exactly that. A site from Claude, ChatGPT, Lovable, v0, Bolt, Cursor or Codex goes online in a minute on a trial address, free for 14 days, and for € 10 a month it gets your own domain, email on that domain, SSL, daily backups and monitoring. An app with its own database is € 15. No VAT is added and you can cancel monthly.

| Built with | Route | Plan |
|---|---|---|
| Claude or ChatGPT (one HTML file) | paste it on [the upload page](/live) | Website, € 10 |
| Claude Code, Cursor, Codex | one command in the project folder | Website, € 10 |
| Lovable, v0, Bolt: front end only | build, publish the output folder | Website, € 10 |
| Lovable, v0, Bolt: with backend and database | GitHub workflow, own container | App, € 15 |

The command for the terminal tools:

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

What makes this different from a general host: no server-side code is executed on the Website plan, which is why the trial needs no account and no card. Every upload is checked for abuse before it is served, and the files stay in Amsterdam. Support is a human within one business day, in Dutch or English.

Not sure whether your project is a site or an app? Read [Is my project a static site or an app?](/docs/questions/static-site-or-app)

### Not for

WordPress, PHP or Python: we run static files and Node apps, nothing else. Not for sites above 50 MB or 500 files, and not for shops or platforms that need more than one small container; those grow into the [Platform plan](/docs/plans/usage), where you pay for what you use.

## nl
Hier, bij een Nederlandse hoster die daarvoor is gemaakt. Een site uit Claude, ChatGPT, Lovable, v0, Bolt, Cursor of Codex staat binnen een minuut online op een proefadres, 14 dagen gratis, en voor € 10 per maand krijgt hij je eigen domein, e-mail op dat domein, SSL, dagelijkse back-ups en monitoring. Een app met eigen database is € 15. Er komt geen btw bij en je zegt per maand op.

| Gebouwd met | Route | Bundel |
|---|---|---|
| Claude of ChatGPT (één HTML-bestand) | plak het op [de uploadpagina](/live) | Website, € 10 |
| Claude Code, Cursor, Codex | één commando in de projectmap | Website, € 10 |
| Lovable, v0, Bolt: alleen voorkant | bouwen, de uitvoermap publiceren | Website, € 10 |
| Lovable, v0, Bolt: met backend en database | GitHub-workflow, eigen container | App, € 15 |

Het commando voor de terminaltools:

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

Wat dit anders maakt dan een gewone hoster: op de Website-bundel wordt geen servercode uitgevoerd, en daarom heeft de proef geen account en geen kaart nodig. Elke upload wordt vóór het serveren op misbruik gecontroleerd, en de bestanden blijven in Amsterdam. Support is een mens binnen één werkdag, in het Nederlands of Engels.

Weet je niet zeker of je project een site of een app is? Lees [Is mijn project een statische site of een app?](/docs/questions/static-site-or-app)

### Niet voor

WordPress, PHP of Python: wij draaien statische bestanden en Node-apps, verder niets. Niet voor sites boven 50 MB of 500 bestanden, en niet voor winkels of platforms die meer dan één kleine container nodig hebben; die groeien door naar de [Platform-bundel](/docs/plans/usage), waar je betaalt voor wat je gebruikt.
