---
titel_en: v0, Bolt or any project with a build step
titel_nl: v0, Bolt of een ander project met een build-stap
categorie: deploy
bundels: website
geverifieerd_op: 2026-09-13
bewijs: app/deploy/page.tsx
zoekwoorden: v0, bolt, vite, build, dist, out
---
## en
Same idea as the terminal route: build your project and publish the output folder. Usually that folder is `dist`, `build` or `out`.

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

The output must be static (HTML, CSS, JavaScript for the browser). A Next.js project only qualifies with `output: "export"`; a project with API routes or server components is an app and belongs on the App plan, see [Deploy an app with a database](/docs/deploy/app).

## nl
Zelfde verhaal als de terminalroute: bouw je project en publiceer de uitvoermap. Meestal is dat `dist`, `build` of `out`.

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

De uitvoer moet statisch zijn (HTML, CSS, JavaScript voor de browser). Een Next.js-project komt alleen in aanmerking met `output: "export"`; een project met API-routes of servercomponenten is een app en hoort op de App-bundel, zie [Een app met database deployen](/docs/deploy/app).
