Niente server. Niente pipeline di build. Niente configurazione.
Carica index.html ed è online sul tuo sottodominio, in pochi secondi.
Salvi ed è online. Niente code di build, niente svuotamento cache, nessuna attesa.
Ogni progetto esce su tuo-nome.hdply.com con TLS incluso di serie.
Apri l'editor integrato, ritocca l'HTML, salva — pubblicato.
Niente YAML, niente CLI, niente Git. Se sai scrivere HTML, sai pubblicare.
Il tuo file viene servito esattamente come l'hai scritto — nulla di aggiunto, nulla di tolto.
Pagine personali, prototipi, portfolio e landing page — tutto gratis.
Registrati con email e codice di verifica. Il modulo è tutto qui.
Scegli un indirizzo come my-site.hdply.com.
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
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.
Sì. Pagine personali, portfolio, prototipi e landing page sono gratuiti, con HTTPS e sottodominio incluso. Nessuna carta di credito.
No. Niente build, niente CLI, niente configurazione. Se sai scrivere un file HTML, puoi pubblicarlo direttamente dal browser.
Siti statici: HTML con CSS e JavaScript. Perfetto per landing page, portfolio, demo, documentazione e piccoli siti personali.
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.
Da un file sul desktop a un URL online in meno di un minuto.
Pubblica la tua prima pagina