サーバーも、ビルドパイプラインも、設定も不要。
index.htmlをアップロードすれば、数秒で専用サブドメインに公開されます。
保存すれば即公開。ビルド待ちもキャッシュ削除も、待ち時間もありません。
すべてのプロジェクトに 好きな名前.hdply.com とTLSが標準で付属します。
内蔵エディタを開いてHTMLを直し、保存するだけ — デプロイ完了。
YAMLもCLIもGitも不要。HTMLが書ければ公開できます。
書いたファイルがそのまま配信されます — 追加も削除も一切なし。
個人ページ、プロトタイプ、ポートフォリオ、LP — すべて無料。
メールアドレスと認証コードだけ。フォームはそれだけです。
my-site.hdply.com のような好きなアドレスを選択。
index.html を置いた瞬間、サイトが公開されます。
AI AIで作業していますか? Claude・ChatGPTなど、どんなエージェントでもhdply APIでサイトを作成・更新できます。 APIドキュメントを見る
無料のhdplyアカウントを作り、サブドメインを選んでindex.htmlをアップロードするだけ。数秒で あなたの名前.hdply.com に公開されます。サーバーやホスティングの設定は不要です。
はい。個人ページ、ポートフォリオ、プロトタイプ、LPはHTTPSと専用サブドメイン込みで無料。クレジットカードも不要です。
不要です。ビルドもCLIも設定もありません。HTMLファイルが書ければ、ブラウザからそのまま公開できます。
HTML・CSS・JavaScriptの静的サイトです。LP、ポートフォリオ、デモ、ドキュメント、小さな個人サイトに最適です。
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.