Skip to main content
Glama

dorelli

Put your static website online with Dorelli Hosting — from your terminal or directly from an AI tool.

Built with Lovable, v0, Claude or Cursor? One command and your site is live on jouw-naam.dorelli.cloud. No account needed.

npx github:elsaviour/dorelli-cli deploy --email jij@voorbeeld.nl

The last line of the output is your URL. Done.

The package runs directly from GitHub; you only need Node 18+ and git. Once it's on npm, the command becomes shorter (npx dorelli).

What it does

  • Automatically finds your build folder (dist, build, out, public) or uses the current folder.

  • Skips what doesn't belong there: node_modules, .git, .env, and anything that isn't a static file.

  • Writes .dorelli.json with your site-id and token. Run it again, and the same site is updated — handy when you're iterating with an AI tool.

Don't put .dorelli.json under version control: the token is your access to the site.

Related MCP server: StaticX MCP Server

Commands

npx github:elsaviour/dorelli-cli deploy [map]   # publiceren of bijwerken
npx github:elsaviour/dorelli-cli status [map]   # adres, status en verloopdatum
npx github:elsaviour/dorelli-cli mcp            # draaien als MCP-server

Options for deploy: --email, --slug, --yes (no questions, for scripts and AI tools).

If you use it more often, install it once — after that it's simply called dorelli:

npm install -g github:elsaviour/dorelli-cli
dorelli deploy

From Claude Code, Codex or Cursor

Those tools have a terminal, so this works without installation:

"Deploy this folder to Dorelli with npx github:elsaviour/dorelli-cli deploy"

Prefer an MCP tool? Then the model can call it directly:

claude mcp add dorelli -- npx -y github:elsaviour/dorelli-cli mcp

After that, deploy_site and site_status become available.

What is hosted

Static sites: HTML, CSS, images, and JavaScript that runs in the browser. Does your project need a server, database, or a build step? Build it first (npm run build) and publish the output folder.

A trial site remains available for 14 days and is not indexed by Google. Want to keep it, with your own domain name and email included? Dorelli arranges that for €10 per month — you'll receive an email with the management link after publication.

Use a different server yourself

DORELLI_API=https://voorbeeld.test npx github:elsaviour/dorelli-cli deploy

For the developer

This repo is a mirror. The source lives in packages/dorelli/ in dorelli.cloud's main repository; change it there and copy it here, not the other way around.

MIT license.

Related MCP Connectors

Related MCP Servers