Un file HTML → un sito online

Pubblica il tuo sito con
un solo file HTML

Niente server. Niente pipeline di build. Niente configurazione.
Carica index.html ed è online sul tuo sottodominio, in pochi secondi.

🔒https://my-site.hdply.com
Incolla il tuo HTML qui sotto — o trascina un file .html su questa finestra
Nessuna carta di credito · Online in 30 secondi

Tutto ciò che ti serve. Niente di superfluo.

Deploy istantaneo

Salvi ed è online. Niente code di build, niente svuotamento cache, nessuna attesa.

🌐

HTTPS e sottodominio gratis

Ogni progetto esce su tuo-nome.hdply.com con TLS incluso di serie.

✏️

Modifica nel browser

Apri l'editor integrato, ritocca l'HTML, salva — pubblicato.

🧩

Zero configurazione

Niente YAML, niente CLI, niente Git. Se sai scrivere HTML, sai pubblicare.

📄

Nessuna build

Il tuo file viene servito esattamente come l'hai scritto — nulla di aggiunto, nulla di tolto.

🎈

Gratis per iniziare

Pagine personali, prototipi, portfolio e landing page — tutto gratis.

Online in tre passaggi

1

Crea un account

Registrati con email e codice di verifica. Il modulo è tutto qui.

2

Scegli il sottodominio

Scegli un indirizzo come my-site.hdply.com.

3

Carica il tuo HTML

Inserisci index.html — il sito è online in quel secondo.

AI Lavori con l'IA? Lascia che Claude, ChatGPT o qualsiasi agente crei e aggiorni i tuoi siti tramite l'API di hdply. Vedi la documentazione API

Domande frequenti

Come metto online un file HTML?

Crea un account hdply gratuito, scegli un sottodominio e carica il tuo index.html. La pagina è online su tuo-nome.hdply.com in pochi secondi — senza server né configurazione di hosting.

hdply è gratis?

Sì. Pagine personali, portfolio, prototipi e landing page sono gratuiti, con HTTPS e sottodominio incluso. Nessuna carta di credito.

Serve un server, Git o la riga di comando per pubblicare HTML?

No. Niente build, niente CLI, niente configurazione. Se sai scrivere un file HTML, puoi pubblicarlo direttamente dal browser.

Che tipo di siti posso ospitare su hdply?

Siti statici: HTML con CSS e JavaScript. Perfetto per landing page, portfolio, demo, documentazione e piccoli siti personali.

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 →

Pronto a pubblicare la tua pagina?

Da un file sul desktop a un URL online in meno di un minuto.

Pubblica la tua prima pagina