Pas de serveurs. Pas de pipelines de build. Pas de configuration.
Téléversez index.html : il est en ligne sur votre sous-domaine en quelques secondes.
Enregistrez, c'est en ligne. Pas de file de build, pas de purge de cache, pas d'attente.
Chaque projet est publié sur votre-nom.hdply.com avec TLS inclus d'office.
Ouvrez l'éditeur intégré, retouchez votre HTML, enregistrez — déployé.
Pas de YAML, pas de CLI, pas de Git. Si vous écrivez du HTML, vous savez publier.
Votre fichier est servi tel que vous l'avez écrit — rien d'ajouté, rien de retiré.
Pages perso, prototypes, portfolios et landing pages — tout est gratuit.
Inscrivez-vous avec votre e-mail et un code de vérification. C'est tout le formulaire.
Choisissez une adresse comme my-site.hdply.com.
Déposez index.html — votre site est en ligne à la seconde.
AI Vous travaillez avec l'IA ? Laissez Claude, ChatGPT ou n'importe quel agent créer et mettre à jour vos sites via l'API hdply. Voir la doc de l'API
Créez un compte hdply gratuit, choisissez un sous-domaine et téléversez votre index.html. Votre page est en ligne sur votre-nom.hdply.com en quelques secondes — sans serveur ni configuration d'hébergement.
Oui. Pages perso, portfolios, prototypes et landing pages sont gratuits, HTTPS et sous-domaine inclus. Sans carte bancaire.
Non. Pas de build, pas de CLI, pas de configuration. Si vous savez écrire un fichier HTML, vous pouvez le publier depuis le navigateur.
Des sites statiques : HTML avec CSS et JavaScript. Parfait pour les landing pages, portfolios, démos, documentations et petits sites personnels.
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.
D'un fichier sur votre bureau à une URL en ligne en moins d'une minute.
Déployez votre première page