Guides
Practical answers to "how do I put this HTML file online?" — with the code, the trade-offs, and the parts nobody mentions.
Practical answers to "how do I put this HTML file online?" — with the code, the trade-offs, and the parts nobody mentions.
You wrote an index.html — now what? Every way to get an HTML file onto the internet, from the simplest to the most advanced, with the trade-offs of each.
GitHub Pages, Netlify, Vercel, Cloudflare Pages or a one-file host? An honest comparison of free ways to host HTML — including where each one stops being free.
You don't need a VPS, Node.js or nginx to put a website online. What static hosting is, exactly when it stops being enough, and how to deploy with zero infrastructure.
An AI wrote you a whole webpage — now put it online. How to check it, fix the parts that break outside the chat window, and get it to a real URL in about a minute.
Emailing an .html attachment rarely works the way you hope. Why it fails, the workarounds people try, and the reliable way to turn a page into a URL.
GitHub Pages is excellent — until you just want one page online without repositories, branches and build settings. The simpler alternatives, honestly compared.
A static page keeps no logs you can read — so how do you know if anyone visited? Server-side counting, privacy-friendly analytics and Google Analytics, compared honestly.
Static pages can't process form submissions on their own — but you don't need a server to collect messages. Four approaches, working code, and how to stop the spam.
When you paste your URL into a chat and it shows a blank box, Open Graph tags are missing. The four tags that matter, the image rules, and how to test before sharing.
The tiny icon in the browser tab. How to make one, the three lines that cover every device, and how to add it when your host serves only a single file.
Your page looks fine on a laptop and cramped on a phone. The handful of changes that fix it — starting with one meta tag most pages forget.
You do not need a website builder or a framework to have a portfolio online. How to structure a single HTML file into a clean personal site, and put it live in minutes.
Beyond the visible content, a few tags decide how your page appears in search results and shared links. The short list worth adding, and the ones you can ignore.
You moved a page, or you want a short link pointing elsewhere. Every way to redirect — from a one-line meta tag to a proper 301 — and when each is the right choice.
What a static site is, why a single self-contained HTML file covers more than you expect, what a static host does for you, and the cases where static hosting is the wrong tool.
Netlify Drop is the original drag-a-folder deploy, and still a good one. Where it gets awkward for a single page — the account claim, the password on anonymous sites, the folder requirement — and what to use instead.
Tiiny Host made "upload a file, get a link" mainstream. If the 3 MB free tier, the 1-project limit or the $9 entry price are the wrong shape for you, here are the alternatives — with the numbers, and the cases where Tiiny is still the better pick.
Neocities is the friendliest home for a hand-made personal site, and a community as much as a host. If you want a page that is not on a community directory, or a link you can make in a minute without an account, here is how the alternatives compare.
Vercel is the best place to host a Next.js app. For one hand-written HTML page it is a lot of machinery: an account, a repository or the CLI, and a Hobby plan that excludes commercial use. What to use instead, and when Vercel is still right.
Claude can publish an artifact, but the link is a claude.ai address you cannot choose, Team and Enterprise accounts cannot publish publicly at all, and unpublishing is permanent. How to put the same HTML at a link you control, in about a minute.