保存即上线。没有构建队列,没有缓存清理,无需等待。
每个项目都自带 你的名字.hdply.com 和开箱即用的TLS。
打开内置编辑器,修改HTML,点击保存 — 部署完成。
不需要YAML、CLI或Git。会写HTML就能上线。
你的文件原样呈现 — 不增一分,不减一毫。
个人主页、原型、作品集、落地页 — 全部免费。
只需邮箱和验证码,表单就这么简单。
挑一个像 my-site.hdply.com 这样的地址。
放入 index.html 的那一秒,网站即刻上线。
AI 在用 AI 吗?让 Claude、ChatGPT 或任意智能体通过 hdply API 创建并更新你的网站。 查看 API 文档
免费注册hdply账号,选一个子域名,上传index.html即可。几秒后你的页面就会在 你的名字.hdply.com 上线——无需任何服务器或托管配置。
免费。个人主页、作品集、原型和落地页均免费,包含HTTPS和专属子域名,无需信用卡。
不需要。没有构建步骤、没有CLI、没有配置。只要会写HTML文件,就能在浏览器里直接部署。
静态网站:HTML加CSS和JavaScript。非常适合落地页、作品集、演示、文档和小型个人网站。
A one-file website has no server to manage. Here's what that means, and when it's the right choice.
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.
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.
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.