Sin servidores. Sin pipelines de build. Sin configuración.
Sube index.html y estará en línea en tu propio subdominio, en segundos.
Guarda y está en línea. Sin colas de build, sin purgas de caché, sin esperas.
Cada proyecto sale en tu-nombre.hdply.com con TLS incluido de serie.
Abre el editor integrado, retoca tu HTML y guarda: desplegado.
Sin YAML, sin CLI, sin Git. Si sabes escribir HTML, sabes publicar.
Tu archivo se sirve tal cual lo escribiste: nada añadido, nada eliminado.
Páginas personales, prototipos, portfolios y landings: todo gratis.
Regístrate con tu correo y un código de verificación. Ese es todo el formulario.
Elige una dirección como my-site.hdply.com.
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
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.
Sí. Las páginas personales, portfolios, prototipos y landings son gratis, con HTTPS y subdominio propio incluidos. Sin tarjeta de crédito.
No. No hay build, ni CLI, ni configuración. Si sabes escribir un archivo HTML, puedes publicarlo desde el navegador.
Sitios estáticos: HTML con CSS y JavaScript. Ideal para landings, portfolios, demos, documentación y pequeños sitios personales.
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.
De un archivo en tu escritorio a una URL en vivo en menos de un minuto.
Despliega tu primera página