---
titel_en: How do I put a Claude artifact on my own domain?
titel_nl: Hoe zet ik een Claude-artifact op mijn eigen domein?
categorie: questions
bundels: website
geverifieerd_op: 2026-09-22
bewijs: app/live/page.tsx, lib/trial-sites.ts, lib/domeinreis.ts, lib/config.ts
zoekwoorden: claude, artifact, html, own domain, eigen domein, upload, chatgpt
---
## en
Copy the whole artifact, paste it on [our upload page](/live), and it is online within a minute on `yourname.dorelli.cloud`. To move it to your own domain you pay € 10 a month from the management link in your email; we register the domain in your name, or connect one you already own, and set up SSL and email forwarding. Usually the domain is live within the hour.

| Step | What happens |
|---|---|
| 1. Paste | the artifact is one HTML file; paste it, or upload a zip with an `index.html` at the top |
| 2. Trial | 14 days on `yourname.dorelli.cloud`, no account, not indexed by search engines |
| 3. Keep it | pay € 10 via iDEAL, pick your domain name in the form, done |
| Included | domain (.nl, .com, .eu and other standard extensions), email forwarding, SSL, daily backup, monitoring |

Rather do it from a terminal? In the folder with the file:

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

Already own the domain? Tick "this domain is mine" when you pay. You change two nameservers at your current provider and we do the rest, see [Your own domain](/docs/domains/own-domain).

This also works for loose HTML from ChatGPT or any other tool. The limits are 50 MB per upload and 500 files.

### Not for

An artifact that calls a server: Node, PHP or Python code is refused, and a project with a database is the [App plan](/docs/deploy/app) (€ 15). A React artifact that Claude shows as a preview is also not a plain HTML file; ask Claude to export it as a single HTML file first.

## nl
Kopieer het hele artifact, plak het op [onze uploadpagina](/live), en het staat binnen een minuut online op `jouwnaam.dorelli.cloud`. Om het naar je eigen domein te verhuizen betaal je € 10 per maand vanaf de beheerlink in je mail; wij registreren het domein op jouw naam, of koppelen er een dat je al hebt, en regelen SSL en e-mail doorsturen. Meestal staat het domein binnen het uur live.

| Stap | Wat er gebeurt |
|---|---|
| 1. Plakken | het artifact is één HTML-bestand; plak het, of upload een zip met een `index.html` bovenin |
| 2. Proef | 14 dagen op `jouwnaam.dorelli.cloud`, zonder account, niet geïndexeerd door zoekmachines |
| 3. Houden | betaal € 10 via iDEAL, kies je domeinnaam in het formulier, klaar |
| Inbegrepen | domein (.nl, .com, .eu en andere standaardextensies), e-mail doorsturen, SSL, dagelijkse back-up, monitoring |

Liever vanuit een terminal? In de map met het bestand:

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

Heb je het domein al? Vink bij het betalen "dit domein is van mij" aan. Je zet bij je huidige partij twee nameservers om en wij doen de rest, zie [Je eigen domein](/docs/domains/own-domain).

Dit werkt ook voor losse HTML uit ChatGPT of een andere tool. De grenzen zijn 50 MB per upload en 500 bestanden.

### Niet voor

Een artifact dat een server aanroept: Node-, PHP- of Python-code wordt geweigerd, en een project met een database is de [App-bundel](/docs/deploy/app) (€ 15). Een React-artifact dat Claude als voorbeeld toont is ook geen kaal HTML-bestand; vraag Claude eerst om het als één HTML-bestand te exporteren.
