v0, Bolt or any project with a build step
Same idea as the terminal route: build your project and publish the output folder. Usually that folder is dist, build or out.
npm run build
npx github:elsaviour/dorelli-cli deploy dist --email [email protected]
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.
Checked against the code on 2026-09-13 · Evidence: app/deploy/page.tsx