Un archivo HTML → un sitio en línea

Publica tu sitio con
un solo archivo HTML

Sin servidores. Sin pipelines de build. Sin configuración.
Sube index.html y estará en línea en tu propio subdominio, en segundos.

🔒https://my-site.hdply.com
Pega tu HTML abajo — o suelta un archivo .html en esta ventana
Sin tarjeta de crédito · En línea en 30 segundos

Todo lo que necesitas. Nada que te sobre.

Despliegue instantáneo

Guarda y está en línea. Sin colas de build, sin purgas de caché, sin esperas.

🌐

HTTPS y subdominio gratis

Cada proyecto sale en tu-nombre.hdply.com con TLS incluido de serie.

✏️

Edita en el navegador

Abre el editor integrado, retoca tu HTML y guarda: desplegado.

🧩

Cero configuración

Sin YAML, sin CLI, sin Git. Si sabes escribir HTML, sabes publicar.

📄

Sin paso de build

Tu archivo se sirve tal cual lo escribiste: nada añadido, nada eliminado.

🎈

Gratis para empezar

Páginas personales, prototipos, portfolios y landings: todo gratis.

En línea en tres pasos

1

Crea una cuenta

Regístrate con tu correo y un código de verificación. Ese es todo el formulario.

2

Reclama tu subdominio

Elige una dirección como my-site.hdply.com.

3

Sube tu HTML

Suelta tu index.html y tu sitio estará en línea ese mismo segundo.

AI ¿Trabajas con IA? Deja que Claude, ChatGPT o cualquier agente cree y actualice tus sitios con la API de hdply. Ver la documentación de la API

Preguntas frecuentes

¿Cómo subo un archivo HTML a internet?

Crea una cuenta gratuita en hdply, elige un subdominio y sube tu index.html. Tu página estará en línea en tu-nombre.hdply.com en segundos, sin configurar servidores ni hosting.

¿hdply es gratis?

Sí. Las páginas personales, portfolios, prototipos y landings son gratis, con HTTPS y subdominio propio incluidos. Sin tarjeta de crédito.

¿Necesito un servidor, Git o la línea de comandos para desplegar HTML?

No. No hay build, ni CLI, ni configuración. Si sabes escribir un archivo HTML, puedes publicarlo desde el navegador.

¿Qué tipo de sitios puedo alojar en hdply?

Sitios estáticos: HTML con CSS y JavaScript. Ideal para landings, portfolios, demos, documentación y pequeños sitios personales.

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 →

¿Listo para publicar tu página?

De un archivo en tu escritorio a una URL en vivo en menos de un minuto.

Despliega tu primera página