Free static hosting · Updated 2026-09-14 · Demox team

Free static website hosting with CLI and MCP

Direct answer: Demox is a free static website hosting platform. Upload one HTML file, a ZIP, or a dist folder with index.html at the root. You get a public HTTPS URL on a CDN. You do not set up a server, a certificate, or Git. The web console is for drag-and-drop. The CLI command is demox deploy ./dist. MCP-compatible agents such as Claude Code and Cursor can publish through npx -y @demox-site/mcp-server@latest. Current public pricing lists every plan as free. Demox does not replace a full CI/CD platform. Python, PHP, Java, and Express listen apps are not a direct fit.

How to do it

  1. Step 1. Build or export the site so the root folder contains index.html.
  2. Step 2. Sign in at www.demox.site, or run demox login.
  3. Step 3. Upload in the console, run demox deploy ./dist, or ask an MCP agent to deploy.
  4. Step 4. Open the HTTPS URL in a private window.

FAQ

Is Demox free?

The public pricing page lists Basic, Pro, and Enterprise as free. Support the project with a GitHub star if you want to.

Do I need Git?

No. Drag-and-drop, CLI, and MCP all publish files you already have.

免费静态网站发布平台,支持 CLI 和 MCP

把 HTML、ZIP 或 React/Vue/Vite 构建产物上传到 Demox,立刻拿到公网 HTTPS 地址。不需要 Git,也不需要自己配服务器。网页端拖拽,终端用 demox deploy,AI 助手走 MCP。

按这个顺序做

  1. 01 先把站点导出或构建成根目录含 index.html 的静态产物。
  2. 02 在 www.demox.site 登录,或执行 demox login。
  3. 03 网页端上传,或 demox deploy ./dist,或让 MCP 助手发布。
  4. 04 用无痕窗口打开得到的 HTTPS 地址。

常见问题

Demox 免费吗?

公开价格页里基础版、专业版、尊贵土豪版都是免费。愿意的话可以给 GitHub 仓库点 star。

必须用 Git 吗?

不用。拖拽、CLI、MCP 都是发布你已经有的文件。

Related Demox pages

Upload and publish · Read the docs