Un fichier HTML → un site en ligne

Publiez votre site avec
un seul fichier HTML

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.

🔒https://my-site.hdply.com
Collez votre HTML ci-dessous — ou déposez un fichier .html sur cette fenêtre
Sans carte bancaire · En ligne en 30 secondes

Tout ce qu'il vous faut. Rien de superflu.

Déploiement instantané

Enregistrez, c'est en ligne. Pas de file de build, pas de purge de cache, pas d'attente.

🌐

HTTPS et sous-domaine gratuits

Chaque projet est publié sur votre-nom.hdply.com avec TLS inclus d'office.

✏️

Éditez dans le navigateur

Ouvrez l'éditeur intégré, retouchez votre HTML, enregistrez — déployé.

🧩

Zéro configuration

Pas de YAML, pas de CLI, pas de Git. Si vous écrivez du HTML, vous savez publier.

📄

Pas d'étape de build

Votre fichier est servi tel que vous l'avez écrit — rien d'ajouté, rien de retiré.

🎈

Gratuit pour commencer

Pages perso, prototypes, portfolios et landing pages — tout est gratuit.

En ligne en trois étapes

1

Créez un compte

Inscrivez-vous avec votre e-mail et un code de vérification. C'est tout le formulaire.

2

Choisissez votre sous-domaine

Choisissez une adresse comme my-site.hdply.com.

3

Téléversez votre HTML

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

Questions fréquentes

Comment mettre un fichier HTML en ligne ?

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.

hdply est-il gratuit ?

Oui. Pages perso, portfolios, prototypes et landing pages sont gratuits, HTTPS et sous-domaine inclus. Sans carte bancaire.

Faut-il un serveur, Git ou un terminal pour déployer du HTML ?

Non. Pas de build, pas de CLI, pas de configuration. Si vous savez écrire un fichier HTML, vous pouvez le publier depuis le navigateur.

Quels types de sites puis-je héberger sur hdply ?

Des sites statiques : HTML avec CSS et JavaScript. Parfait pour les landing pages, portfolios, démos, documentations et petits sites personnels.

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 →

Prêt à publier votre page ?

D'un fichier sur votre bureau à une URL en ligne en moins d'une minute.

Déployez votre première page