一个HTML文件 → 一个在线网站

一个HTML文件
上线你的网站

没有服务器,没有构建流程,没有配置。
上传index.html,几秒内即可在专属子域名上线。

🔒https://my-site.hdply.com
在下方粘贴HTML,或将.html文件拖到此窗口
无需信用卡 · 30秒内上线

只有你需要的,没有多余的。

即时部署

保存即上线。没有构建队列,没有缓存清理,无需等待。

🌐

免费HTTPS和子域名

每个项目都自带 你的名字.hdply.com 和开箱即用的TLS。

✏️

浏览器内编辑

打开内置编辑器,修改HTML,点击保存 — 部署完成。

🧩

零配置

不需要YAML、CLI或Git。会写HTML就能上线。

📄

无构建步骤

你的文件原样呈现 — 不增一分,不减一毫。

🎈

免费开始

个人主页、原型、作品集、落地页 — 全部免费。

三步上线

1

创建账号

只需邮箱和验证码,表单就这么简单。

2

选择子域名

挑一个像 my-site.hdply.com 这样的地址。

3

上传HTML

放入 index.html 的那一秒,网站即刻上线。

AI 在用 AI 吗?让 Claude、ChatGPT 或任意智能体通过 hdply API 创建并更新你的网站。 查看 API 文档

常见问题

如何把HTML文件放到网上?

免费注册hdply账号,选一个子域名,上传index.html即可。几秒后你的页面就会在 你的名字.hdply.com 上线——无需任何服务器或托管配置。

hdply免费吗?

免费。个人主页、作品集、原型和落地页均免费,包含HTTPS和专属子域名,无需信用卡。

部署HTML需要服务器、Git或命令行吗?

不需要。没有构建步骤、没有CLI、没有配置。只要会写HTML文件,就能在浏览器里直接部署。

hdply上可以托管什么网站?

静态网站:HTML加CSS和JavaScript。非常适合落地页、作品集、演示、文档和小型个人网站。

How static hosting works

A one-file website has no server to manage. Here's what that means, and when it's the right choice.

What a static site actually is

A static website is just files — HTML, CSS, JavaScript and images — handed to the browser exactly as written. There is no server-side code computing pages on each visit, no database to query, and nothing to keep patched. Most of the web works this way: portfolios, landing pages, documentation and event pages are all static, and even rich interactivity runs in the visitor's browser rather than on a server. If your page doesn't need user accounts or a database, static hosting is all it takes.

Why one HTML file is often enough

Frameworks, build steps and Git workflows exist to manage large, evolving codebases. For a single page they add ceremony with no payoff. A self-contained index.html — with its styles and scripts inline — is the simplest thing that can possibly work: it loads instantly, survives traffic spikes that would flatten a small server, and is trivial to back up or move. When a project genuinely grows you can graduate to a build pipeline; until then, one file keeps you fast.

What hdply handles for you

hdply serves your file byte-for-byte from your own subdomain, with HTTPS included and no configuration. You upload or paste your HTML and it is live in seconds; edit it in the browser and the change deploys on save. Every deploy is kept in a version history, so rolling back a mistake is one click — the useful part of version control without a repository. There is no CLI, no YAML and no server to maintain.

Read the guides →

准备好上线你的页面了吗?

从桌面上的文件到在线URL,不到一分钟。

部署你的第一个页面