One HTML file → a live website

Ship your site with
a single HTML file

No servers. No build pipelines. No configuration.
Upload index.html and it's live on your own subdomain — in seconds.

🔒https://my-site.hdply.com
Paste your HTML below — or drop an .html file on this window
No credit card required · Live in 30 seconds

Everything you need. Nothing you don't.

Instant deploys

Save and it's live. No build queues, no cache purges, no waiting around.

🌐

Free HTTPS & subdomain

Every project ships on your-name.hdply.com with TLS included out of the box.

✏️

Edit in the browser

Open the built-in editor, tweak your HTML, hit save — deployed.

🧩

Zero configuration

No YAML, no CLI, no Git required. If you can write HTML, you can ship.

📄

No build step

Your file is served exactly as you wrote it — nothing added, nothing stripped.

🎈

Free to start

Personal pages, prototypes, portfolios and landing pages — all free.

Live in three steps

1

Create an account

Sign up with your email and a verification code. That's the whole form.

2

Claim your subdomain

Pick an address like my-site.hdply.com.

3

Upload your HTML

Drop in index.html — your site is live that second.

AI Working with AI? Let Claude, ChatGPT or any agent build and update your sites through the hdply API. See the API docs

Frequently asked questions

How do I put an HTML file online?

Create a free hdply account, claim a subdomain, and upload your index.html. Your page is live at your-name.hdply.com within seconds — no server or hosting setup required.

Is hdply free?

Yes. Personal pages, portfolios, prototypes and landing pages are free, including HTTPS and your own subdomain. No credit card required.

Do I need a server, Git, or a command line to deploy HTML?

No. There is no build step, no CLI and no configuration. If you can write an HTML file, you can deploy it right from the browser.

What kind of sites can I host on hdply?

Static sites: HTML with CSS and JavaScript. Perfect for landing pages, portfolios, demos, documentation and small personal sites.

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 →

Ready to ship your page?

From a file on your desktop to a live URL in under a minute.

Deploy your first page